Verifying Your Mnemonic Phrase

Ensure you can regenerate the same eth2 key pairs by restoring your validator_keys

Offline Key Verifying Best Practices: The mnemonic seed (24 words) to your validator should be protected by keeping them offline.

If this is not possible, at least physically disconnect from the network by unplugging ethernet cable or disconnecting from Wifi.

Using the pre-built staking-deposit-cli executable,

cd $HOME/staking-deposit-cli 
./deposit existing-mnemonic --chain mainnet

When the pubkey in both keystore files are identical, this means your mnemonic phrase is veritably correct. Other fields will be different because of salting.

Last updated