An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
besu/docs/Consensus-Protocols/QuorumIBFT.md

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.