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

Make the Wallet easier and view your amount of coins #52

Open ghost opened 4 years ago

ghost commented 4 years ago

With balance.py, you can see every amount of coins, on the whole network. The new wallet saves the keys into pickle files and you can easily load them, send coins, see only your transactions and your coins. Of course, you can update your old wallet file to the new one. Hope you like it.