From 452016ece1c3e236e5c2836cb18d1b90b686eefa Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Tue, 11 Nov 2025 16:39:32 +0100 Subject: [PATCH] patch code (#5183) --- CHANGES.md | 1 + home.admin/config.scripts/bitcoin.update.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 050d12b00..f6e24638e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ ## What's new in Version 1.12.1 of RaspiBlitz? +- Update: Bitcoin Core v29.2 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-29.2.md) - Update: Electrum Server in Rust (electrs) v0.10.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#01010-jul-19-2025) - Update: AlbyHub v1.20.0 [details](https://github.com/getAlby/hub/releases/tag/v1.20.0) - Update: Bitcoin Knots 29.2 (optional) [details](https://github.com/bitcoinknots/bitcoin/releases/tag/v29.2.knots20251010) diff --git a/home.admin/config.scripts/bitcoin.update.sh b/home.admin/config.scripts/bitcoin.update.sh index 7bb9576f4..a5574ec72 100755 --- a/home.admin/config.scripts/bitcoin.update.sh +++ b/home.admin/config.scripts/bitcoin.update.sh @@ -28,7 +28,7 @@ fi mode="$1" # RECOMMENDED UPDATE BY RASPIBLITZ TEAM (latest tested version available) -bitcoinVersion="" # example: 22.0 .. keep empty if no newer version as sd card build is available +bitcoinVersion="30.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