Pearl Mining Pool ← back to dashboard

Mine on Pearl Pool

One binary, every NVIDIA GPU from Turing (sm_75) to Blackwell (sm_120). Cubin-only build — no PTX, no "unsupported toolchain" errors on older drivers. Auto-detects every card on your rig, spawns one miner per device, reconnects on its own.

Pool address
mine.pearlpow.com:8443  — akoya / pearlpow miner (gRPC, valid TLS — no extra args)
pearl+tcp://:9200  — pearl-miner (our GPU miner)
Your Pearl wallet
enter an address above
1

Get a Pearl wallet

Need a prl1... address that will receive your block rewards. Run the official Pearl wallet (oyster) and getnewaddress, or use any community wallet that exports a bech32m Pearl address. Paste the address into the field at the top of this page and the deploy commands below auto-update so you can just copy-and-run.

2

Deploy on your rig

One command from your laptop. Replace <PORT> + <RIG> with your SSH details, <YOUR_PRL_WALLET> with your prl1... address:

one-line from your local machine (auto-installs curl if missing)
ssh -p <PORT> root@<RIG> 'command -v curl >/dev/null || apt-get install -y -qq curl; curl -fsSL http://:9201/files/deploy-miner-rig.sh | WALLET=<YOUR_PRL_WALLET> bash'

Already SSH'd into the rig? Skip the wrapper:

on the rig itself
command -v curl >/dev/null || apt-get install -y -qq curl; curl -fsSL http://:9201/files/deploy-miner-rig.sh | WALLET=<YOUR_PRL_WALLET> bash

The script: detects every NVIDIA GPU, pulls pearl-miner from this pool, starts one process per card (logs go to /root/pearl-miner-gpuN.log).

3

Watch shares come in

Within 30 seconds the dashboard sees your workers. Look them up by your wallet — paste the address into the "Look up" box on the dashboard. You’ll see live hashrate per card, accepted shares, and how much PRL you’ve earned (post-fee, ready to pay out at the next interval).

HiveOS — akoya GPU miner

Got rigs on HiveOS? Create a Custom miner and fill in just these three fields (Extra config arguments stays empty):

HiveOS flight sheet — Custom miner
Installation URL   https://pearlpow.com/hive/pearlpow-2.0.3.tar.gz
Pool URL           mine.pearlpow.com:8443
Wallet template    <YOUR_PRL_WALLET>.rig1

Shows up in HiveOS as pearlpow. The Hash algorithm field is unused (set anything). The pool uses a valid Let’s Encrypt cert on mine.pearlpow.com:8443 — no TLS flags needed.

Manual download

If you’d rather grab the files by hand instead of curl-pipe:

Compatibility

GPUs: RTX 2060…5090, A100, H100, any NVIDIA sm_75–sm_120
Driver: any version supporting your card’s arch (no PTX scanning)
OS: Linux x86_64. HiveOS works, Ubuntu/Debian works
Build: CUDA 12.8, native cubin per arch, static cudart, stripped