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.
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.
One command from your laptop. Replace <PORT> + <RIG> with your SSH details, <YOUR_PRL_WALLET> with your prl1... address:
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:
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).
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).
Got rigs on HiveOS? Create a Custom miner and fill in just these three fields (Extra config arguments stays empty):
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.
If you’d rather grab the files by hand instead of curl-pipe: