Creating a Validator
In order to create your validator, make sure you are fully synced to the latest block height of the network.
You can check by using the following command:
In the output of the above command make sure catching_up is false
Create a validator.json
file and fill in the create-validator tx parameters:
Use the following command to create a validator:
That’s it now you can find your validator operator address using the following command, which you can advertise to receive delegations:
Last updated