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

Synchronise blockchain with other nodes #53

Open ghost opened 4 years ago

ghost commented 4 years ago

It would be really cool if the nodes, automatically detect other nodes, an with that, I mean dynamically, and of course they should validate the blockchains. In the miner.py script, there is an function, which should do this, but it just returns true to every blockchain it becomes. Please do this, because that a really important thing !