From 55a8346bf2b10b8c79dca2ddb735eff3dccfa181 Mon Sep 17 00:00:00 2001 From: Baldnerd Date: Tue, 18 Nov 2025 14:34:53 -0500 Subject: [PATCH] Upgrade to bitcoind 30 --- installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer b/installer index 589e665..25319b6 100755 --- a/installer +++ b/installer @@ -6,6 +6,8 @@ set -e +BTC_VER="30.0" + APP_ROOT="/opt/btc-solo" WWW_ROOT="/var/www/btc-solo" BITCOIN_CONF="/etc/bitcoin/bitcoin.conf" @@ -60,8 +62,6 @@ apt-get install -y \ # --------------------------------------------------------------------------- echo "[3/8] Installing official Bitcoin Core binaries…" -BTC_VER="27.0" - # ===== Detect CPU arch and install correct Bitcoin Core binary ===== detect_arch() {