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.
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)
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.
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