Quick Start

Get your first node running and earning SOL in under 30 seconds.

1. Install the Agent

Run this single command on any Linux, macOS, or Windows machine:

curl -fsSL https://pixelminer.io/install.sh | sh

2. Configure Your Wallet

Set your Solana wallet address to receive payments:

solharvest config set wallet YOUR_SOLANA_WALLET_ADDRESS

3. Start Earning

Start the agent and begin receiving compute tasks:

solharvest start

That's it! Your node will automatically register with the network and start receiving tasks matched to your hardware capabilities.

System Requirements

  • OS: Linux (Ubuntu 20.04+), macOS 12+, Windows 10+
  • RAM: 4GB minimum (8GB+ recommended)
  • CPU: Any modern x86_64 processor
  • GPU: Optional — NVIDIA GPUs earn significantly more
  • Network: Stable internet connection (10 Mbps+)
  • Disk: 10GB free space for Docker images

CLI Commands

solharvest start          # Start the agent
solharvest stop           # Stop the agent
solharvest status         # Check node status
solharvest earnings       # View earnings summary
solharvest config set     # Update configuration
solharvest logs           # View agent logs
solharvest update         # Update to latest version

Environment Variables

SOL_HARVEST_WALLET=<your-wallet-address>
SOL_HARVEST_MAX_TASKS=3
SOL_HARVEST_MIN_REWARD=0.01
SOL_HARVEST_LOG_LEVEL=info
SOL_HARVEST_API_URL=https://pixelminer.io/api/v1