luckydonald / pbft

Implementation of the Practical Byzantine Fault Tolerant Algorithm (pbft)
https://github.com/luckydonald/pbft
GNU General Public License v3.0
135 stars 46 forks source link

Implement PBFT in blockchain instead of Proof of work #8

Closed chandankuiry closed 5 years ago

chandankuiry commented 6 years ago

If I want to implement PBFT algorithm instead of proof of work, How can I implement this pbft algorithm? lets take this tutorial http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/ . How can i implement simple PBFT which can handle 5,6 nodes ?

Thank you

luckydonald commented 6 years ago

b l o c k c h a i n. Sorry, this project has reached completion. Therefore I can't provide you code assistence.

However, if your question is how to scale them to more nodes, use

$ docker-compose scale node={number of nodes}
luckydonald commented 5 years ago

If you get something working, please share though.