From b71c145e6e16cbe0ffaa714fb2fa49b8e493cf17 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 24 Dec 2025 19:09:40 -0300 Subject: [PATCH] crypto: download p2pool v4.9 arm64 at runtime --- services/crypto/xmr-miner/configmap-sources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/crypto/xmr-miner/configmap-sources.yaml b/services/crypto/xmr-miner/configmap-sources.yaml index b7c7bbc..5335001 100644 --- a/services/crypto/xmr-miner/configmap-sources.yaml +++ b/services/crypto/xmr-miner/configmap-sources.yaml @@ -6,7 +6,7 @@ metadata: namespace: crypto data: # REQUIRED: set to the official p2pool ARM64 tarball URL - P2POOL_URL: "https://downloads.sourceforge.net/project/p2pool-xmr/Release/p2pool-v4.8.1-linux-aarch64.tar.gz" + P2POOL_URL: "https://github.com/SChernykh/p2pool/releases/download/v4.9/p2pool-v4.9-linux-aarch64.tar.gz" # OPTIONAL: p2pool SHA256 (exact 64-hex chars). Leave blank to skip verification. P2POOL_SHA256: ""