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