โฌ‡ Node Agent โ€” Stable Release

Install the GridShare Node Agent

One command installs everything โ€” Docker, NVIDIA Container Toolkit, and the agent. Takes 5 minutes on any Linux machine or Windows PC.

5 min
Typical install time
1
Command to install
0
Config files to edit
24/7
Auto-restart on crash
๐Ÿง Ubuntu / Debian Linux
Tested on Ubuntu 20.04, 22.04, 24.04. Installs Docker, NVIDIA Container Toolkit, and the node agent automatically.
Requirements
  • NVIDIA GPU (RTX/GTX/Quadro) โ€” CUDA required
  • Ubuntu 20.04+ or Debian 11+
  • NVIDIA drivers 525+ (installer will check)
  • 50+ Mbps internet connection
  • Sudo access
  • AMD ROCm GPU? Use the
Step 1 โ€” Run the installer
curl -fsSL https://gridshare.in/dl/install.sh | sudo bash
Step 2 โ€” Register your node
gridshare register
Step 3 โ€” Start earning
gridshare start
๐Ÿ”ด
AMD ROCm Beta โ€” Available Now
RX 6000 / RX 7000 series ยท Ubuntu 22.04 required ยท Earn โ‚น14โ€“โ‚น32/hr
๐Ÿ”ด AMD Radeon GPU (ROCm 6.1)
For AMD RX 6700 XT, RX 6800 XT, RX 6900 XT, RX 7800 XT, RX 7900 XTX. Ubuntu 22.04 LTS only. Installs ROCm 6.1, Docker, and the GridShare AMD agent automatically.
Requirements
  • RX 6000/7000 series (RDNA2/3) โ†’ ROCm 6.1, best performance
  • RX 5000 series (RDNA1) โ†’ ROCm 5.7, auto-detected by installer
  • RX 400/500/Vega/Radeon VII (GCN) โ†’ ROCm 5.7, auto-detected
  • Ubuntu 22.04 LTS (recommended) or Ubuntu 20.04 (ROCm 5.7 path)
  • 16+ GB system RAM ยท 50+ Mbps internet ยท sudo/root access
  • Windows NOT supported for AMD ROCm โ€” AMD limitation, use Linux
Step 1 โ€” Run the AMD installer (one command)
curl -fsSL https://gridshare.in/dl/install-amd.sh | sudo bash
The installer auto-detects your AMD GPU, installs ROCm 6.1, installs PyTorch with ROCm support, registers your node, and sets up the systemd service. Takes 10โ€“15 minutes.
Step 2 โ€” Verify ROCm sees your GPU
rocminfo | grep "Marketing Name"
Step 3 โ€” Check your node is live
systemctl status gridshare-node
๐Ÿ’ก AMD ROCm Pricing (Beta)
AMD nodes are priced at ~72% of equivalent NVIDIA VRAM while the ROCm buyer pool grows:
โ€ข RX 7900 XTX (24 GB) โ†’ โ‚น32/hr (you earn โ‚น22.40/hr)
โ€ข RX 7900 XT / RX 6900 XT (16 GB) โ†’ โ‚น20โ€“โ‚น25/hr
โ€ข RX 6800 XT / RX 7800 XT (16 GB) โ†’ โ‚น18/hr
โ€ข RX 6700 XT (12 GB) โ†’ โ‚น14/hr

Rates increase as AMD workload demand grows. Reboot after install for kernel modules to load.
๐ŸŽ
Apple Silicon Beta โ€” Live Now
M1 / M2 / M3 / M4 chips ยท macOS 12+ ยท PyTorch MPS + MLX ยท No Docker required ยท Earn โ‚น9โ€“โ‚น32/hr
๐ŸŽ Apple Silicon Mac
Native macOS agent (no Docker). Works on Mac Studio, Mac Pro, MacBook Pro. Installs PyTorch MPS, Apple MLX, HuggingFace Transformers, and the node agent โ€” all in one command. No sudo required.
Requirements
  • Apple Silicon chip: M1, M2, M3, or M4 (any variant โ€” base/Pro/Max/Ultra)
  • macOS 12 Monterey or newer (macOS 13+ recommended for MLX)
  • Python 3.10+ (installer will offer to install via Homebrew if missing)
  • 50+ Mbps internet ยท Mac plugged in during rentals
  • Intel Macs supported at lower tier (CPU workloads only)
Step 1 โ€” Run the macOS installer (no sudo)
curl -fsSL https://gridshare.in/dl/install-mac.sh | bash
Detects your chip (M1โ†’M4, Pro/Max/Ultra), installs PyTorch MPS + MLX + HuggingFace, registers your node, and installs a launchd service that starts on login. Takes 5โ€“15 minutes depending on internet speed.
Step 2 โ€” Verify the service is running
launchctl list | grep gridshare
Step 3 โ€” Check logs
tail -f ~/.gridshare/node.log
๐Ÿ’ก Apple Silicon Pricing (Live Beta)
Pricing by chip โ€” unified memory is billed as VRAM:
โ€ข M4 Ultra โ†’ โ‚น46/hr (you earn โ‚น32.20/hr)
โ€ข M3 / M2 / M1 Ultra โ†’ โ‚น34โ€“โ‚น42/hr
โ€ข M4 Max / M3 Max / M2 Max โ†’ โ‚น32โ€“โ‚น36/hr
โ€ข M4 Pro / M3 Pro / M1 Max โ†’ โ‚น30โ€“โ‚น33/hr
โ€ข M2 Pro / M1 Pro / base M-chips โ†’ โ‚น13โ€“โ‚น24/hr
โ€ข M1/M2/M3/M4 base โ†’ โ‚น8โ€“โ‚น12/hr

Killer use case: M3 Ultra with 192 GB unified memory runs 70B LLMs that no NVIDIA GPU under โ‚น5L can hold. Service starts on Mac login ยท auto-pauses when you use Mac ยท resumes when idle.
๐ŸชŸ Windows 10 / 11 with WSL2
GridShare runs on Windows via WSL2 (Windows Subsystem for Linux). The PowerShell installer enables WSL2 and installs everything automatically.
โฌ‡  Download GridShare Setup (Windows)
Double-click it, then click Yes on the Windows prompt. Windows restarts once to enable WSL2, then GridShare finishes by itself โ€” no commands. (If SmartScreen warns: More info โ†’ Run anyway.)
Requirements
  • Windows 10 (version 2004+) or Windows 11
  • NVIDIA GPU with drivers 525+
  • WSL2 enabled (installer does this automatically)
  • PowerShell 5.1+ (pre-installed on Windows 10+)
  • Must run PowerShell as Administrator
Step 1 โ€” Open PowerShell as Administrator, run:
irm https://gridshare.in/dl/install.ps1 | iex
The installer will:
  • Enable WSL2 if not already active (restart may be required)
  • Install Ubuntu 22.04 in WSL2
  • Install Docker + the NVIDIA Container Toolkit inside WSL2
  • Install the GridShare node agent
  • Register and start your node automatically
๐Ÿณ Manual Docker Setup
For advanced users who already have Docker and NVIDIA Container Toolkit installed.
Prerequisites (must be installed first)
  • Docker Engine 24+ or Docker Desktop
  • NVIDIA Container Toolkit (nvidia-docker2)
  • NVIDIA drivers 525+
Pull and run the agent container
docker pull gridshare/node-agent:latest

docker run -d \
  --name gridshare-node \
  --gpus all \
  --restart unless-stopped \
  -e GRIDSHARE_API_KEY=gs_your_key_here \
  -v /var/run/docker.sock:/var/run/docker.sock \
  gridshare/node-agent:latest
Get your API key from the provider portal

After installing

๐Ÿ“Š Provider Dashboard

See real-time earnings, GPU utilization, and job history. Set your availability schedule.

Open Dashboard โ†’

โšก Payout Settings

Choose daily (2% fee), weekly (1.5%), or monthly (1%) payouts to your UPI ID.

Configure Payouts โ†’

๐Ÿ“– Documentation

Troubleshooting, advanced configuration, mining rig setup, and API reference.

Read Docs โ†’

๐Ÿ’ฐ Earnings

See how much your GPU earns based on model and utilization. Provider keeps 70%.

View Earnings โ†’