Validators
Configuring validators in production networks
Last updated
Configuring validators in production networks
Last updated
As when :
Create the (that is, the private and public key) before starting the validator.
When creating validators in the cloud (for example, AWS or Azure), attempt to assign static IP addresses to them. If your network is:
Publicly accessible, assign an elastic IP address.
Internal only, specify a private IP address when you create the instance and record this IP address.
We recommend storing validator configuration under source control.
Ensure you configure enough validators to allow for redundancy. QBFT tolerates f = (n-1)/3
faulty validators, where:
f
is the number of faulty validators
n
is the number of validators.
You can [vote validators in or out of the validator pool].
Validators can also be bootnodes. Other than the , you do not need to specify any extra configuration when a validator is also a bootnode.
If you remove a validator that is also a bootnode, ensure there are enough remaining bootnodes on the network.