Generate Validator Keys
Last updated
Last updated
If your mnemonic phrase is compromised, someone can steal your ETH, so it's very important that keys are generated using proper security procedures.
The best way to safely generate keys is using a live USB running Ubuntu on an air-gapped computer, as demonstrated in this guide:
The following is a simplified (and less secure) way to generate keys for testnet purposes.
eth2.0-deposit-cli
Key GeneratorPlease be sure you are using the official Ethereum Foundation GitHub account.
Find the file in your Downloads folder, double click to open this window, then click "Extract" in the upper left hand corner as shown below:
Home
in the upper left, then click the green Extract
Home
directory:deposit-cli
Ctrl + Alt + T
deposit-cli
:./deposit new-mnemonic
:The 24 word mnemonic seed is necessary to withdraw your staked Eth. Without the seed, you will be unable to transfer/withdraw and your Eth will be lost forever.
deposit_data
and keystore
filesFiles can be found at:/home/**YOURUSERNAME**/deposit-cli/validator_keys
deposit_data-[timestamp].json
contains data used to register your validator on the launchpad
keystore -[timestamp].json
validator keystore file protected by password (aka validator signing key)
/home/deposit-cli/validator_keys
:Deposit_data
file contents:Keystore
file contents:Congratulations, you successfully created your validator keys!
Now that you have the validator keys, it's time to configure Metamask for Kiln