Mining
Pool mining setup
ORIN uses the X11 algorithm. Pools provide steadier payouts for most miners.
Community pools
Basic flow
- Create an ORIN payout address (wallet or CLI).
- Register a worker in the pool dashboard.
- Download an X11-capable miner (GPU or ASIC).
- Configure the miner with the pool address and worker name.
Example GPU miner command
Replace POOL_HOST:PORT with the pool settings.
ccminer -a x11 -o stratum+tcp://POOL_HOST:PORT \
-u ORIN_ADDRESS.worker1 -p x
If the pool requires email or API tokens, add them in the pool
account profile.
Status checks
- Use the pool dashboard to monitor hashrate and payouts.
- Compare reported hashrate with local miner stats.
- On connection errors, verify DNS, ports, and firewall rules.