Axone Node Setup
Complete guide to deploying and managing a high-performance Axone validator node on mainnet
System Requirements
Component
Minimum
Recommended
Manual Installation
Step 1: Install Denpendencis
Step 2: Install Go
cd $HOME
curl -Ls https://go.dev/dl/go1.21.6.linux-amd64.tar.gz -o go.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> ~/.bash_profile
source ~/.bash_profile
go versionStep 3: Install Axone Node
Step 4: Initialize Node
Step 5: Download Genesis
Step 6: Configure Node
Validator Configuration
Create or Recover Wallet
Create Validator
Service Configuration
Step 1: Create Systemd Service
Step 2: Enable and Start Service
Last updated