Slide 17
Slide 17 text
Homework
▪ Find the nonce that appended to your name obtains a SHA256
hash value starting with 7 zeros
[As in FirstnameLastnameNonce, test at https://emn178.github.io/online-tools/sha256.html]
▪ How many numbers in the range 0, result into hash values
starting with one or more zeros?
▪ Produce the histogram with the frequency of hash values
starting with 1, 2, 3, 4, 5, 6, and 7 zeros in the 0, range
Use the Python3 script hash_puzzle.py at github.com/dginst/bbt/py-scripts/
© 2019 Digital Gold Institute 17/109