From e74b129f22ee6972f55f1f090b8ea32feeeb4df3 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Sun, 9 Jun 2024 22:24:35 +0200 Subject: [PATCH] Update lnd 0.17.5 & recommended bitcoin update 27.0 (#4601) * update lnd 0.17.5 & recommended bitcoin update 27.0 * fix sync screen --- home.admin/00raspiblitz.sh | 8 +++++++- home.admin/config.scripts/bitcoin.update.sh | 2 +- home.admin/config.scripts/lnd.install.sh | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index 5240d10ad..4ff3e6902 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -177,11 +177,17 @@ do sleep 3 continue fi - else + elif [ "${lightning}" = "lnd" ]; then if [ "${btc_default_synced}" != "1" ] || [ "${ln_default_ready}" == "0" ] || [ "${ln_default_sync_chain}" == "0" ] || [ "${ln_default_sync_initial_done}" == "0" ]; then /home/admin/setup.scripts/eventBlockchainSync.sh ssh sleep 3 continue + fi + else + if [ "${btc_default_synced}" != "1" ]; then + /home/admin/setup.scripts/eventBlockchainSync.sh ssh + sleep 3 + continue fi fi fi diff --git a/home.admin/config.scripts/bitcoin.update.sh b/home.admin/config.scripts/bitcoin.update.sh index 6e6b81869..43d2667b9 100755 --- a/home.admin/config.scripts/bitcoin.update.sh +++ b/home.admin/config.scripts/bitcoin.update.sh @@ -21,7 +21,7 @@ mode="$1" # RECOMMENDED UPDATE BY RASPIBLITZ TEAM (just possible once per sd card update) # comment will be shown as "BEWARE Info" when option is chosen (can be multiple lines) -bitcoinVersion="" # example: 22.0 .. keep empty if no newer version as sd card build is available +bitcoinVersion="27.0" # example: 22.0 .. keep empty if no newer version as sd card build is available # GATHER DATA # setting download directory to the current user diff --git a/home.admin/config.scripts/lnd.install.sh b/home.admin/config.scripts/lnd.install.sh index 8ee436c75..3b26e74c3 100644 --- a/home.admin/config.scripts/lnd.install.sh +++ b/home.admin/config.scripts/lnd.install.sh @@ -4,7 +4,7 @@ ## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases ### If you change here - make sure to also change interims version in lnd.update.sh #! -lndVersion="0.17.3-beta" +lndVersion="0.17.5-beta" # olaoluwa PGPauthor="roasbeef"