Prysm BN
Download Prysm
cd
curl -LO https://github.com/prysmaticlabs/prysm/releases/download/v5.1.2/beacon-chain-v5.1.2-linux-amd64
curl -LO https://github.com/prysmaticlabs/prysm/releases/download/v5.1.2/beacon-chain-v5.1.2-linux-amd64.sha256sha256sum --check beacon-chain-v5.1.2-linux-amd64.sha256beacon-chain-v5.1.2-linux-amd64: OKmv beacon-chain-v5.1.2-linux-amd64 prysmbeacon #rename the binary file for easy reference
chmod +x prysmbeacon
sudo cp prysmbeacon /usr/local/bin
rm -r prysmbeacon beacon-chain-v5.1.2-linux-amd64.sha256Configure the Prysm Consensus Client
Start the Prysm Consensus Client


Verify the Initial State roots (Checkpoint Sync)

testnet example: prater.beaconcha.in

Resources
Last updated