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/OffchainLabs/prysm/releases)
sudo curl -L https://github.com/OffchainLabs/prysm/releases/download/v7.1.2/beacon-chain-v7.1.2-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