Complete private Monero miner control stack.

Implement Windows agent with RandomX mining and WebSocket fleet reporting, wire dashboard settings into the builder with saved exe paths, and add project README.
This commit is contained in:
drjones
2026-05-26 22:51:47 -07:00
commit 6c42f2b600
48 changed files with 10001 additions and 0 deletions

11
agent/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module crypto-miner-agent
go 1.26.3
require (
git.gammaspectra.live/P2Pool/go-randomx v1.0.0
github.com/gorilla/websocket v1.5.3
golang.org/x/sys v0.19.0
)
require golang.org/x/crypto v0.22.0 // indirect