Files
AetherForge/agent/go.mod
drjones 6c42f2b600 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.
2026-05-26 22:51:47 -07:00

12 lines
210 B
Modula-2

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