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 397 forks source link

Added improvements when creating a new address #24

Closed adanielpincab closed 6 years ago

adanielpincab commented 6 years ago

Now when you create a new address your new credentials are stored in a new .txt file, where you can copy/paste the info in an easy way.