This commit is contained in:
jl777
2018-04-18 22:39:53 +03:00
parent 44b34dfba5
commit 02c30aac1e

View File

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