Mining/cmd/mining/cmd
snider 9a781ae3f0 feat: Add multi-node P2P mining management system
Implement secure peer-to-peer communication between Mining CLI instances
for remote control of mining rigs. Uses Borg library for encryption
(SMSG, STMF, TIM) and Poindexter for KD-tree based peer selection.

Features:
- Node identity management with X25519 keypairs
- Peer registry with multi-factor optimization (ping/hops/geo/score)
- WebSocket transport with SMSG encryption
- Controller/Worker architecture for remote operations
- TIM/STIM encrypted bundles for profile/miner deployment
- CLI commands: node, peer, remote
- REST API endpoints for node/peer/remote operations
- Docker support for P2P testing with multiple nodes

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 19:49:33 +00:00
..
doctor.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
install.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
list.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
node.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
peer.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
remote.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
root.go Complete Go 1.24 package with CLI, tests, and configuration 2025-11-08 16:52:16 +00:00
serve.go feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
start.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
status.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
stop.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
uninstall.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
update.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00