Anatha Validator Guide
Infrastructure
Prerequisites
sudo apt update
sudo apt upgrade -y
sudo apt install build-essential jq -y# Install latest go version https://golang.org/doc/install
wget -q -O - https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash -s -- --version 1.15.3
source ~/.profileRunning a Validator Node
Install the executables
Initialize the validator
Set up your keys
Create the upgrade manager directory structure
Copy the genesis binary to the upgrade manager
Verify that the binary has been copied
Fetch the genesis file
Create the service file with the following content
Start the Daemon service
Applying for being a validator
Verify the node is in the validator list
Recovering From a Slashing Infraction
Stopping a Validator Node
Last updated