test
This commit is contained in:
@@ -565,8 +565,8 @@ void static BitcoinMiner(CWallet *pwallet)
|
|||||||
if (UintToArith256(pblock->GetHash()) > hashTarget) {
|
if (UintToArith256(pblock->GetHash()) > hashTarget) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ( time(NULL) < starttime+50 )
|
/* if ( pblock->nBits == KOMODO_MINDIFF_NBITS && time(NULL) < starttime+50 )
|
||||||
sleep(starttime+50-time(NULL));
|
sleep(starttime+50-time(NULL));*/
|
||||||
|
|
||||||
// Found a solution
|
// Found a solution
|
||||||
SetThreadPriority(THREAD_PRIORITY_NORMAL);
|
SetThreadPriority(THREAD_PRIORITY_NORMAL);
|
||||||
|
|||||||
Reference in New Issue
Block a user