Ethereum Validator Setup
To run an Ethereum validator, Ethereum Foundation as laid out a checklist that one should be aware of before running a validator. The checklist can be found here.
Make sure you are aware of the risks associated with running a validator and have read the checklist before proceeding.
Steps to setup Ethereum Validator
The following are the steps in order to setup an Ethereum Validator server using Scale3.
- Generate the validator keystore file using the staking cli.
- Setup an Ethereum validator server using Scale3, and wait for node to sync to tip.
- Follow the instructions to add stake on your Ethereum validator.
Ethereum Validator Key Generation
-
Download the latest version of staking deposit cli from the official repository here. Make sure you download the right version for your operating system.
-
Extract the downloaded file and navigate to the directory where the file is extracted. You should see a file named
deposit
. -
Run the following command to generate the validator keystore file. Replace
--chain
with the correct chain id,--keymanager
with the correct keymanager, and--datadir
with the correct data directory.Example if you are generating key for goerli testnet:
Make sure to replace <ETHEREUM_NETWORK>
with the correct Ethereum network you are generating the key for. Replace <KEY_PASSWORD>
with the password you want to use for the keystore file.
-
You will see the following output in your terminal after running the above command:
Make sure to write down the mnemonic and store it safely also copy the next in clipboard you will need it in next step. You will need it to recover your validator key in case of any issues. Press any key to continue after you have written down the mnemonic.
-
You will be prompted to enter a password for the keystore file. Paste the copied mnemonic and press enter. You will see the following output in your terminal:
-
You should see a new folder named
validator_keys
in the directory where you ran the command. Inside the folder, you will see a file named likekeystore-m_12381_3600_0_0_0-*.json
. This is your keystore file. Make sure to store it safely and do not share it with anyone.
Ethereum Validator Server Setup
Login to your Scale3 account and navigate to deploy an Ethereum validator server.
You will be prompted to enter the Validator key and validator key password. So make sure to have the keystore file and password ready.
Adding Stake to Ethereum Validator
Once your Ethereum validator server is up and running, you will need to add stake to your validator.
Before you proceed, You should wait until your Execution Client and Consensus Client have fully synced. If they have not and your validator(s) become active on the network you would be subject to inactivity penalties.
You can follow the instructions on launchpad to add stake to your Ethereum validator. Make sure to have the keystore file and password ready.