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.
At a glance
A miner-first dashboard styled to feel like a premium app, but wired directly to your Miningcore endpoints.
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+tcp://pool.bitcoinendgame.org:3333 -u YOUR_ENDG_ADDRESS.worker1 -p x
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.
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).
| Height | Status | Reward | Effort | Miner | Time |
|---|---|---|---|---|---|
| Waiting for Miningcore data… | |||||
Recent payments
Showcases the payout flow directly from your pool backend.
| Time | Amount | Recipients | Tx |
|---|---|---|---|
| Waiting for Miningcore data… | |||
Miner lookup
Paste an ENDG address to view miner stats, worker activity, pending balance, and recent personal payouts.
| Worker | Hashrate | Shares / sec | Valid | Invalid | Last seen |
|---|---|---|---|---|---|
| No worker data yet. | |||||
| Time | Amount | Tx |
|---|---|---|
| No payments loaded. | ||
Deployment notes
This build is meant for a clean reverse-proxy deployment so the browser talks to /api/ on the same domain.
- 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.
js/pool-config.jsfor ports, pool id, and explorer URLsindex.htmlfor pool copy and FAQscss/pool.cssfor visual refinements
- ENDG-branded pool landing page
- Live Miningcore data integration
- Blocks, payouts, miner lookup, and charts
- Responsive layout closer to the Homie-style experience
