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

Save Blockchain #90

Open NewtonJr4108 opened 2 years ago

NewtonJr4108 commented 2 years ago

Blockchain doesn't save when miner mines blocks. This is a key feature that I think this project deserves.

Ali-Xoerex commented 1 year ago

@cosme12 I believe if we implement an interface for interacting with a database , both issues #90 and #7 will be fixed and closed. My suggestion is something simple like SQLite. If you think it's reasonable too , please assign me to this issue. I'd like to work on it