Update details
Update your validator details and commission rates
You can change your validator details by using the command:
dhealthd tx staking edit-validator [flags]
dhealth-testnetd tx staking edit-validator [flags]
See all possible params:
dhealthd tx staking edit-validator --help
dhealth-testnetd tx staking edit-validator --help
Some params you can use:
--commission-rate
: The (optional) new commission rate percentage--from
: The (required) name or address of private key with which to sign--identity
: The (optional) identity signature (ex. UPort or Keybase)--new-moniker
: The (optional) validator's name--note
: The (optional) note to add a description to the transaction--security-contact
: The validator's (optional) security contact email--website
: The validator's (optional) website
An example that changes the commission rate is:
dhealthd tx staking edit-validator --commission-rate 0.09 --from youraccount
dhealth-testnetd tx staking edit-validator --commission-rate 0.09 --from youraccount
An example that changes the moniker and update website url is:
dhealthd tx staking edit-validator --new-moniker new-name --website https://example.com --from youraccount
dhealth-testnetd tx staking edit-validator --new-moniker new-name --website https://dhealth.com --from youraccount
Updated 8 months ago