From a30d4b9de52070f2b681680ceec0698530933654 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 13 Aug 2025 09:19:49 -0500 Subject: [PATCH] get it working monero miner --- services/crypto/xmr-miner/deployment.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/services/crypto/xmr-miner/deployment.yaml b/services/crypto/xmr-miner/deployment.yaml index 516cef4..9e9fae4 100644 --- a/services/crypto/xmr-miner/deployment.yaml +++ b/services/crypto/xmr-miner/deployment.yaml @@ -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"