This commit is contained in:
jl777
2016-10-21 11:45:38 -03:00
parent de36931b0b
commit 5203fc4b29
4 changed files with 87 additions and 16 deletions

View File

@@ -509,7 +509,9 @@ void static BitcoinMiner(CWallet *pwallet)
int32_t notaryid;
int64_t nStart = GetTime();
if ( komodo_chosennotary(&notaryid,pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 )
{
fprintf(stderr,"I am the chosen one for ht.%d\n",pindexPrev->nHeight+1);
}
arith_uint256 hashTarget = arith_uint256().SetCompact(pblock->nBits);
while (true)