PearlPool Guide

PearlPool.cloud Transparency and Public API

Pearl / PRL mining guide for PearlPool.cloud miners.

PearlPool.cloud Transparency and Public API

Published: June 2026 · Category: Transparency

Why Pool Transparency Matters

Miners need to know whether a pool is online, whether shares are accepted, whether candidate submissions 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 public beta 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 candidate submissions. Candidate submissions 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.
Candidate SubmissionsGateway-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 — public beta 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 new pool should not pretend that all production milestones are complete before the first confirmed block and payout audit. PearlPool.cloud can be public beta while still accepting miners and shares. 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, candidate submissions and blocks.

View APIView Stats