← Back to Mining Pool
ESTAR AI Mining Guide
Everything you need to start mining AI tasks on the ESTAR decentralized network
📋System Requirements
GPU
NVIDIA GPU with 16GB+ VRAM
RTX 4070 Ti, RTX 4080, RTX 4090, A100, H100
CUDA
CUDA Toolkit 11.8+
Compute Capability 6.0+
RAM
16 GB+ System RAM
32 GB recommended for larger models
OS
Linux (Ubuntu 20.04+) / macOS
Python 3.10+, curl, jq required
1Download the Miner
Download the ESTAR AI Miner script from the mining page or use the command below:
# Download ESTAR AI Miner
curl -fsSL https://esrscan.com/downloads/estar_ai_miner.sh -o estar_ai_miner.sh
# Make executable
chmod +x estar_ai_miner.sh
2Run the Installer
The script will automatically detect your hardware, generate a unique Rig ID, and walk you through the setup.
./estar_ai_miner.sh
✓
Unique Rig ID Generation
Each rig gets a unique ID like RIG-A8F3C1D2-B7E4F609
✓
Password Protection
Create a secure password to encrypt your rig configuration
✓
ESTAR Wallet Address
Enter your wallet address for RWD token rewards. Generate one at esrscan.com or docs.estar.cx
✓
GPU Validation
Automatic hardware check — incompatible GPUs are rejected with a detailed explanation
3Select AI Models
Choose which AI models to mine. Larger models earn higher rewards but require more VRAM.
| Model | VRAM | Speed | Reward |
|---|---|---|---|
| ESTAR-TUR-7B | 16 GB | 124 tok/s | ~14 RWD/day |
| ESTAR-TUR-32B | 24 GB | 68 tok/s | ~45 RWD/day |
| ESTAR-TUR-70B | 48 GB | 32 tok/s | ~120 RWD/day |
| ESTAR-Vision-13B | 24 GB | 87 tok/s | ~32 RWD/day |
| ESTAR-Code-34B | 48 GB | 45 tok/s | ~99 RWD/day |
| DeepSeek-V3-32B | 24 GB | 58 tok/s | ~42 RWD/day |
| Qwen2.5-32B | 24 GB | 62 tok/s | ~40 RWD/day |
4Start Mining
After installation, start the inference engine or set it up as a system service:
# Start mining immediately
python3 ~/.estar-miner/inference_engine.py
# Or install as a system service (auto-start on boot)
sudo cp ~/.estar-miner/estar-miner.service /etc/systemd/system/
sudo systemctl enable --now estar-miner
# Check status and logs
sudo systemctl status estar-miner
tail -f ~/.estar-miner/logs/inference.log
Ready to Start Mining?
Download the ESTAR AI Miner and join the decentralized AI computation network