Ask for PBFT

+1 vote

Hi,

where could I find the implementation of PBFT in the code?

Which folders and files were used?

asked Jul 8, 2018 by David17

1 Answer

0 votes
MultiChain does not currently implemented PBFT so you won't find a reference to it in the code.
answered Jul 9, 2018 by MultiChain
In a question you answered that "It's close in spirit to something like PBFT (Practical Byzantine Fault Tolerance)" so it should not be implemented anywhere?


https://www.multichain.com/qa/3777/which-consensus-protocol-multichain-use
OK, so you're talking about the application of mining permissions and the round-robin consensus algorithm. If so you can start from the AcceptBlock() function.
...