A quick guide to set up a validator node from scratch.
CTRL + AD
and enter it again using:
node_key.json
and priv_validator_key.json
into home directory.
--recover
flag to use an already existed key (but we recommend for security reason to use one key per chain to avoid total loss of funds in case one key is missing)
You can check if you have fund on your address using this CLI command:
validator_address
is the validator’s hex address. Your hex address can be found by running furyad status | jq
.
If your validator’s signature shows up in the list, congrats your validator has been successfully registered & is operating!