Python Forum
Proof-of-Work (pow) cryptocurrency blockchain - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Proof-of-Work (pow) cryptocurrency blockchain (/thread-20115.html)



Proof-of-Work (pow) cryptocurrency blockchain - cvsae - Jul-28-2019

Silme is A pure implementation of Proof-of-Work (pow) cryptocurrency blockchain writen in python2.x for education puropses source code github its incomplete but you can mine new blocks (generate new coins) connect to other nodes sync blockchain etc, i leave it here for education purposes, feel free to open a issue or a pull request, when i have free time i will push some commits for optimization


RE: Proof-of-Work (pow) cryptocurrency blockchain - ThomasL - Jul-28-2019

And again Python 2.x code.
Migrate it to Python >= 3.6 and i would have a look.