cli/cmd/lthn-desktop
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
..
apps feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00
frontend feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
frontend.old feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
public feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
claude_bridge.go feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
go.mod feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00
go.sum feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00
main.go feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00
mcp_bridge.go feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00
mining_bridge.go feat(lthn-desktop): integrate Snider/Mining as native plugin 2026-01-21 17:17:14 +00:00
Taskfile.yml feat: add lthn-desktop as default GUI and restructure build targets 2026-01-21 14:40:33 +00:00