What Consensus should I use? #1295
Answered
by
baptiste-b-pegasys
baptiste-b-pegasys
asked this question in
Q&A
-
Between all consensus available, Raft, IBFT, QBFT, Clique, what should I use? |
Beta Was this translation helpful? Give feedback.
Answered by
baptiste-b-pegasys
Jan 11, 2022
Replies: 1 comment
-
QBFT is what we are recommending for new networks, as it improves on IBFT's security properties. Raft is primarily used for testing or development. It is not possible to migrate between consensus algorithm, when the network is started. Only migration from IBFT to QBFT is available, not the other way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antonydenyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QBFT is what we are recommending for new networks, as it improves on IBFT's security properties.
Raft is primarily used for testing or development.
It is not possible to migrate between consensus algorithm, when the network is started. Only migration from IBFT to QBFT is available, not the other way.