ποΈCreating a Validator
We advise you against using Horcrux signing service as several validators have reported unstable signing. We suspect Horcrux is not yet stable under Cosmos SDK version 0.50.
We advise you to close the RPC ports if you are running a validator node.
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