And again

This commit is contained in:
TheKysek 2017-07-01 17:21:02 +02:00
parent 912d5331b9
commit 1d4d92c931
No known key found for this signature in database
GPG Key ID: 50D9AF00D0B1C497

View File

@ -12,7 +12,7 @@ import structure
def _pow_worker(target, initial_hash, q):
nonce = 0
logging.debug("target: {}, initial_hash: {}".format(target, initial_hash.hex()))
logging.debug("target: {}, initial_hash: {}".format(target, base64.b16encode(initial_hash).decode()))
trial_value = target + 1
while trial_value > target: