Mining/pkg/mining
snider 8460b8f3be feat: Add multi-miner dashboard support and TT-Miner implementation
Dashboard:
- Add aggregate stats across all running miners (total hashrate, shares)
- Add workers table with per-miner stats, efficiency, and controls
- Show hashrate bars and efficiency badges for each worker
- Support stopping individual workers or all at once

TT-Miner:
- Implement Install, Start, GetStats, CheckInstallation, Uninstall
- Add TT-Miner to Manager's StartMiner and ListAvailableMiners
- Support GPU-specific config options (devices, intensity, cliArgs)

Chart:
- Improve styling with WA-Pro theme variables
- Add hashrate unit formatting (H/s, kH/s, MH/s)
- Better tooltip and axis styling

Also:
- Fix XMRig download URLs (linux-static-x64, windows-x64)
- Add Playwright E2E testing infrastructure
- Add XMR pool research documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 22:48:20 +00:00
..
config_manager.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
manager.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
manager_interface.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
manager_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00
miner.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
mining.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
mining_profile.go feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
mining_test.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
profile_manager.go feat: Optimize saveProfiles method by removing unnecessary read lock 2025-12-11 14:08:02 +00:00
service.go feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
service_test.go feat(mining): Increase test coverage for service and manager 2025-11-13 19:23:33 +00:00
syslog_unix.go windows build fix 2025-11-09 19:13:48 +00:00
syslog_windows.go windows build fix 2025-11-09 19:13:48 +00:00
ttminer.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
ttminer_start.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
ttminer_stats.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
version.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
xmrig.go feat: Add multi-miner dashboard support and TT-Miner implementation 2025-12-27 22:48:20 +00:00
xmrig_start.go feat: Add stats bar component to display miner performance metrics and update dashboard layout 2025-12-11 15:22:58 +00:00
xmrig_stats.go feat: Add stats bar component to display miner performance metrics and update dashboard layout 2025-12-11 15:22:58 +00:00
xmrig_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00