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.

Last updated