Official community pool • Miningcore-powered • SHA-256

Mine ENDG with a pool built for the Endgame.

A polished, live dashboard for miners on pool.bitcoinendgame.org.

This frontend is designed to match Bitcoin Endgame’s main site while delivering the modern pool experience miners expect: live pool metrics, blocks, payouts, network context, and wallet-level miner lookup.

Pool Fee
Payout Scheme
Min Payout

At a glance

A miner-first dashboard styled to feel like a premium app, but wired directly to your Miningcore endpoints.

Pool Fee
Configured in Miningcore
Pool Shares / Sec
Current share rate
Valid Shares
Accepted
Invalid Shares
Rejected / stale
Total Paid
Recent API summary
Pool Status
REST API health

Connect your miner

Use your ENDG wallet address as the username. Append a worker name after a dot if you want worker-level visibility.

Stratum endpoints
Quick start commands
Example cgminer / bfgminer style
stratum+tcp://pool.bitcoinendgame.org:3333 -u YOUR_ENDG_ADDRESS.worker1 -p x
Username format
YOUR_ENDG_ADDRESS.worker1

Pool and network trends

Miningcore exposes time-series performance data. This dashboard turns that into the higher-polish pool experience you wanted.

Pool Hashrate
Live trend from Miningcore performance snapshots.
Miners & Workers
Connected miners versus active workers.
Pool Luck / Effort History
Recent found blocks plotted against the 100% expected-effort line.
Blocks Found Over Time
How many pool blocks landed each day from the latest block history.
Payouts Over Time
Recent ENDG disbursements grouped by day to show payment cadence.

Recent blocks

Latest discoveries from the pool. Link heights to your block explorer after deployment (Note: The pool uses a 100-block maturity. Estimated rewards will populate once the block matures).

f
HeightStatusRewardEffortMinerTime
Waiting for Miningcore data…

Recent payments

Showcases the payout flow directly from your pool backend.

TimeAmountRecipientsTx
Waiting for Miningcore data…

Miner lookup

Paste an ENDG address to view miner stats, worker activity, pending balance, and recent personal payouts.

Tip: use the exact address you mine to, without a worker suffix.

Deployment notes

This build is meant for a clean reverse-proxy deployment so the browser talks to /api/ on the same domain.

Recommended architecture
  • Host the static site on pool.bitcoinendgame.org.
  • Reverse-proxy /api/ to your Miningcore API service.
  • Keep the API private behind nginx rather than exposing raw IP:port publicly.
Files to edit
  • js/pool-config.js for ports, pool id, and explorer URLs
  • index.html for pool copy and FAQs
  • css/pool.css for visual refinements
What this includes
  • ENDG-branded pool landing page
  • Live Miningcore data integration
  • Blocks, payouts, miner lookup, and charts
  • Responsive layout closer to the Homie-style experience