Create the Validator Account
Register the Validator
CreateValidator
transaction to the network to register as a validator.Flag | Description |
---|---|
bond_amount | This is the amount of tokens you wish to self-bond. It can be in uinit or other tokens that are whitelisted as liquidity provider (LP) tokens. |
pubkey | The public key necessary for validator consensus. Typically, this is obtained from the output of the initiadd tendermint show-validator command. |
your_moniker | A human-readable name for your validator. This should match either the moniker you used in the initiadd init command or a moniker registered in the ~/.inita/config/config.toml file. |
chain_id | The ID of the chain you wish to join as a validator. It must correspond with the ID specified in the genesis.json file. |
key_name | The account address or name used to submit the transaction. The output of initiadd keys show <key name> should correctly display your account details. If not, verify the accuracy of your key_name or keyring settings. A fee is required to submit the transaction, paid in the blockchain’s native tokens. |
identity | An optional field for adding your Keybase identity information, which allows displaying an icon for your validator. This requires a 16-digit string associated with your Keybase account. Without this, no icon will be displayed in user interfaces. |
commission-rate | The commission rate you charge delegators, expressed as a fraction. It must be set above the min_commission_rate parameter specified by the mStaking protocol. |
commission-max-rate | The maximum commission rate you can charge as a validator. |
commission-max-change-rate | The maximum daily change in commission rate that is permissible for the validator. |
Checking Validator Activeness
CreateValidator
transaction passes, your validator might not be active until it has sufficient token delegations.Running the Connect Oracle Sidecar
priv_validator_key.json
somewhere safe and secure in case you ever need to recover your validator node on a new machine.