βοΈInstallation
sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -yInstall Go
# Install Go
cd $HOME
curl https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
# Update environment variables to include go
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
# check go version
go versionInstall the Node
Or use CLI
Initialize the Node
Pruning:
Set indexer:
Set min gas:
Download Genesis file
Download Addrbook file
Add / Update Persistent Peers
Download & decompress Snapshot
Create Service File
Start the Node
Last updated
Was this helpful?