--validator-addr
before you continue.--validator-addr
is the validator ONE address (string)--amount
is the initial amount of ONE you want to stake (float)--bls-pubkeys
takes a comma-separated list of BLS public keys (string)--name
will be the name displayed on the Staking Explorer (string)--identity
unique identifier for the validator (string)--details
is the description of the validator (string)--security-contact
is security contact for the validator (string)--website
will be the website displayed on the Staking Explorer (string)--max-change-rate
is the maximum rate change the validator can do to their commission rate every epoch (float)--max-rate
is the maximum commission rate that the validator can set (float)--rate
is the commission rate of the validator (float)--max-total-delegation
is the maximum amount of ONE that can be delegated to this validator (float)--min-self-delegation
is the minimum amount of ONE the validator must stake to itself (float)--max-rate
and --max-change-rate
cannot be changed later.--min-self-delegation
has to be at least 10,000 ONE.--rate
, --max-rate
, and --max-change-rate
accepts numbers between 0 and 1 representing percentages