Replies: 1 comment
-
Thanks for that,indeed I make a mistake on that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is the multithreaded miner doing quadruple sha256 rounds as per line 133
hash_result = hashlib.sha256(hashlib.sha256(hashlib.sha256(hashlib.sha256(block_header + nonce_bin).digest()).digest()).digest()).digest()
Is it really correct? Bitcoin hash generation clearly specifies only double sha256.
Beta Was this translation helpful? Give feedback.
All reactions