Add live pool dashboard - #5
Open
ZL1LAC wants to merge 4 commits into
Open
Conversation
Finish the unreleased web dashboard: serve live stats from in-memory mining state, add history charts, searchable worker table, and ignore runtime rewards sync files.
Save history to disk with configurable retention, add CPU/RAM/workers charts, tooltips, time-range label, and GET /history export.
Replace on()/removeListener() with once() in receiveData() to avoid accumulating listener references across share submissions, add a receive timeout, and wrap the mining loop in try/catch so a dropped connection ends the session cleanly instead of crashing the process. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Drop Bulma, Font Awesome and the Chart.js CDN; vendor Chart.js 4.4.1 locally so the dashboard works offline on the LAN - Custom dark/light theme with a CVD-validated palette and a toggle persisted in localStorage - Hero hashrate tile plus connections, workers, users, accept rate, CPU and RAM tiles; uptime and port in the header - Three charts (hashrate, connections & workers, CPU & RAM) with crosshair tooltips and a 30m / 1h / all history range filter - Top-miners leaderboard aggregated per user with pending DUCO from /rewards; clicking a user filters the workers table - Search and sort the workers table client-side from a single /workers fetch, capped at 400 rendered rows Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/pingonly)mining.stats+poolStats/statistics,/workers(search/sort),/rewardsendpointsdashboard/rewards*.jsonanddashboard/workers_*.jsonsync filesFrontend redesign (latest push)
dashboard/static/vendor/so the dashboard works fully offline on the LANlocalStorage/rewards; clicking a user filters the workers table/workersfetch (no refetch per keystroke); rendering capped at 400 rows with a refine-search hint; usernames inserted viatextContentTest plan
dashboard_portinconfig/config.json(default6030)node src/indexand openhttp://localhost:6030🤖 Generated with Claude Code