Files
status-linea-besu/docs/Consensus-Protocols/QuorumIBFT.md
MadelineMurray b5d91e0a28 Added IBFT 1.0 (#1081)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-03-13 10:13:47 +10:00

662 B

description: Pantheon consensus protocols

IBFT 1.0

Pantheon nodes can participate (submit transactions and receive blocks) in a Quorum IBFT 1.0 network but cannot be a validator.

To connect to a Quorum IBFT 1.0 network:

  1. In the Quorum IBFT 1.0 genesis file, update the consensus protocol specified in the config property from istanbul to ibft:

        "config": {
         ...
         "ibft": {
         ...
        }
    
  2. Use the --genesis-file option to specify the IBFT 1.0 genesis file.