Step 10: Check your node and validator status

Verify your node and validator status using the following command:

  • Check node status: ~/bin/stader-permissioned-cli node status

  • Check validator status: ~/bin/stader-permissioned-cli validator status

You can update your operators name and the operator reward address using the following commands

  • Update operator name: ~/bin/stader-permissioned-cli node update-operator-name --operator-name <your operator name>

  • Update operator reward address: ~/bin/stader-permissioned-cli node update-operator-reward-address --operator-reward-address <any valid ethereum address you have access to>

Last updated