Teku BN
Install the dependencies - Java Runtime Environment
sudo apt-get update
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get -y install openjdk-21-jre libjemalloc-devDownload Teku
cd
curl -LO https://artifacts.consensys.net/public/teku/raw/names/teku.tar.gz/versions/24.10.2/teku-24.10.2.tar.gz
echo "1cc76913f3b85987e2a60c9b94c6918d31773ebd3237c5fdf33de366fa259202 teku-24.10.2.tar.gz" | sha256sum --checkteku-24.10.2.tar.gz: OKtar xvf teku-24.10.2.tar.gz
sudo cp -a teku-24.10.2 /usr/local/bin/teku
rm -r teku*Configure the Teku Consensus Client
Start the Teku Consensus Client


Verify the Initial State roots (Checkpoint Sync)

testnet example: prater.beaconcha.in

Resources
Last updated