Skip to content

Instantly share code, notes, and snippets.

@alkavan
Created April 29, 2020 10:23
Show Gist options
  • Save alkavan/dc10ac53c61ffe218d0859193917e748 to your computer and use it in GitHub Desktop.
Save alkavan/dc10ac53c61ffe218d0859193917e748 to your computer and use it in GitHub Desktop.
Install instructions for ETH2 validator node on CentOS 8 at DigitalOcean
# Create a symbolic link to the 'shasum' command
ln -s /usr/bin/sha1sum /usr/bin/shasum
# Generate private key (will require generating a password)
./prysm.sh validator accounts create --keystore-path=$HOME/validator
# Paste generated data to field on https://prylabs.net/participate
# Run in tmux instances
tmux
./prysm.sh beacon-chain
./prysm.sh validator --keymanager=keystore --keymanageropts='{"path":"/home/wdna/validator","passphrase":""}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment