get it working monero miner

This commit is contained in:
Brad Stein 2025-08-13 02:06:34 -05:00
parent 989a1f8494
commit eac45fb853

View File

@ -6,12 +6,12 @@ metadata:
namespace: crypto namespace: crypto
data: data:
# REQUIRED: set to the official p2pool ARM64 tarball URL # 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. # OPTIONAL: p2pool SHA256 (exact 64-hex chars). Leave blank to skip verification.
P2POOL_SHA256: "" P2POOL_SHA256: ""
# REQUIRED: set to the official xmrig ARM64 tarball URL (static build preferred) # 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. # OPTIONAL: xmrig SHA256. Leave blank to skip verification.
XMRIG_SHA256: "" XMRIG_SHA256: ""