mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
Compare commits
2 Commits
5152-migra
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
771a03f9c9 | ||
|
|
254d982e91 |
@@ -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)
|
||||
|
||||
2
home.admin/config.scripts/bitcoin.install.sh
Normal file → Executable file
2
home.admin/config.scripts/bitcoin.install.sh
Normal file → Executable file
@@ -2,7 +2,7 @@
|
||||
|
||||
# set version (change if update is available)
|
||||
# https://bitcoincore.org/en/download/
|
||||
bitcoinVersion="29.0"
|
||||
bitcoinVersion="29.2"
|
||||
|
||||
|
||||
# command info
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user