cli/cmd
Snider 091c725036 feat(lthn-desktop): integrate Snider/Mining as native plugin
Add Mining module as a native Go plugin for lthn-desktop:

- Add github.com/Snider/Mining dependency (v0.0.9)
- Create MiningBridge that wraps the Mining service for Wails
- Implement module.GinModule interface for API route registration
- Register mining module with the Core module registry
- Provide Wails-bound methods for frontend: ListMiners, GetMinerStats,
  StartMiner, StopMiner, GetAvailableMiners, InstallMiner, UninstallMiner
- Update mining.itw3.json with native module configuration

The mining module provides:
- XMRig and TTMiner support
- Mining pool management
- Real-time hashrate monitoring
- Miner installation/uninstallation
- Mining profiles

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:17:14 +00:00
..
core refactor: Remove unused packages and flatten project structure (#27) 2025-11-13 17:26:38 +00:00
core-demo feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
core-gui feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
core-mcp feat: add initial project structure with configuration files and components 2026-01-15 22:46:50 +00:00
core-website Refactor library improvements (#18) 2025-11-02 16:17:25 +00:00
examples refactor: Update import path for Core and add CLAUDE.md documentation 2026-01-04 20:16:52 +00:00
lthn-desktop feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00