This commit introduces the initial implementation of the xmrig-proxy functionality. It includes: - A new `proxy` command to the CLI to start the proxy. - A new `pkg/proxy` package to encapsulate the core proxy logic. - A mock proxy service that simulates workers connecting. - The initial implementation of the XMRig Proxy API, with the `/` and `/workers.json` endpoints.
5 lines
50 B
Text
5 lines
50 B
Text
node_modules
|
|
package-lock.json
|
|
.idea
|
|
go.sum
|
|
miner
|