try to fix monero mining

This commit is contained in:
Brad Stein 2025-08-13 08:41:36 -05:00
parent fe44f013a8
commit ad067fdde4

View File

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