PearlPool Guide

PearlPool.cloud Transparency and Public API

Pearl / PRL mining guide for PearlPool.cloud miners.

Published: June 2026 · Category: Transparency

Why Pool Transparency Matters

Miners need to know whether a pool is online, whether shares are accepted, whether proofs checked are being sent and whether confirmed blocks exist. PearlPool.cloud exposes public pages and API endpoints so miners can verify the pool state instead of relying only on marketing claims.

Public Stats

The public stats page shows pool hashrate, active miners, workers, accepted shares, rejected shares and wallet-level information. This helps miners confirm that their rig is connected and contributing valid work.

Readiness API

The readiness API is useful because it separates live launch status from full public advertising readiness. A mining pool can accept miners and shares before it has proven its first confirmed block and mature payout. PearlPool.cloud exposes this distinction openly.

https://pearlpool.cloud/api/readiness

Blocks API

The Blocks API shows confirmed pool block information. This is separate from proofs checked. Network candidates show gateway-submitted proofs or block candidates. Confirmed blocks represent real network-accepted blocks.

https://pearlpool.cloud/api/blocks

Important Difference: Shares, Candidates and Blocks

Accepted sharesValid pool work used for accounting.
Rejected sharesSubmitted work not counted by the pool.
Proofs CheckedGateway-submitted block candidates/proofs, not confirmed blocks.
Confirmed blocksReal blocks accepted by the Pearl network.
Mature blocksConfirmed blocks old enough for safe payout processing.

Useful Public Endpoints

  • /api/health — simple health check.
  • /api/pool/stats — pool statistics.
  • /api/readiness — live launch and payout readiness.
  • /api/blocks — confirmed pool block data.
  • /api/leaderboard — miner and worker ranking.
  • /api/wallet?wallet=YOUR_ADDRESS — wallet-specific mining stats.

Why PearlPool.cloud Uses Honest Status Labels

A transparent pool should clearly separate accepted shares, submitted proofs, confirmed blocks and mature payout rounds. PearlPool.cloud exposes these states openly while mining is live. This is more honest than hiding the early-stage state of the pool.

The goal is simple: public stats, clear labels, low fees and transparent mining data for Pearl / PRL miners.

Verify PearlPool.cloud Yourself

Use the public stats and API endpoints to check pool state, miners, shares, proofs checked and blocks.

View APIView Stats