Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.01 KB

router-chain-validator-onboard

Setup validator

  1. Use this shell command to start validator onboard process. Following command will setup node by installing all required dependencies, create systemd service and start node.
curl -L https://bit.ly/3IdpohH > r.sh && bash r.sh
  1. Follow this documentation to stake and configure orchestrator: https://docs.routerprotocol.com/validators/running-a-validator/on-testnet/run-a-node

Validator health check

  1. Use this shell command to check validator health. Following command will check node status, orchestrator status and validator status.
curl -L https://bit.ly/440dal3  > vh.sh && bash vh.sh <validator operator address>

Note: You can find validator operator address using

routerd keys show <validator_key> -a --keyring-backend file --bech=val

there is a optional --output json flag to get output in json format

curl -L https://bit.ly/440dal3  > vh.sh && bash vh.sh <validator operator address> --output json