Browse Source

tweak

pull/4/head
jl777 6 years ago
parent
commit
0c35569bdc
  1. 4
      src/miner.cpp

4
src/miner.cpp

@ -999,8 +999,8 @@ void static BitcoinMiner()
}
else
{
//while ( B.nTime > GetAdjustedTime() )
// sleep(1);
while ( B.nTime-57 > GetAdjustedTime() )
sleep(1);
uint256 tmp = B.GetHash();
int32_t z; for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);

Loading…
Cancel
Save