Installation
Validators play a critical role in Empeiria's testnet by securing the network and validating transactions, thereby ensuring the integrity and reliability of data. In this section, you will find essen
# Hardware requirements
Characteristic
Specification
1. Update & install dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential bsdmainutils git make ncdu gcc git jq htop tmux chrony liblz4-tool -y2. Install Go
cd $HOME
VER="1.22.2"
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"
[ ! -f ~/.bash_profile ] && touch ~/.bash_profile
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bash_profile
source $HOME/.bash_profile
[ ! -d ~/go/bin ] && mkdir -p ~/go/bin
go version3. Set Vars
4. Download Binary
5. Config and Init app
6. Download Genesis file and Addrbook
7. Set custom port (Optional)
8. Config Seeds and Peers
9. Config Pruning
10. Create service file
# Snapshot
# Check status
# Block sync left:
Last updated
