This commit is contained in:
jl777
2018-04-18 22:37:07 +03:00
parent 98a5a298ed
commit 44b34dfba5

View File

@@ -905,7 +905,7 @@ void static BitcoinMiner()
// (x_1, x_2, ...) = A(I, V, n, k)
LogPrint("pow", "Running Equihash solver \"%s\" with nNonce = %s\n",solver, pblock->nNonce.ToString());
arith_uint256 hashTarget = HASHTarget;
for (z=31; z>=0; z--)
int32_t z; for (z=31; z>=0; z--)
fprintf(stderr,"%02x",((uint8_t *)&hashTarget)[z]);
fprintf(stderr," running solver\n");
std::function<bool(std::vector<unsigned char>)> validBlock =