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 LIVE
Stratum URL: stratum-eu2.suprnova.cc Ports: 3370 (low, d=10k), 3371 (mid, d=4M), 3372 (high, d=16M), 3373 (VarDiff β recommended), 3374 (SSL/TLS VarDiff) Difficulty: 3370 adaptive vardiff (starts at 10k, min 100 for slow CPU / laptop / old GPU); 3371-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
-
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. For Stratum devs: https://prl.suprnova.cc/stratum-spec.htmlpriority_high
Linux Mining Information
GPU Mining (pearlhash)
-
suprminer-neptune NVIDIA recommended CUDA v1.9.4 β latest
Download: suprminer-neptune-1.9.4-linux-x86_64 (128 MB, standalone) · release notes · project page Our favourite NVIDIA miner β what we run on the dev rigs (rig01β11, h100*, rigtr12). Part of the suprminer-dual project. Auto-selects the right CUDA kernel per GPU (H100 Hopper, Blackwell sm_120, Ampere sm_86, Ada sm_89, etc.) so the same command line works on every card. Also available for HiveOS and MMPOS β see the HiveOS/MMPOS tab. Drop the downloaded file in your working directory,chmod +x suprminer-neptune-1.9.4-linux-x86_64, then run the command below. Recommended port: 3373 (VarDiff β adapts to your rig automatically). Example (single GPU):CUDA_DEVICE_ORDER=PCI_BUS_ID ./suprminer-neptune -a pearl \ -o stratum+tcp://prl.suprnova.cc:3373 \ -u YOUR_PRL1_ADDRESS.rig01 \ -p x -d 0Flags:-a pearlalgorithm (also acceptspearlhash/prl) ·-o stratum+tcp://β¦:3373pool URL (ports 3370β3374 all work) ·-u WALLET.WORKERdotted form ·-p xpassword (anything) ·-d 0GPU select. Use-d 0,1,2,3for specific cards, or omit-dentirely to use all detected GPUs. Run detached (survives logout β what we use in production):CUDA_DEVICE_ORDER=PCI_BUS_ID setsid nohup ./suprminer-neptune -a pearl \ -o stratum+tcp://prl.suprnova.cc:3373 \ -u YOUR_PRL1_ADDRESS.rig01 \ -p x -d 0 \ </dev/null >~/pearl.log 2>&1 &TLS-encrypted stratum? Swap tostratum+ssl://prl.suprnova.cc:3374. To stop:kill -INT <pid>orpkill -INT -x suprminer-neptune. Use SIGINT only βSIGTERM/SIGKILLskip the GPU cleanup and can wedge the card until reboot. -
SRBMiner-MULTI GPU v3.3.4 β latest
Download: SRBMiner-Multi-3-3-4-Linux.tar.gz (17 MB) · release notes MD5:a9838b4c770a805633c93099274d871d· checksum file 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. Extract withtar xzf SRBMiner-Multi-3-3-4-Linux.tar.gz, then run the command below from the unpacked directory. 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. -
suprminer-amd AMD OpenCL v1.9.1 β pearlhash added
Download: suprminer-amd_v1.9.1.zip (1.7 MB) · release notes · SHA256SUMS An AMD-OpenCL-only miner. Fork of suprminer withpearlhashsupport added in v1.9.1. Use this on AMD-only farms, or on mixed rigs alongside SRBMiner-MULTI to drive AMD cards. Syntax differs from SRBMiner-MULTI. suprminer-amd uses the luckypool-style dottedWALLET.WORKERform via-uβ there is no separate--workerflag. Custom difficulty goes in the password (-p d=N); for most cards leave it asxand let VarDiff adapt. Example command (VarDiff port, recommended):./suprminer-amd --algorithm pearlhash \ -o stratum+tcp://prl.suprnova.cc:3373 \ -u YOUR_PRL1_ADDRESS.rig01 \ -p xSlow GPU that can't land VarDiff shares fast enough? Pin a low fixed difficulty in the password (valid range 500K β 10T), or use the low fixed-diff port directly:# option A β VarDiff port with custom-diff password (e.g. d=1M) ./suprminer-amd --algorithm pearlhash \ -o stratum+tcp://prl.suprnova.cc:3373 \ -u YOUR_PRL1_ADDRESS.rig01 \ -p d=1000000 # option B β pin to low fixed-diff port (3370 starts at d=10k) ./suprminer-amd --algorithm pearlhash \ -o stratum+tcp://prl.suprnova.cc:3370 \ -u YOUR_PRL1_ADDRESS.rig01 \ -p xTLS-encrypted stratum? Swap tostratum+ssl://prl.suprnova.cc:3374just like SRBMiner. Bind to specific OpenCL devices with--gpu-idto colocate alongside other miners on the same host.
Windows Mining Information
GPU Mining (pearlhash, SRBMiner-MULTI)
-
SRBMiner-MULTI GPU v3.3.4 β Windows pearlhash now supported
Download: SRBMiner-Multi-3-3-4-win64.zip (21 MB) · release notes MD5:3f6b74056d591d896f722185a5fe02a3· checksum file Download the zip above, right-click β "Extract Allβ¦" to any folder (e.g.C:\Mining\SRBMiner), then open PowerShell or cmd.exe inside that folder (Shift + Right-click β "Open PowerShell window here") and paste the command below. Windows Defender may flag the binary on first run β that's expected for miners; whitelist the folder if needed. 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 -
ARC Miner Intel Arc XMX Windows only first Intel Arc
Download: github.com/jbman2025/ARC-miner/releases · repo The first public Pearl (pearlhashminerpearlhash) miner for Intel Arc GPUs, with an XMX matrix-engine kernel. Tested on Arc A750 (8 GB) and Arc B580 (12 GB); the developer also lists Arc A580 / A770 / B50 / B60 / B70 / B570 as expected to work. Requires an Intel Arc A- or B-series card with 8 GB+ VRAM. Currently Windows 10 / 11 (64-bit) only β Linux support is on the roadmap. Download the release zip, extract it (e.g.C:\Mining\ARC-Miner), then open the includedA1start.bat(or the pool-specificA1start-POOLNAME.batif present) in a text editor and set your wallet + worker. Point the pool URL at this pool and save:rem inside A1start.bat β set these to your values set POOL=prl.suprnova.cc:3373 set WALLET=YOUR_PRL1_ADDRESS set WORKER=arc-rig01Then double-click the.batto launch. Recommended port: 3373 (adaptive VarDiff). The pool's vardiff will converge on your Arc card's hashrate within a couple of minutes. Windows Defender may flag the binary on first run β that's expected for miners; whitelist the folder if needed. Note: ARC Miner is a third-party project we do not maintain. The repo's README is the source of truth for any flags / variables we don't list here. Please report ARC-Miner-specific issues at github.com/jbman2025/ARC-miner/issues.
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 v3.3.4 β Custom Miner option below
SRBMiner-MULTI ships built-in with HiveOS β no Custom Miner install required. The built-in image may lag a release or two behind; for the freshly-released v3.3.4 (Windows pearlhash + GPU-class hashrate tuning), use the Custom Miner option in the box below instead.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 2 (alt): Custom Miner β SRBMiner v3.3.4 latest
If the built-in SRBMiner-Multi version is older than 3.3.4 and you want the newest pearlhash hashrate code, install upstream's Custom Miner package. In the Flight Sheet, choose Custom in the Miner dropdown, then fill the fields below.All flags must be set in Extra config arguments β the custom-miner archive contains the binary only, no auto-config. SRBMiner parameter reference: github.com/doktor83/SRBMiner-Multi/Parameters.Installation URL https://github.com/doktor83/SRBMiner-Multi/releases/download/3.3.4/srbminer_custom-3.3.4.tar.gzMiner name srbminer_custom(auto-filled from the archive)Hash algorithm pearlhashWallet template %WAL%Pool template prl.suprnova.cc:3373Extra config arguments --algorithm pearlhash --pool prl.suprnova.cc:3373 --wallet %WAL% --worker %WORKER_NAME% -
Step 2 (NVIDIA, recommended): Custom Miner β suprminer-neptune v1.9.4 favourite NVIDIA CUDA
For NVIDIA CUDA rigs in HiveOS, this is our recommended Custom Miner β what we run on our own dev fleet. Part of the suprminer-dual project. Pick the URL that matches your HiveOS Ubuntu base (20.04 or 22.04 β check viacat /etc/os-release). Worker syntax follows the luckypool dotted form (WALLET.WORKER, no separate worker field).The miner auto-selects the right CUDA kernel per GPU (Hopper/Blackwell/Ampere/Ada), so the same flight sheet works across mixed-card rigs. Project page: github.com/ocminer/suprminer.Installation URL (Ubuntu 22.04) https://github.com/ocminer/suprminer/releases/download/v1.9.4/suprminer-neptune-1.9.4_u2204.tar.gzInstallation URL (Ubuntu 20.04) https://github.com/ocminer/suprminer/releases/download/v1.9.4/suprminer-neptune-1.9.4_u2004.tar.gzMiner name suprminer-neptune(auto-filled from the archive)Hash algorithm pearlWallet template %WAL%.%WORKER_NAME%Pool template stratum+tcp://prl.suprnova.cc:3373Extra config arguments -a pearl -p x -
Step 2 (AMD): Custom Miner β suprminer-amd v1.9.1 AMD OpenCL
For AMD-OpenCL rigs in HiveOS, use this fork's pre-built archive. Pick the URL that matches your HiveOS Ubuntu base (20.04 or 22.04 β check viacat /etc/os-release). Worker syntax follows the luckypool dotted form.Note the dottedInstallation URL (22.04) https://github.com/ocminer/suprminer-amd-opencl/releases/download/v1.9.1/suprminer-amd-hiveos-22.04.tar.gzInstallation URL (20.04) https://github.com/ocminer/suprminer-amd-opencl/releases/download/v1.9.1/suprminer-amd-hiveos-20.04.tar.gzMiner name suprminer-amdHash algorithm pearlhashExtra config arguments --algorithm pearlhash -o stratum+tcp://prl.suprnova.cc:3373 -u %WAL%.%WORKER_NAME% -p x%WAL%.%WORKER_NAME%in-uβ different from the SRBMiner template. For slow GPUs swap the password-p xfor-p d=1000000(or pin port 3370 directly). Source / parameter reference: github.com/ocminer/suprminer-amd-opencl. -
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. -
TL;DR β Quick Copy & Paste (HiveOS) no-fuss
Skip the tables β just paste these three lines into a fresh Custom Miner flight sheet. Wallet is your PRL address; HiveOS auto-fills%WAL%and%WORKER_NAME%from the flight sheet's Wallet field and the rig's worker name.Installation URLhttps://github.com/doktor83/SRBMiner-Multi/releases/download/3.3.4/srbminer_custom-3.3.4.tar.gzHash algorithmpearlhashThat's it. Save the flight sheet, apply it to the rig, and shares start landing within ~30 seconds. prl.suprnova.cc:3373 is the recommended VarDiff port and works for any rig from a single GPU to a multi-card farm. Want SSL? Swap the pool URL forExtra config arguments--algorithm pearlhash --pool prl.suprnova.cc:3373 --wallet %WAL% --worker %WORKER_NAME%stratum+ssl://prl.suprnova.cc:3374.
MMPOS Configuration
-
MMPOS Setup v3.3.4 supported
MMPOS configuration mirrors HiveOS. Pick SRBMiner-MULTI from its miner list and configure the same fields. If MMPOS hasn't picked up SRBMiner v3.3.4 yet, install upstream's Custom Miner archive (URL below) the same way HiveOS does. Pool URL:prl.suprnova.cc:3373Algorithm:pearlhashWallet:YOUR_PRL1_ADDRESSWorker:%WORKER%Custom Miner installation URL (v3.3.4):https://github.com/doktor83/SRBMiner-Multi/releases/download/3.3.4/srbminer_custom-3.3.4.tar.gzExtra args:--algorithm pearlhash --pool prl.suprnova.cc:3373 --wallet YOUR_PRL1_ADDRESS --worker %WORKER%See github.com/doktor83/SRBMiner-Multi for advanced flags (GPU tuning, intensity, etc.) and Parameters for the full list. -
MMPOS Setup β suprminer-neptune v1.9.4 favourite NVIDIA CUDA
Recommended for NVIDIA CUDA rigs on MMPOS. Same project (suprminer-dual) as the HiveOS entry above. Auto-selects the right CUDA kernel per GPU. Pool URL:stratum+tcp://prl.suprnova.cc:3373Algorithm:pearlWallet:YOUR_PRL1_ADDRESS.%WORKER%(dotted; no separate worker field) Custom Miner installation URL (v1.9.4):https://github.com/ocminer/suprminer/releases/download/v1.9.4/suprminer-neptune-mmpos_1.9.4.tar.gzExtra args:-a pearl -p xProject page + release notes: github.com/ocminer/suprminer. Stop the miner withSIGINTonly (kill -INT <pid>) βSIGTERM/SIGKILLskip GPU cleanup. -
MMPOS Setup β AMD OpenCL (suprminer-amd) AMD OpenCL
For AMD-OpenCL rigs in MMPOS, install the suprminer-amd v1.9.1 MMPOS archive as a Custom Miner. Worker syntax is the dottedwallet.workerform (different from SRBMiner). Algorithm:pearlhashCustom Miner installation URL (v1.9.1):https://github.com/ocminer/suprminer-amd-opencl/releases/download/v1.9.1/suprminer-amd_v1.9.1_mmpos.tar.gzExtra args:--algorithm pearlhash -o stratum+tcp://prl.suprnova.cc:3373 -u YOUR_PRL1_ADDRESS.%WORKER% -p xFor slow GPUs swap-p xfor-p d=1000000. Source: github.com/ocminer/suprminer-amd-opencl.