Step 3: Setting up Validator Keys
Install dependencies, the Ethereum Foundation deposit tool and generate your two sets of key pairs.
You have the choice of using the Wagyu GUI, downloading the pre-built Ethereum staking deposit tool or building it from source.
Install dependencies.
sudo apt update
sudo apt install python3-pip git -y
Download source code and install.
cd $HOME
git clone https://github.com/ethereum/staking-deposit-cli
cd staking-deposit-cli
sudo ./deposit.sh install
Make a new mnemonic and replace <ETH_ADDRESS_FROM_IDEALLY_HARDWARE_WALLET>
with your ethereum withdrawal address, ideally from a Trezor, Ledger or comparable hardware wallet.
🛑🛑 DO NOT USE AN EXCHANGE ADDRESS AS WITHDRAWAL ADDRESS. 🛑🛑
🛑🛑 Double check your work as this is permanent once set! 🛑 🛑
./deposit.sh new-mnemonic --chain mainnet --eth1_withdrawal_address <ETH_ADDRESS_FROM_IDEALLY_HARDWARE_WALLET>
2. If using staking-deposit-cli, follow the prompts and pick a KEYSTORE password. This password encrypts your keystore files. Write down your mnemonic and keep this safe and offline.
Caution: Only deposit the 32 ETH per validator if you are confident your execution client and consensus client will be fully synched and ready to perform validator duties. You can return later to launchpad with your deposit-data to finish the next steps.
3. Follow the steps at https://launchpad.ethereum.org/ while skipping over the steps you already just completed. Study the eth2 phase 0 overview material. Understanding eth staking is the key to success!
4. Back on the launchpad website, upload yourdeposit_data-#########.json
found in the validator_keys
directory.
5. Connect to the launchpad with your Metamask wallet, review and accept terms
6. Confirm the transaction(s). There's one deposit transaction of 32 ETH for each validator.
Critical Crypto Reminder: Keep your mnemonic, keep your ETH.
Write down your mnemonic seed offline. Not email. Not cloud.
Multiple copies are better. Best stored in a metal seed.
Make offline backups, such as to a USB key, of your
validator_keys
directory.