Fix nicehash support, please note --nicehash option now specified per pool.
This commit is contained in:
@@ -56,7 +56,8 @@ static inline char hf_bin2hex(unsigned char c)
|
||||
}
|
||||
|
||||
|
||||
Job::Job(int poolId) :
|
||||
Job::Job(int poolId, bool nicehash) :
|
||||
m_nicehash(nicehash),
|
||||
m_poolId(poolId),
|
||||
m_size(0),
|
||||
m_diff(0),
|
||||
|
||||
Reference in New Issue
Block a user