Upgrade to bitcoind 30

This commit is contained in:
2025-11-18 14:34:53 -05:00
parent 6f959e2137
commit 55a8346bf2

View File

@ -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() {