0xPolygon / polygon-edge

A Framework for Building Ethereum-compatible Blockchain Networks
https://polygon.technology/solutions/polygon-edge/
Apache License 2.0
1.01k stars 534 forks source link

how to change to ibft from polybft in v0.9.0? #1485

Closed elaz48 closed 1 year ago

elaz48 commented 1 year ago

OS is Ubuntu 20.04 and I'm following the how-to on https://wiki.polygon.technology/docs/supernets/operate/supernets-local-deploy-supernet

How can I use IBFT instead of POLYBFT?

Stefan-Ethernal commented 1 year ago

You could provide the following flag to the genesis command: --consensus ibft.

However, bear in mind that IBFT consensus protocol is obsoleted and support is no longer provided for it.