Union
Union node guides
Union Testnet Validator Setup Guide
Step 1: Set Up Validator Name
MONIKER="YOUR_MONIKER_GOES_HERE"Step 2: Install Dependencies
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgradeStep 3: Install Go
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.23.5.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/localStep 4: Download Binaries
Step 5: Install Cosmovisor and Create a Service
Step 6: Initialize the Node
Step 7: Download Latest Chain Snapshot
Step 8: Start Service and Check Logs
Last updated