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

Added logging and changed .gitignore to ignore log gile #70

Open sg126 opened 3 years ago

sg126 commented 3 years ago

I added logging for miner.py as requested in #44. I updated the .gitignore to ignore the log file that's created. Simply a .txt file but that can be changed upon request. Hope this helps!