💻Consensus Node
IMPORTANT - this guide uses a non-standard directory
Server preparation
Install GO
Node installation
As part of the upcoming v3 update called Ginger, you will need to enable bbr on your systems Please note that this setting only applies to the servers you run your validators and full consensus nodes on (celestia-app)
We initialize the node to create the necessary configuration files
Download Genesis
At this stage, we can download the address book
Set up node configuration
(OPTIONAL) Set up pruning
(OPTIONAL) Set up indexer
Create a service file
If peers do not cling for a long time or you see errors error: wrong Block.Header.AppHash, you need to use State sync or boot from a Snapshot
To view useful commands, go to Useful commands
To create a validator, go to Creating / Editing a Validator
Last updated