Join the Network
Become a Worker
Turn your idle GPU into a source of income. Contribute compute power to the Gelotto network and earn $POWER tokens for every job completed.
Register NowNetwork Status
Worker Leaderboard
System Requirements
NVIDIA GPU
RTX 3060 or better (8GB+ VRAM)
Internet
Stable broadband connection
OS
Linux (recommended) or Windows
Storage
20GB free disk space
GPU Tiers
Higher-tier GPUs can process more complex jobs and earn more reputation.
| GPU | VRAM | Tier | Notes |
|---|---|---|---|
| RTX 3060/4060 | 8-12GB | Basic | Entry level |
| RTX 4070/4080 | 12-16GB | Pro | Recommended |
| RTX 4090/5090 | 24-32GB | Premium | Best performance |
Earnings depend on network demand and job availability.
Quick Start Guide
1
Register Your Worker
Create your worker account and receive your API key and worker ID.
Go to Registration2
Install Power-Node
Download and install the power-node worker software. One command does it all.
curl -sSL https://raw.githubusercontent.com/Gelotto/power-node/main/install.sh | bash3
Configure & Start
Add your API credentials to the config file and start the worker.
# Edit ~/.power-node/config/config.yaml
api:
endpoint: "https://api.gelotto.io"
key: "YOUR_API_KEY"
worker:
id: "YOUR_WORKER_ID"
# Start the worker
~/.power-node/start.sh