Mine PEARL

Pearl is a Proof-of-Useful-Work blockchain — instead of brute-force SHA-256 hashing, miners run large language model inference on a GPU and submit the model outputs as proof of work. Same security guarantees as Bitcoin's PoW, but the compute does something useful. Below: what hardware you need, where to get GPU credit, and where to start.

The hardware floor

Pearl mining uses vLLM as its inference backend, which sets a hard hardware floor:

Don't own an H100? Rent one.

Cloud GPU rentals run $1.50–$2.50/hour depending on the provider. The two best options for Pearl mining:

Premium · Reliable
RunPod
🎁 $5–10 FREE credit on signup

Per-second billing on H100 / H200 SXM. Solid uptime, friendly UI. Spin up a Pearl mining pod in under 60 seconds.

Claim your credit →
Cheapest · P2P
Vast.ai
💰 Up to 50% cheaper

Community GPU marketplace. H100 / H200 at peer-to-peer prices. Pick your host, lock the rate, mine immediately.

Browse GPUs →

Affiliate links — Lord Of Pearls earns a small commission, at no cost to you. Funds keep this explorer free.

Software stack — three processes

  1. pearld — the Pearl full node, listens on port 44107.
  2. vLLM server — runs the inference model on the GPU.
  3. Pearl gateway — the glue. Pulls block templates from pearld, submits jobs to vLLM, packages winning outputs as candidate blocks, broadcasts them.

The gateway is what mines. The other two are dependencies.

Step-by-step setup

For the full hands-on tutorial — including bare-metal commands, monitoring tips, profitability math and common errors — read our deep-dive: How to mine PEARL on a single GPU. It walks through everything from curl -LO pearl-linux-x64.tar.gz to your first BLOCK FOUND log line.

What to monitor

Profitability — do the math first

Watch the network state page for current hashrate and block reward. Multiply (your hashrate / network hashrate) × 3,456 blocks/day × current block reward to estimate your daily PEARL. Multiply by current PEARL price (USD) to get gross revenue. Subtract GPU rental cost ($48/day for an H100 at $2/hr). Profitable months and unprofitable months alternate as the network grows — single-GPU solo mining is feast-or-famine. Read the article above for the full framework.

Get the explorer's wallet view of your mining

Once you've mined your first block, paste your prl1… address into our homepage search bar and you'll get a dedicated wallet page with balance, mined blocks, orphans lost, miner rank vs every other Pearl miner, and full transaction history. It's the fastest way to see whether your setup is working.