Validator Node
Validator nodes allow you to participate in consensus in the Gluon network. Gluon works on Sunrise's sovereign rollup.
Run the Node
First, follow the instructions on setting up a full node.
Next, edit ~/.gluon/config/config.toml
Backup
There are certain files that you need to backup to be able to restore your validator if, for some reason, it is damaged or lost in some way. Please make a secure backup of the following files located in ~/.gluon/config/
:
priv_validator_key.json
node_key.json
It is recommended that you encrypt the backup of these files.
Last updated