Miners
Miners provide AI inference compute for Orbinum Network, operating GPU infrastructure to execute AI models within specialized Orbits. Earnings are based on quality scores, with top performers receiving the majority of requests and rewards.
Miners power the AI capabilities that enable multichain agents to make intelligent decisions and execute complex workflows across multiple blockchains.
→ Learn more about Cross-Chain Agents
What Miners Do
| Responsibility | Description |
|---|---|
| AI Inference | Execute AI models for agent requests within registered Orbits |
| Quality Competition | Optimize output quality, latency, and availability for ranking |
| Infrastructure | Operate GPU hardware, manage models, maintain uptime |
| Proof Submission | Generate and submit cryptographic proofs of execution |
Orbit Specialization
Miners register for domain-specific Orbits, competing on quality within each specialization.
| Orbit | Tasks | Typical Models | VRAM |
|---|---|---|---|
| NLP | Text generation, translation, analysis | GPT, BERT, T5 (7B-70B) | 16-80 GB |
| Computer Vision | Classification, detection, generation | ResNet, YOLO, Stable Diffusion | 8-24 GB |
| Predictive Analytics | Time series, forecasting, anomaly detection | LSTM, XGBoost | 4-16 GB |
| Code Analysis | Code completion, bug detection | CodeLlama, StarCoder | 16-48 GB |
| Audio Processing | Speech-to-text, synthesis | Whisper, Tacotron | 8-16 GB |
| Embedding | Semantic search, similarity | SBERT, E5 | 4-8 GB |
Strategy: Focus on 1-2 Orbits where you can maintain competitive quality scores. Specialization enables infrastructure optimization and model expertise.
Hardware Requirements
GPU Requirements
| Tier | GPU | VRAM | Use Case | Examples |
|---|---|---|---|---|
| Entry | NVIDIA CUDA 7.0+ | 16 GB | Single Orbit | RTX 3090, RTX 4090, A5000 |
| Professional | Multi-GPU setup | 40-80 GB/GPU | Multi-Orbit | A100, H100, RTX 6000 Ada |
| Enterprise | GPU cluster | 4-8 GPUs/node | High volume | A100 clusters, NVLink |
System Requirements
| Component | Minimum (Single Orbit) | Recommended (Multi-Orbit) |
|---|---|---|
| CPU | 8 cores @ 2.5 GHz | 16+ cores @ 3.0 GHz |
| RAM | 32 GB DDR4 | 128 GB DDR4/DDR5 |
| Storage | 500 GB NVMe SSD | 2 TB NVMe SSD (RAID 0) |
| Network | 1 Gbps, <50ms latency | 10 Gbps with redundancy |
Software Requirements
| Category | Required | Recommended |
|---|---|---|
| OS | Ubuntu 22.04 LTS, Debian 11+ | Ubuntu 22.04 LTS |
| NVIDIA | Drivers 525.x+, CUDA 12.0+, cuDNN 8.9+ | Latest stable |
| AI Framework | PyTorch 2.0+ or TensorFlow 2.13+ | PyTorch 2.0+ |
| Libraries | Transformers 4.30+ | + vLLM, TensorRT, DeepSpeed |
| Orbinum | Miner node, blockchain client | + Monitoring tools |
Note: Orbinum node software is not yet publicly available. Installation instructions will be provided upon release.
Getting Started
Requirements
| Type | Requirement |
|---|---|
| Economic | 1,000 $ON per Orbit + transaction fees |
| Technical | GPU, models, blockchain node |
| Network | Public endpoint for request assignment |
Step 1: Generate Keys & Register
# Generate miner keys
orbinum-miner keys generate --output /secure/location/
# Register for Orbit (1,000 $ON stake per Orbit)
orbinum-miner register \
--orbit nlp \
--endpoint https://miner.example.com:8080 \
--stake 1000 \
--keys /secure/location/miner-keys.json
Step 2: Start Miner
# Start miner node
orbinum-miner start \
--orbit nlp \
--model-path /models/llama-70b \
--gpu 0,1,2,3 \
--max-batch-size 32
Step 3: Immunity Period
New miners get 12-hour protection (7,200 blocks):
- ✅ Cannot be deregistered
- ✅ Assigned median quality score
- 🎯 Time to prove performance
Competitive Registration
Orbit Capacity: Fixed slots (e.g., 1,024 miners per Orbit)
When full: New registrations replace lowest-ranked non-immune miners
- Lowest miner auto-deregistered
- Stake returned after unbonding period
- Strategy: Maintain competitive quality scores to avoid deregistration
Auto-Staking: Enable to auto-compound rewards → increases protection against deregistration
# Enable auto-staking in config
orbinum-miner config --auto-stake true
Miner Commands
# View your miner info
orbinum-cli orbit miners --orbit nlp --uid <YOUR_UID>
# Check leaderboard position
orbinum-cli orbit leaderboard --orbit nlp --top 20
# Monitor status
orbinum-miner status --miner-id <YOUR_ID>
Quality Evaluation
Validators score miners on multiple metrics to determine ranking and request routing. Higher quality scores result in more requests and higher earnings.
Key Metrics:
- Output Quality (50% weight): Accuracy, relevance, correctness
- Latency (25% weight): Response time performance
- Availability (15% weight): Uptime and acceptance rate
- Cost-Effectiveness (10% weight): Price relative to quality
→ Learn more about Quality Consensus & Detailed Metrics
Request Distribution by Rank
| Ranking Tier | Request Share | Strategy |
|---|---|---|
| Top 25% | 70% of requests | Optimize all metrics, premium hardware |
| 25-50% | 20% of requests | Focus on reliability and consistency |
| 50-75% | 8% of requests | Improve latency and model quality |
| Bottom 25% | 2% of requests | Risk deregistration if Orbit is full |
Optimization Tips:
- Quality: Use latest models, fine-tune for domain
- Latency: Quantization (FP16/INT8), TensorRT, batching
- Availability: Redundancy, monitoring, auto-failover
- Cost: Optimize GPU utilization, efficient serving
Economics
Revenue Sources
Miners earn from multiple sources based on performance:
- Block Emissions: 80% of total emissions distributed proportionally to quality scores
- Inference Fees: 63.7% of user fees for handling requests
- Quality Bonuses: Additional rewards for top performers
Expected Returns: Varies significantly by ranking tier and Orbit usage. Top 25% of miners receive ~70% of requests.
→ See detailed breakdown in Economic Model
Cost Structure
| Category | Items |
|---|---|
| Infrastructure | GPU hardware, electricity, cooling, bandwidth |
| Operational | 1,000 $ON stake/Orbit, transaction fees, maintenance |
| Opportunity | Stake lock-up cost, hardware depreciation |
Slashing Penalties
See the Slashing (Negative Incentives) section for a complete and up-to-date table of miner penalties, offenses, and prevention strategies.
Next Steps
- Validators - Secure the blockchain and evaluate quality
- Quality Consensus - How scoring works
- Economic Model - Understand rewards and tokenomics
- Orbits - Learn about specialized AI networks