ARIAMiner v0.6.7 — Pearl (PRL) GPU miner
=========================================

PACKAGE CONTENTS
  ariaminer          the miner (single stripped binary)
  libcudart.so.13    bundled CUDA runtime (loaded automatically by run.sh)
  run.sh             zero-config launcher
  SHA256SUMS         integrity checksums

REQUIREMENTS
  - NVIDIA RTX 3000 / 4000 / 5000 GPU (sm_86 / sm_89 / sm_120)
  - Recent NVIDIA driver
  - A Pearl address (prl1...)

QUICK START
  tar xzf ariaminer-v0.6.7-linux-x64.tar.gz
  cd ariaminer-v0.6.7-linux-x64
  ./run.sh --pool pearl.ariabrain.com:3341 --wallet prl1<YOUR_ADDRESS> --worker my-rig

  (Aria is our community pool; LuckyPool works too:
   ./run.sh --pool pearl-eu2.luckypool.io:3360 --wallet prl1... --worker my-rig)

OPTIONS
  --pool        pool host:port (required)
  --wallet      your prl1... address (required)
  --worker      rig name (default: aria)
  --threads     CPU threads (default: auto — the GPU does the work)
  --password    stratum password (default: x; "x;d=N" = static difficulty)
  --stats-port  PORT   local JSON stats endpoint on 127.0.0.1 (monitoring/HiveOS)

NOTES
  - Announced 1% dev-fee: one 60-second round every 100 minutes mines to the dev.
  - The miner auto-reconnects if the pool restarts (backoff, never gives up).
  - The displayed TH/s follows the "share-equivalent" convention used by other
    Pearl GPU miners; the pool credits real proven work.
  - Verify integrity: sha256sum -c SHA256SUMS

Support: PulseMining Discord — https://discord.gg/DUHmqnEr2E
