Loading network status...
Point your ASIC miner (Antminer S19/S21, Whatsminer, Avalon, etc.) to the Thronos Stratum proxy.
Your THR address is your username. Rewards go directly to that wallet.
Register your ASIC farm's heat recovery system and earn up to +40% bonus on every block reward.
TIER 4 requires 25%+ heat recovery (heat exchanger, ORC turbine, or heat pump). Most ASICs qualify for TIER 2–3 with proper equipment.
cgminer --url stratum+tcp://thrchain.up.railway.app:3334 \
--userpass YOUR_THR_ADDRESS:x \
--algo sha256d
Connect your USB ASIC (Block Erupter, Red Fury, GekkoScience, Antminer U1/U3) via cgminer with your V1 Thronos address as the username.
python stratum_proxy.py # Proxy listens on localhost:3334 # Connects to thrchain.up.railway.app
cgminer.exe -c cgminer.conf # cgminer auto-detects the USB ASIC via hotplug # Rewards go to your V1 THR address
| BTC Block Erupter | 333 GH/s |
| Antminer U1 | 1.6 GH/s |
| Antminer U3 | 6.3 GH/s |
| Bitfury Red Fury | 0.85 GH/s |
| GekkoScience Compac | 8.25 GH/s |
| GekkoScience 2Pac | 11-22 GH/s |
cgminer.exe \
-o stratum+tcp://127.0.0.1:3334 \
-u YOUR_V1_ADDRESS \
-p x \
--icarus-options 115200:1:1 \
--hotplug 5
| Device not detected | Install CP210x or CH340 USB driver; check Device Manager |
| Low hashrate | Check USB power — use powered hub for Block Erupter |
| "Stratum connection refused" | Start stratum_proxy.py first, then cgminer |
| High reject rate | Lower icarus baud rate: try 57600:1:1 |
| No reward in wallet | Make sure username = exact V1 canonical address (THR...) |
CPU and GPU miners can poll the work API directly without running the Stratum proxy.
{
"thr_address": "YOUR_THR_ADDRESS",
"nonce": 12345678,
"job_id": "job_id_from_work",
"merkle_root": "hex_string",
"prev_hash": "hex_string",
"time": 1718000000,
"nbits": 486604799,
"pow_hash": "hex_string"
}
Get the complete Phase 6B miner kit with hardware specs, config templates, and setup scripts for all hardware types.
Supported Hardware:
Solo miners submit blocks directly to the network and keep 100% of the block reward when they find a block. Higher variance, higher reward.
🔒 Connect your wallet to view your mining statistics and rewards.