Prysm
Installing and configuring the Prysm Beacon Node.
Prysm
1. Download & Install
# Create a folder for the binary
sudo mkdir -p /usr/local/lib/prysm
# Download the latest Linux release (Check https://github.com/prysmaticlabs/prysm/releases)
# Example for v5.0.3:
sudo curl -L https://github.com/prysmaticlabs/prysm/releases/download/v5.0.3/beacon-chain-v5.0.3-linux-amd64 -o /usr/local/lib/prysm/beacon-chain
# Make it executable
sudo chmod +x /usr/local/lib/prysm/beacon-chain2. Configure Systemd Service
3. Start the Service
4. Verify Status
Last updated