Validator Node
Validator nodes allow you to participate in consensus in the Sunrise network.
Hardware requirements
The following hardware minimum requirements are recommended for running the validator node:
Memory: 8 GB RAM (minimum)
CPU: 6 cores
Disk: 500 GB SSD Storage
Bandwidth: 1 Gbps for Download/1 Gbps for Upload
Run the Node
First, follow the instructions on setting up a full consensus node.
Optional: Reset working directory
If you have already initialized a working directory for sunrised in the past, you must clean up before reinitialized a new directory. You can do so by running the following command:
Initialize a working directory
Run the following command:
Check our Github to know the current chain-id.
Create a new key
Create Validator
Next, edit ~/.sunrise/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 ~/.sunrise/config/
:
priv_validator_key.json
node_key.json
It is recommended that you encrypt the backup of these files.
Additional incentives for validators
The core team will delegate RISE to validators who serve the following services:
IBC relayer
100000000microRISE
delegation per channel
Node snapshot
10000000000microRISE
delegation
REST API endpoints
10000000000microRISE
delegation
Last updated