cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 400 forks source link

commenting in miner.py #57

Closed dgilmore33 closed 2 years ago

dgilmore33 commented 4 years ago

hey, in line 71 it says we wait until the number is divisible by 9 to break the loop, but the mod is 7919. Not a big deal, but made me do a double take. Thanks for making this repo, btw :)