Mining

Pool mining setup

ORIN uses the X11 algorithm. Pools provide steadier payouts for most miners.

Community pools

Basic flow

  1. Create an ORIN payout address (wallet or CLI).
  2. Register a worker in the pool dashboard.
  3. Download an X11-capable miner (GPU or ASIC).
  4. 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.