Validator Setup
📶Running a Validator
Set environment
Write env to .profile
Get Testnet EMPE
You can obtain testnet tokens to fund your address from official EMPE faucet:
https://faucet-testnet.empe.io/#/
You can verify your balance with this command:
Create Validator
Obtain your validator public key by running the following command:
The output will be similar to this (with a different key):
You can create your validator by using command below :
Unjail Validator
When a validator is "jailed" for downtime, you must submit an Unjail
transaction from the operator account in order to be able to get block proposer rewards again (depends on the zone fee distribution).
Halting Your Validator
When attempting to perform routine maintenance or planning for an upcoming coordinated upgrade, it can be useful to have your validator systematically and gracefully halt. You can achieve this by either setting the halt-height
to the height at which you want your node to shutdown or by passing the --halt-height
flag to symphonyd
. The node will shutdown with a zero exit code at that given height after committing the block.
Get last block height
Halt Validator
Last updated
Was this helpful?