diff --git a/CHANGES.md b/CHANGES.md index 809dfb7c0..45c4d7038 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ - New: WebUI - New: BackendAPI +- Update: Bitcoin Core v23.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-23.0.md) - Update: C-lightning v0.11.0.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.11.0.1) ## What's new in Version 1.7.2 of RaspiBlitz? diff --git a/home.admin/config.scripts/bitcoin.install.sh b/home.admin/config.scripts/bitcoin.install.sh index cb680ba62..f1cac0f20 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="22.0" + bitcoinVersion="23.0" # needed to check code signing # https://github.com/laanwj