Verifying Your Mnemonic Phrase
cd $HOME/ethstaker_deposit-cli
./deposit existing-mnemonic --chain mainnetPreviousVoluntary Exiting a ValidatorNextAdding a New Validator to an Existing Setup with Existing Seed Words
Last updated
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/ethstaker_deposit-cli
./deposit existing-mnemonic --chain mainnetWhen 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