This commit is contained in:
jl777
2016-10-23 17:41:08 -03:00
parent a6a0d91301
commit 7726fe88f4

View File

@@ -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);