get it working monero miner

This commit is contained in:
Brad Stein 2025-08-13 09:19:49 -05:00
parent 5e5514235d
commit a30d4b9de5

View File

@ -20,11 +20,16 @@ spec:
image: ghcr.io/sethforprivacy/p2pool:latest
command: ["p2pool"]
args:
- "--host monerod.crypto.svc.cluster.local"
- "--rpc-port 18081"
- "--zmq-port 18083"
- "--stratum 0.0.0.0:3333"
- "--wallet $(XMR_ADDR)"
- "--host"
- "monerod.crypto.svc.cluster.local"
- "--rpc-port"
- "18081"
- "--zmq-port"
- "18083"
- "--stratum"
- "0.0.0.0:3333"
- "--wallet"
- "$(XMR_ADDR)"
# - "--light-mode"
# - "--no-randomx"
# - "--no-cache"