Mine Pearl on the GPUs you already own.

Our miner is ~3× faster than what the other pools ship, and we charge the lowest fee on the network5% PPLNS / 5% solo, vs the 20% charged by other Pearl pools. Works on every NVIDIA card with tensor cores — Volta (V100, CMP 100-210), Ampere (RTX 30 + A100), Ada (RTX 40 + L4/L40), Blackwell (RTX 50 + B100/B200), and Hopper (H100/H200). Operated by AlphaPool, the team behind Quai, XMR, Zano, and DOGE pools.

⚡ ~3× faster miner
More shares per watt
Our alpha-miner binary outperforms the reference Pearl miner and competing pool kernels on the same hardware. More hashrate per kWh = more PRL in your wallet.
💸 Lowest pool fee
5% · vs 20% elsewhere
PPLNS 5%, solo 5%. Other Pearl pools charge up to 20%. That's 15 percentage points more PRL going to you per block, every block, forever.
🚀 H100 + Hopper optimization
In the works
H100 and H200 already mine on the current alpha-miner binary — Hopper-specific kernel tuning is actively in development for max hashrate. Today's binary also covers Volta, Ampere, Ada, and Blackwell. Any tensor-core NVIDIA card works.
Measured per-card hashrate

Real-world numbers from operator rigs running our alpha-miner against pearl.alphapool.tech. For comparison, the same RTX 3060 Ti benchmarks at ~10 TH/s on competing pool kernels — so what you see below is roughly 3× the throughput on the same hardware. Numbers will keep landing as more cards report in.

RTX 3060 Ti
40-50 TH/s
Ampere SM_86 · ~3-5× competing kernels on the same card
RTX 3070
50-60 TH/s
Ampere SM_86 · 8 GB VRAM
RTX 3090
90 TH/s
Ampere SM_86 · 24 GB flagship
RTX 4090
150-160 TH/s
Ada SM_89 · 24 GB
RTX 5080
105 TH/s
Blackwell SM_120 · 16 GB

Hashrate may vary ±10% based on cooling, power limit, driver version, and host CPU. We'd rather you verify than trust us — point a card at the pool, watch the numbers, compare. More cards (3060, 3080, A100, L4, L40, H100, B100, datacenter Ampere) will be added as data comes in.

Live pool stats
Hashrate & blocks
Pool Hashrate (24h)
Pool hashrate timeline will populate as miners connect and submit shares.
Refreshes every 15 sec · Hourly buckets
Blocks Found (14d)
We just opened the doors — be the first to find a block.
Bars show daily blocks found · Up to 14d window
Network & endpoints
Pearl Network
Stratum Endpoints
Look up your miner
No registration required. Your address is your account.
Recent blocks
TimeHeightHashRewardStatus
No blocks found yet. We just opened the doors — be the first to find one.

All blocks

Every block this pool has found, newest first. Statuses: Immature (waiting for 100 confirmations) → ConfirmedPaid. Orphans appear as Orphan.

TimeHeightHashFound byRewardConfirmationsStatus
No blocks yet.

Top miners

Active miners ranked by 1-hour hashrate. Anonymized — each row is a PRL address; click to view its public stats.

#AddressWorkersHashrate (1h)Shares (24h)Last share
No miners online yet. Connect one.

Get Started

Three commands. ~30 seconds. No signup, no whitelist, no KYC.

Step 1

Get a Pearl address

Install the Pearl wallet and generate an address starting with prl1p…. Save your seed phrase offline. This is where your payouts go.

Step 2

Run alpha-miner

One curl + one ./alpha-miner command. Linux x86_64, every NVIDIA tensor-core GPU from Volta to Blackwell, including Hopper (V100, RTX 30/40/50, A100, L4/L40, H100/H200, B100/B200, CMP 100-210). Auto-detects all your GPUs.

Step 3

Watch payouts arrive

First share in ~10 seconds. PPLNS payouts every 6 hours, 1.0 PRL minimum. Track live on the Dashboard by pasting your address.

Before you start
If your rig already mines any GPU coin, the one-liner below just works. The binary is statically linked — its only runtime dependency is the NVIDIA driver (already present on any mining rig).
  • GPU: NVIDIA Volta through Blackwell + Hopper (V100, Titan V, CMP 100-210, RTX 30/40/50, A100, L4/L40, H100/H200, B100/B200). Turing (RTX 20-series, T4, CMP 30HX/40HX/50HX/90HX) is the only current gap — pending upstream kernels.
  • OS: Linux x86_64 (Ubuntu 14.04+, Debian 8+, RHEL 7+, glibc 2.18+) or Windows via WSL2 — verified working on Windows 11 with NVIDIA RTX cards. Native Windows .exe on the way.
  • Renting cloud GPUs? Use the Docker / RunPod / vast.ai tab — one docker run command, works anywhere with NVIDIA Docker.
  • Driver: Any reasonably modern NVIDIA driver (R470+ for Ampere, R525+ for Ada, R550+ for Blackwell). Already installed on any mining rig.
  • Network: Outbound TCP to pearl.alphapool.tech:5566 (or :5567 for solo). No inbound ports needed.
  • VRAM: ~2 GB per GPU. ~36 MB disk for the binary.
Quickstart
Pro tip: if vardiff isn't converging well for your hardware (most common on multi-rig HiveOS / mixed-card setups), pin a static difficulty by setting --password "x;d=4096". Pick a value matched to your card — table in the Static difficulty tab below.

Pick the endpoint closest to you for lowest share latency. All forward to the same backend in US East — your shares are credited identically regardless of which proxy you use.

North America: pearl.alphapool.tech:5566 (pooled) / :5567 (solo) — direct to US East master.
Europe: eu1.alphapool.tech:5566 (pooled) / :5567 (solo) — OVH Roubaix proxy.
Asia: sg1.alphapool.tech:5566 (pooled) / :5567 (solo) — OVH Singapore proxy.

:5566 = pooled PPLNS, smooth 5% fee payouts. Right for <100 GH/s rigs.
:5567 = solo, whole block reward minus 5% solo fee when you win. Right for big rigs that want lottery dynamics.

# 1) Download the miner — source: https://github.com/AlphaMine-Tech/alpha-miner
# Linux x86_64, supports Volta/Ampere/Ada/Hopper/Blackwell auto-detect
curl -L -o alpha-miner https://pearl.alphapool.tech/downloads/alpha-miner
chmod +x alpha-miner

# 2) Replace YOUR_PRL_ADDRESS with your prl1p... wallet address, then run
./alpha-miner \
  --pool stratum+tcp://pearl.alphapool.tech:5566 \
  --address prl1pYOUR_PRL_ADDRESS \
  --worker rig01
Hardware support
RTX 30-series
3060–3090 Ti
Ampere · ✓ supported by alpha-miner binary
RTX 40-series
4060–4090
Ada · ✓ supported by alpha-miner binary
RTX 50-series
5060 Ti–5090
Blackwell · ✓ supported by alpha-miner binary
A100 / L4 / L40 · CMP 170HX/220HX
Datacenter Ampere/Ada
✓ supported by alpha-miner binary (force --backend ampere)
H100 / H200 / B100 / B200
Hopper / Blackwell DC
✓ supported by alpha-miner binary (Hopper SM_90 + Blackwell kernels in current build)
V100 / Titan V / CMP 100-210
Volta (SM_70)
✓ supported by alpha-miner binary (since 2026-05-15)
RTX 20-series · T4 · CMP 30/40/50/90HX
Turing (SM_75)
⚠️ binary support coming · use source build for now
Windows (WSL2) · Linux
✓ supported today
Windows users mine via WSL2 — verified working on RTX 5080 + others. Native Windows .exe planned. macOS / AMD on the roadmap.

Pre-Volta cards (Pascal GTX 10-series and older) lack the tensor cores Pearl's NoisyGEMM PoW needs. CPU mining is not supported. Need help? Hit our Discord — real humans.

FAQ

Quick answers about Pearl mining and the AlphaPool setup.

What is Pearl?

Pearl (PRL) is a Layer-1 blockchain that uses Proof-of-Useful-Work — mining is performed as a by-product of arbitrary matrix multiplication. The protocol is open-source under the ISC license at github.com/pearl-research-labs/pearl. Mainnet launched 2026-04-27.

What GPUs does this pool support?

Supported by the current alpha-miner binary: Volta (V100, Titan V, CMP 100-210), Ampere (RTX 30-series, A100), Ada (RTX 40-series, L4/L40), Hopper (H100, H200), Blackwell (RTX 50-series, B100/B200). The miner uses ~2-3 GB of VRAM and auto-detects all CUDA devices.

Coming soon: Turing (RTX 20-series, T4, CMP 30HX/40HX/50HX/90HX) — kernels pending from upstream. Pre-Volta (Pascal GTX 10-series and older) lacks tensor cores and is permanently unsupported. CPU mining is not supported.

Can I mine on rented cloud GPUs (RunPod, vast.ai, Lambda)?

Yes — pull our Docker image and pass your address as an env var. See the Docker / RunPod / vast.ai tab for the full command. The image (alphaminetech/pearl-miner) bundles the alpha-miner binary on top of nvidia/cuda:12.4.1-runtime, so it works on any host with Docker + the NVIDIA container toolkit. For RunPod specifically: create a Custom Template, set the image to alphaminetech/pearl-miner, leave Container Start Command empty, and add PEARL_ADDRESS + PEARL_WORKER as environment variables.

If you're running cloud arbitrage (renting cheap GPU-hours below their PRL/USD payout value), set PEARL_DIFFICULTY to skip the vardiff ramp-up time — instant steady-state share rate.

When should I set a static difficulty (x;d=N)?

The pool runs an automatic VarDiff loop that retunes your difficulty to ~1 share per 10 seconds per worker. The x;d=N static-diff override follows the open StratumX convention used by many other pools — if you've used it elsewhere, it works the same here. VarDiff works well for most setups, but a few cases benefit from pinning a static difficulty in your password field:

Format: --password "x;d=65536". Pick a value from the table in the Static difficulty tab. Wrong picks aren't dangerous — slightly bumpier stats, no lost shares.

What's the pool fee?

5% on pooled (PPLNS), 5% on solo. That's the lowest fee on the Pearl network — other pools charge up to 20%, so you keep an extra 15% of every block reward by mining here. Same fee on solo so big rigs choosing solo aren't penalized. Fees subsidize operating cost (US East server, 24/7 ops); any surplus goes to upstream protocol development.

How does PPLNS work here?

When the pool finds a block, the reward is split across the last N accepted shares in proportion to who submitted them. This smooths out luck variance without exposing the pool operator to bad-luck risk.

What's the minimum payout?

1.0 PRL. Payouts run every 6 hours; balances below the floor roll over until cleared.

How long until I see my first payout?

First share usually arrives within 10 seconds of starting your miner. First payout typically lands within 24–48 hours of starting if you have meaningful hashrate. Smaller miners may take longer to accumulate the 1.0 PRL minimum.

Why is the pool hashrate sometimes shown as "—"?

The pool is brand-new (we launched 2026-05-14). Hashrate displays go live once we have enough share data to compute a stable estimate — usually within the first hour after launch.

Is the source code open?

The pool server is internal for now. The Pearl protocol itself is fully open-source. The integration spec for connecting a custom miner will be published once stable.

I have a question or issue — who do I talk to?

Hit the AlphaPool Discord / Telegram (links on the main site). Real humans, no bots.

← Back to pool

Miner dashboard

All pool stats →
Statistics overview
Miner hashrate (24h)
Activity
WorkerHashrate (current)Hashrate (1h)Hashrate (24h)Last shareDifficultyStatus
No workers reporting for this address yet.
Payment history (14d)
Discord