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

This looks like somebody tried to fix simplecoin #46

Open nobody5050 opened 5 years ago

nobody5050 commented 5 years ago

Just a look at a more complex version that somebody made

HourGlss commented 5 years ago

Yes, simplecoin doesn't actually function. Networking does not work, the process for sharing data between processes is not functional and even redesigned to be functional, is bad practice. Just look at the work im doing on my github. I'm continuing to improve upon this code design by fixing the issues that this project has. If you want more information, please contact me directly.