Setup
Install dependencies:
Copy
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -yInstall GO: (amd64 - x86)
Copy
rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
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
go versionDownload binary Empeiria:
Copy
Set chain and Name Empeiria: Change <Change-Name>
Copy
Custom Port: (Option)
Copy
Set min gas:
Copy
Set Pruning: (Option)
Copy
Set indexing: (Option)
Copy
Download Genesis & addressbook:
Copy
Peers:
Copy
Create Service:
Copy
Check sync: (False -> Done)
Copy
Create Validator:
Copy
Edit Validator:
Copy
Last updated