Installation
| Chain ID | Latest Version Tag | Custom Port |
|---|---|---|
| ignite_186-1 | v1.2.4 | 58 |
Validator Name Configuration
To configure your validator name, replace the placeholder owlstake with your desired validator name.
MONIKER="owlstake"
Dependency Installation Processβ
System Update and Build Tool Installationβ
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgrade
Install Goβ
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.21.13.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
eval $(echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee /etc/profile.d/golang.sh)
eval $(echo 'export PATH=$PATH:$HOME/go/bin' | tee -a $HOME/.profile)