GET /api/stats
MiningPoolStats-style public Pool Mining summary. Pure SOLO statistics remain separate.
curl -s https://pool.pepepow.net/api/stats | jq
PEPEPOW Lab Pool
Read-only pool, network, miner, block, payment, and Pure SOLO endpoints.
Public API
Use these endpoints for dashboards, scripts, and pool listing integrations.
https://pool.pepepow.net/api/api/stats/api/status/api/healthcurl -s https://pool.pepepow.net/api/stats | jq curl -s https://pool.pepepow.net/api/status | jq
MiningPoolStats-style public Pool Mining summary. Pure SOLO statistics remain separate.
curl -s https://pool.pepepow.net/api/stats | jq
Minimal zpool/YiiMP-style Pool Mining compatibility object.
curl -s https://pool.pepepow.net/api/status | jq
API health and snapshot freshness.
curl -fsS https://pool.pepepow.net/api/health
Pool status, miner count, worker count, and pool-side hashrate estimate.
curl -fsS https://pool.pepepow.net/api/pool/summary
Network height, difficulty, hashrate, and sync status.
curl -fsS https://pool.pepepow.net/api/network/summary
Recent public Pool Mining block records.
curl -fsS https://pool.pepepow.net/api/blocks
Recorded completed Pool Mining payment history.
curl -fsS https://pool.pepepow.net/api/payments
Bounded Pool + Pure SOLO block-observation pages for the public UI. Supports limit (max 100) and offset, with total in the response.
curl -fsS 'https://pool.pepepow.net/api/public/block-observations?limit=20&offset=0'
Bounded Pool + Pure SOLO recorded-payment pages for the public UI. Supports limit (max 100) and offset, with total in the response.
curl -fsS 'https://pool.pepepow.net/api/public/payments?limit=20&offset=0'
Pool Mining wallet activity, workers, and recorded payments.
curl -fsS https://pool.pepepow.net/api/miner/YOUR_PEPEPOW_WALLET
Pure SOLO mining runs separately on port 39334. SOLO activity, block lifecycle, miner lookup, and payment records remain separate from Pool Mining accounting.
Pure SOLO hashrate, miner count, worker count, and blocks found.
curl -fsS https://pool.pepepow.net/api/solo/summary
Pure SOLO accepted candidates and lifecycle observations.
curl -fsS https://pool.pepepow.net/api/solo/accepted-candidates
Recorded completed Pure SOLO payment history.
curl -fsS https://pool.pepepow.net/api/solo/payments
Pure SOLO wallet activity, workers, found blocks, and recorded payments.
curl -fsS https://pool.pepepow.net/api/solo/miner/YOUR_PEPEPOW_WALLET
/api/stats and /api/status remain Pool Mining compatibility endpoints and do not merge Pure SOLO statistics.