mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 05:54:19 +00:00
sha256_4way: perform 16m hashes, not 64k, per invocation
This commit is contained in:
parent
35ea649d97
commit
eed9b3c7df
@ -125,9 +125,9 @@ unsigned int ScanHash_4WaySSE2(unsigned char *pmidstate, unsigned char *pdata,
|
||||
}
|
||||
}
|
||||
|
||||
if ((nonce & 0xffff) == 0)
|
||||
if ((nonce & 0xffffff) == 0)
|
||||
{
|
||||
*nHashesDone = 0xffff+1;
|
||||
*nHashesDone = 0xffffff+1;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user