#4301 update to bitcoin core 26.0 (#4303)

* #4301 update to bitcoind 26.0
* updating versions
This commit is contained in:
/rootzoll 2023-12-07 17:10:43 +01:00 committed by GitHub
parent 252de3b0d4
commit f2d09038d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
## What's new in Version 1.11.0 of RaspiBlitz? ## What's new in Version 1.11.0 of RaspiBlitz?
- Update: Bitcoin Core v25.1 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-25.1.md) - Update: Bitcoin Core v26.0 [details](https://bitcoincore.org/en/releases/26.0/)
- Update: LND v0.17.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.17.2-beta) - Update: LND v0.17.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.17.2-beta)
- Update: Core Lightning v23.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v23.11) - Update: Core Lightning v23.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v23.11)
- Update: BTCPayServer v1.11.7 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7) - Update: BTCPayServer v1.11.7 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7)

View file

@ -4,7 +4,7 @@
_Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with an optional Display._ _Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with an optional Display._
`Version 1.10.0 with bitcoin 25.0.0, lnd 0.16.4 & Core Lightning 23.08.1` ([api](https://github.com/fusion44/blitz_api)|[web](https://github.com/raspiblitz/raspiblitz-web)) `Version 1.11.0rc0 with bitcoin 26.0, lnd 0.17.2 & Core Lightning 23.11` ([api](https://github.com/fusion44/blitz_api)|[web](https://github.com/raspiblitz/raspiblitz-web))
![RaspiBlitz](pictures/raspiblitz.jpg) ![RaspiBlitz](pictures/raspiblitz.jpg)

View file

@ -1,3 +1,3 @@
# RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1') # RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1')
codeVersion="1.10.0" codeVersion="1.11.0rc0"
# keep last line with comment # keep last line with comment

View file

@ -15,7 +15,7 @@ if [ "$1" = "install" ]; then
# set version (change if update is available) # set version (change if update is available)
# https://bitcoincore.org/en/download/ # https://bitcoincore.org/en/download/
bitcoinVersion="25.1" bitcoinVersion="26.0"
# needed to check code signing # needed to check code signing
# https://github.com/laanwj # https://github.com/laanwj