Skip to content

Add Validators

  • the new validator(s) will be running on your validator node service

As in the initial setup guide, this guide is written using the following configurable values:

  • node server SSH port: 55522
  • node server hostname: eth-node-mainnet
Terminal window
cd ethereum-node
./tools/deploy.sh --usb
./tools/export.sh
Terminal window
cd /media/mint/DATA/
source ./unseal.sh
./generate-next-keys.sh
source ./seal.sh
Terminal window
cd ethereum-node
./tools/deploy.sh
./tools/import-keys.sh
# ignore the following warnings:
# "error creating directory"
# "accept-terms-of-use"
# "You are using an insecure gRPC connection"
# when prompted for a wallet password, enter the one created during `set-wallet-password.sh` during initial validator setup
# when prompted for the account password, enter the passphrase just created during `generate-next-keys.sh`
Terminal window
cd /media/$USER/DATA/
source ./unseal.sh
(nemo ./validator_keys/ &>/dev/null &)
Terminal window
source ./seal.sh