diff --git a/CHANGES.md b/CHANGES.md index c8675b208..66dd9cce6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,7 @@ - New: Support of X708 UPS HAT [details](https://github.com/rootzoll/raspiblitz/pull/3087) - New: BOS Telegram Bot Support (see OPTIONS on LND Balance of Satoshis menu entry) - New: LightningTipBot v0.5 [details](https://github.com/LightningTipBot/LightningTipBot) -- Update: Bitcoin Core v24.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md) +- Update: Bitcoin Core v24.0.1 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.1.md) - Update: LND v0.15.5 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.15.5-beta - Update: Core Lightning v22.11.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v22.11.1) - Update: Electrum Server in Rust (electrs) v0.9.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0910-nov-3-2022) diff --git a/README.md b/README.md index 864bfb62d..5103e07a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ _Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with a nice Display._ -`Version 1.9.0 with bitcoin 24.0, lnd 0.15.5 & Core Lightning 22.11.1` +`Version 1.9.0 with bitcoin 24.0.1, lnd 0.15.5 & Core Lightning 22.11.1` ![RaspiBlitz](pictures/raspiblitz.jpg) diff --git a/home.admin/config.scripts/bitcoin.install.sh b/home.admin/config.scripts/bitcoin.install.sh index 65071cde9..b7cb5157c 100644 --- a/home.admin/config.scripts/bitcoin.install.sh +++ b/home.admin/config.scripts/bitcoin.install.sh @@ -15,7 +15,7 @@ if [ "$1" = "install" ]; then # set version (change if update is available) # https://bitcoincore.org/en/download/ - bitcoinVersion="24.0" + bitcoinVersion="24.0.1" # needed to check code signing # https://github.com/laanwj