From fa5b4139c9d253897c361d5d0c522ed47b9a6198 Mon Sep 17 00:00:00 2001 From: Abraham Date: Fri, 13 Mar 2026 14:52:46 -0700 Subject: [PATCH] feat: add personal miner dashboard with stats and reward history Self-contained HTML dashboard for individual miners: - Enter miner ID or share via URL parameter (?miner=...) - Shows balance, status, hardware info, mining multiplier - Reward history table with epoch and type - Withdrawal history with status badges - Chain tip / recent activity - Auto-refreshes every 30 seconds - Matches RustChain Explorer visual style (dark theme, monospace) - Mobile responsive Closes Scottcjn/rustchain-bounties#501 Co-Authored-By: Claude Opus 4.6 (1M context) --- explorer/miner-dashboard.html | 403 ++++++++++++++++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 explorer/miner-dashboard.html diff --git a/explorer/miner-dashboard.html b/explorer/miner-dashboard.html new file mode 100644 index 000000000..4ff0acf6e --- /dev/null +++ b/explorer/miner-dashboard.html @@ -0,0 +1,403 @@ + + + + + + RustChain Miner Dashboard + + + + +
+ +
+ + +
+
+ +
+
+
⛏️
+

Enter Your Miner ID

+

Paste your miner public key above to view your personal stats, balance, and reward history.

+
+ + +
+ + + +