Implement Windows agent with RandomX mining and WebSocket fleet reporting, wire dashboard settings into the builder with saved exe paths, and add project README.
12 lines
210 B
Modula-2
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
|