Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
02c30aac1e
  1. 2
      src/miner.cpp

2
src/miner.cpp

@ -922,6 +922,8 @@ void static BitcoinMiner()
solutionTargetChecks.increment();
if ( h > HASHTarget )
return false;
for (z=31; z>=16; z--)
fprintf(stderr,"%02x",((uint8_t *)&h)[z]);
fprintf(stderr," mined ");
for (z=31; z>=16; z--)
fprintf(stderr,"%02x",((uint8_t *)&hashTarget)[z]);

Loading…
Cancel
Save