From eac45fb853ff364318ae73b26b368756e19ebf51 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 13 Aug 2025 02:06:34 -0500 Subject: [PATCH] get it working monero miner --- services/crypto/xmr-miner/configmap-sources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/crypto/xmr-miner/configmap-sources.yaml b/services/crypto/xmr-miner/configmap-sources.yaml index adbdae6..b7c7bbc 100644 --- a/services/crypto/xmr-miner/configmap-sources.yaml +++ b/services/crypto/xmr-miner/configmap-sources.yaml @@ -6,12 +6,12 @@ metadata: namespace: crypto data: # REQUIRED: set to the official p2pool ARM64 tarball URL - P2POOL_URL: "https://EXAMPLE/p2pool-linux-arm64.tar.gz" + P2POOL_URL: "https://downloads.sourceforge.net/project/p2pool-xmr/Release/p2pool-v4.8.1-linux-aarch64.tar.gz" # OPTIONAL: p2pool SHA256 (exact 64-hex chars). Leave blank to skip verification. P2POOL_SHA256: "" # REQUIRED: set to the official xmrig ARM64 tarball URL (static build preferred) - XMRIG_URL: "https://EXAMPLE/xmrig-linux-static-arm64.tar.gz" + XMRIG_URL: "https://github.com/xmrig/xmrig/releases/download/v6.21.3/xmrig-6.21.3-linux-static-arm64.tar.gz" # OPTIONAL: xmrig SHA256. Leave blank to skip verification. XMRIG_SHA256: ""