Validators
First, create a validator node. After the validator node is started, blocks are validated and generated.
In Sunrise, validators are responsible for validating data in the Data Availability Layer in addition to generating blocks. sunrise-data includes code to automate this process, allowing validators to perform the validation work.
Therefore, the validator node must run the following 3 daemons
sunrised (Recommended to work with cosmovisor)
sunrise-data validator
IPFS Daemon
Last updated