ODIN Protocol
  • Introduction
  • ODIN NODE
  • Before Getting Started
    • Prerequisites
    • Running an ODIN Node in the Cloud
  • Getting Started
    • Validator private key
    • odin alias (optional)
    • Port Forwarding
  • Creating an ODIN Wallet
    • variables
    • ODIN Wallet operations
  • Becoming ODIN Validator
  • Editing a validator
  • Oracle Validators
    • Google Cloud Run executor
    • AWS Lambda executor setup
  • Baldur to Heimdall
  • Restarting ODIN node
  • CLI delegation
    • Delegation queries
  • Using ODIN Web
  • Unjailing a Validator
  • FAQ
  • ODIN token
    • Testnet Reward Program
    • Testnet Staking
  • RESOURCES
  • Website
  • Whitepaper
  • Github
  • Whitepaper
    • Abstract
      • ROLES
Powered by GitBook
On this page

Was this helpful?

Editing a validator

Brief description of editing your validator.

If you find yourself needing to change your validator moniker, add your website, or add other description information, this is how to accomplish the task.

docker exec -it node bandd tx staking edit-validator --from $ADDRESS --details "iprouteth0's ODIN validator node" --chain-id $CHAIN --node http://34.77.171.169:26657 

The following are the optional flags most likely to be used in this command:

--details

--identity

--moniker

--website

--security-contact

There are a few others that can be found with the --help flag.

PreviousBecoming ODIN ValidatorNextOracle Validators

Last updated 3 years ago

Was this helpful?