π»Babylon
System Requirements
4+ CPU cores (AMD64)
32 GB RAM
1 TB NVMe SSD
100 Mbps internet connection
Installation
Update the system:
sudo apt update && sudo apt upgrade -y
sudo apt install curl git jq lz4 build-essential -yInstall Go:
ver="1.20.3"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go versionClone and build Babylon:
Initialize the node:
Download the genesis file:
Configuration
Configure the settings:
Add seeds and peers:
Configure pruning:
Launch
Create a service:
Start the node:
Check the logs:
Creating a Validator
Create a wallet:
Get tokens from the faucet in Discord.
Create a validator:
Last updated