⚙️ Installation
Chain ID: xion-mainnet-1 | Node Version: v14.0.0 | Custom Port: 162
Recommended Hardware:
Node Type
CPU
RAM
Storage
Mainnet
8
16GB
500GB
Install dependencies
# Update the repositories
sudo apt update && apt upgrade -y# Install developer packages
sudo apt install -y curl git jq lz4 build-essential# Install Go
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.23.0.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)
echo "export PATH=$PATH:/usr/local/go/bin:/usr/local/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version
# go version go1.23.0 linux/amd64Automatic Installation
Manual Installation
Setup config
Set custom ports
You can change value CUSTOM_PORT=162 To any other ports
Wallets
The wallet has been created. In the last line there will be a phrase that must be written down
Validator
Do not forget to create a profile on https://keybase.io/ and set a profile photo there that will be imported by key and used for your validators.
!!! Save priv_validator_key.json which is located in /root/.zetacored/config
Last updated