Mining/cmd/mining/cmd
snider 34f860309f refactor: Add reliability fixes and architecture improvements
Reliability fixes:
- Fix HTTP response body drainage in xmrig, ttminer, miner
- Fix database init race condition (nil before close)
- Fix empty minerType bug in P2P StartMinerPayload
- Add context timeout to InsertHashratePoint (5s default)

Architecture improvements:
- Extract HashrateStore interface with DefaultStore/NopStore
- Create ServiceContainer for centralized initialization
- Extract protocol response handler (ValidateResponse, ParseResponse)
- Create generic FileRepository[T] with atomic writes

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 12:43:46 +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: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
peer.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
remote.go refactor: Add reliability fixes and architecture improvements 2025-12-31 12:43:46 +00:00
root.go feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00
serve.go feat: Add rate limiter with cleanup and custom error types 2025-12-31 10:56:26 +00:00
simulate.go feat: Add rate limiter with cleanup and custom error types 2025-12-31 10:56:26 +00:00
start.go feat: Add rate limiter with cleanup and custom error types 2025-12-31 10:56:26 +00:00
status.go fix: Address race conditions and network blocking issues 2025-12-31 01:55:24 +00:00
stop.go feat: Add rate limiter with cleanup and custom error types 2025-12-31 10:56:26 +00:00
uninstall.go feat: Add rate limiter with cleanup and custom error types 2025-12-31 10:56:26 +00:00
update.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00