This commit is contained in:
jl777
2018-04-19 16:27:54 +03:00
parent 560da193c6
commit b509fdae14

View File

@@ -854,7 +854,7 @@ void static BitcoinMiner()
HASHTarget_POW = komodo_PoWtarget(&percPoS,HASHTarget,Mining_height,ASSETCHAINS_STAKED);
for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&HASHTarget_POW)[z]);
fprintf(stderr," PoW for staked coin PoS %d%%\n",percPoS);
fprintf(stderr," PoW for staked coin PoS %d%% vs target %d%%\n",percPoS,(int32_t)ASSETCHAINS_STAKED);
}
while (true)
{