Running a Node
This guide walks you through setting up and running a NONOS node from start to finish.
Prerequisites
Installation
Option 1: Quick Install (Recommended)
# Download and install
curl -sSL https://get.nonos.systems | sh
# Verify installation
nonos --versionOption 2: Build from Source
# Clone repository
git clone https://github.com/NON-OS/nonos-ecosystem
cd nonos-ecosystem
# Build release binary
cargo build --release --bin nonos
# Install to PATH
sudo cp target/release/nonos /usr/local/bin/Option 3: Docker
Initial Configuration
Step 1: Initialize Node
Step 2: Configure Settings
Step 3: Set Environment Variables
Staking
Check Your Balance
Deposit Stake
Select Tier
Starting the Node
Foreground Mode (Development)
Background Mode
Monitoring
Terminal Dashboard
API Endpoints
Prometheus Metrics
Claiming Rewards
Check Pending Rewards
Manual Claim
Enable Auto-Claim
Maintenance
Updating
Backup
Log Rotation
Common Commands
Next Steps
Last updated
Was this helpful?


