Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 878 Bytes

File metadata and controls

13 lines (8 loc) · 878 Bytes

Validator Backup

It is CRUCIAL to backup your validator's private key. It's the only way to restore your validator in an event of a disaster. The validator private key is a Tendermint Key - a unique key used to sign consensus votes.

To backup everything you need to restore your validator, simply do the following

If you are using the software sign (which is the default signing method of tendermint), your Tendermint Key is located in ~/.secretd/config/priv_validator_key.json.

  1. Backup ~/.secretd/config/priv_validator_key.json.
  2. Backup ~/.secretd/data/priv_validator_state.json.
  3. Backup the self-delegator wallet. See the wallet section.

Or you can use hardware to manage your Tendermint Key much more safely, such as YubiHSM2.