Stratum Information
-
EU Stratum LIVE
Stratum URL: prl.suprnova.cc Ports: 3370 (low, d=1M), 3371 (mid, d=4M), 3372 (high, d=16M), 3373 (VarDiff β recommended), 3374 (SSL/TLS VarDiff) Difficulty: 3370-3372 fixed; 3373 adaptive vardiff (10s target/share); 3374 same vardiff as 3373 but with TLS encryption (usestratum+ssl://). Getting Ping Mining Pool Ping explained
Stratum Information
-
EU Stratum 2 Coming Soon
Stratum URL: stratum-eu.suprnova.cc Secondary EU endpoint planned for redundancy. For now please use the primary EU Stratum above.
Stratum Information
-
US Stratum LIVE
Stratum URL: stratum-us.suprnova.cc Ports: 3370 (low, d=1M), 3371 (mid, d=4M), 3372 (high, d=16M), 3373 (VarDiff β recommended), 3374 (SSL/TLS VarDiff) Difficulty: 3370-3372 fixed; 3373 adaptive vardiff (10s target/share); 3374 same vardiff as 3373 but with TLS encryption (usestratum+ssl://). Getting Ping Mining Pool Ping explained
Stratum Information
-
Asia Stratum LIVE
Stratum URL: stratum-apac.suprnova.cc Ports: 3370 (low, d=1M), 3371 (mid, d=4M), 3372 (high, d=16M), 3373 (VarDiff β recommended), 3374 (SSL/TLS VarDiff) Difficulty: 3370-3372 fixed; 3373 adaptive vardiff (10s target/share); 3374 same vardiff as 3373 but with TLS encryption (usestratum+ssl://). Getting Ping Mining Pool Ping explained
Miner Config Information
-
Wallet (
--wallet): your full PRL bech32m address (starts withprl1) Worker (--worker): a short label per rig, e.g.rig01Algorithm:pearlhashβ Pearl PoW (Plonky2 ZK + Blake3, GPU) Password: no password needed (the protocol carries everything in the wallet/worker fields). Port chooses the difficulty band. Example:--wallet prl1p52kg7e69y38q9st5e04jjellwymfjhvq9fwcnydsj4p2ssh2v33saemwtd --worker rig01Heads-up: PRL uses a luckypool-style stratum dialect (nomining.subscribe, no dottedwallet.worker). Pass--walletand--workeras separate flags.priority_high
Linux Mining Information
GPU Mining (pearlhash, SRBMiner-MULTI)
-
SRBMiner-MULTI GPU documented
Download: github.com/doktor83/SRBMiner-Multi/releases SRBMiner-MULTI is the miner we've validated against this pool. Any miner that implements thepearlhashalgorithm and the same luckypool-style stratum dialect will also work β we just haven't written up step-by-step instructions for others yet. AMD and NVIDIA GPUs are both supported. Recommended port: 3373 (VarDiff β adapts to your rig automatically). Example command (VarDiff port, recommended):./SRBMiner-MULTI --algorithm pearlhash \ --pool prl.suprnova.cc:3373 \ --wallet YOUR_PRL1_ADDRESS \ --worker rig01The pool also accepts the glued form (--wallet WALLET.WORKERwith no separate--workerflag) β both are equivalent. The pool splits at the first dot because PRL bech32m addresses never contain one. Or pick a fixed-difficulty port matching your hashrate:# single GPU (d = 1M) ./SRBMiner-MULTI --algorithm pearlhash --pool prl.suprnova.cc:3370 --wallet YOUR_PRL1_ADDRESS --worker rig01 # mid-range rig (d = 4M) ./SRBMiner-MULTI --algorithm pearlhash --pool prl.suprnova.cc:3371 --wallet YOUR_PRL1_ADDRESS --worker rig01 # multi-GPU farm (d = 16M) ./SRBMiner-MULTI --algorithm pearlhash --pool prl.suprnova.cc:3372 --wallet YOUR_PRL1_ADDRESS --worker rig01Want a custom fixed difficulty between (or above) the bands? Passd=Nin the password on the VarDiff port. Valid range: 500,000 β 10,000,000,000,000. Out-of-range values are silently ignored and VarDiff takes over.# custom fixed difficulty (e.g. d = 5M) ./SRBMiner-MULTI --algorithm pearlhash --pool prl.suprnova.cc:3373 \ --wallet YOUR_PRL1_ADDRESS --worker rig01 \ --password "d=5000000"Prefer encrypted stratum? Port 3374 is the same VarDiff band as 3373 but wrapped in TLS. Use thestratum+ssl://URL prefix:# TLS-encrypted stratum (EU only for now) ./SRBMiner-MULTI --algorithm pearlhash --pool stratum+ssl://prl.suprnova.cc:3374 \ --wallet YOUR_PRL1_ADDRESS --worker rig01Already mining other coins on the same host? Just point a second SRBMiner-MULTI process atprl.suprnova.cc:3373β no fresh install needed.
Windows Mining Information
GPU Mining (pearlhash, SRBMiner-MULTI)
-
SRBMiner-MULTI GPU documented
Download: github.com/doktor83/SRBMiner-Multi/releases Grab the latestSRBMiner-Multi-X.Y.Z-win64.zip, extract it anywhere, and run from a shell of your choice (PowerShell, cmd.exe). Recommended port: 3373 (VarDiff β adapts to your rig automatically). Example command (VarDiff port, recommended):SRBMiner-MULTI.exe --algorithm pearlhash ^ --pool prl.suprnova.cc:3373 ^ --wallet YOUR_PRL1_ADDRESS ^ --worker rig01Or pick a fixed-difficulty port matching your hashrate:rem single GPU (d = 1M) SRBMiner-MULTI.exe --algorithm pearlhash --pool prl.suprnova.cc:3370 --wallet YOUR_PRL1_ADDRESS --worker rig01 rem mid-range rig (d = 4M) SRBMiner-MULTI.exe --algorithm pearlhash --pool prl.suprnova.cc:3371 --wallet YOUR_PRL1_ADDRESS --worker rig01 rem multi-GPU farm (d = 16M) SRBMiner-MULTI.exe --algorithm pearlhash --pool prl.suprnova.cc:3372 --wallet YOUR_PRL1_ADDRESS --worker rig01
Hashrate Rental Services
-
Rental marketplace support β pending
Pearl'spearlhashalgorithm is GPU-based and verifier-bound (Plonky2 ZK + Blake3). Major rental marketplaces like Nicehash and Mining Rig Rentals do not list it yet. We'll publish a connection guide here as soon as a marketplace addspearlhash. In the meantime, run SRBMiner-MULTI on your own hardware against port 3373.
HiveOS / MMPOS Configuration
HiveOS Flight Sheet Setup
-
Step 1: Create a Flight Sheet
Go to Flight Sheets in your HiveOS dashboard and click Add Flight Sheet. Set the following:Coin Select Custom, enter PRLWallet Create a new wallet with your PRL wallet address, or select an existing one Pool Select Configure in miner Miner Choose one of the miners below (see Step 2) -
Step 2: SRBMiner-MULTI Built-in
SRBMiner-MULTI ships built-in with HiveOS β no Custom Miner install required.Miner Select SRBMiner-Multi from the miner dropdown Algorithm pearlhashPool URL prl.suprnova.cc:3373Wallet %WAL%(just the address β no.%WORKER_NAME%suffix)Worker name %WORKER_NAME%Password leave blank β unused by this stratum dialect -
Step 3: Apply and Start
1. Save the flight sheet and apply it to your worker(s). 2. The miner starts automatically. Check the Miner log tab and look forSHARE acceptedlines. 3. Your stats appear on Your Stats within a few minutes. Tip: Port 3373 uses adaptive VarDiff and converges in 4-6 retargets (~2 min) for most rigs. Fixed-diff ports 3370/3371/3372 are useful only if you want to lock the band yourself.
MMPOS Configuration
-
MMPOS Setup
MMPOS configuration mirrors HiveOS. Pick SRBMiner-MULTI from its miner list and configure the same fields. Pool URL:prl.suprnova.cc:3373Algorithm:pearlhashWallet:YOUR_PRL1_ADDRESSWorker:%WORKER%See github.com/doktor83/SRBMiner-Multi for advanced flags (GPU tuning, intensity, etc.).