Step 9: Add validators to your node
Please follow the given steps to register you validators:
Run
~/bin/stader-permissioned-cli validator register --validator-pub-key-list <list of validators>
command to register your validators with StaderThe <list of validators> mentioned in the above command should be a comma separated list of validator public keys prefixed with 0x you want to register with Stader.
Important Note
Please ensure that the Validator Keys are loaded into web3signer whose URL you have provided in
~/.stader/user-settings.yml
The validator keys are not previously registered with Stader or any other protocol.
PreviousStep 8: Register you node on the Stader networkNextStep 10: Check your node and validator status
Last updated