βοΈInstallation
Install dependencies:
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)
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:
cd $HOME
curl -LO https://github.com/empe-io/empe-chain-releases/raw/master/v0.1.0/emped_linux_amd64.tar.gz
tar -xvf emped_linux_amd64.tar.gz
chmod +x emped
sudo mv emped /usr/local/binSet chain and Name Empeiria: Change <Change-Name>
Custom Port: (Option)
Set min gas:
Set Pruning: (Option)
Set indexing: (Option)
Download Genesis & addressbook:
Peers:
Create Service:
Check sync: (False -> Done)
Create Validator:
Edit Validator:
Last updated