diff --git a/CHANGES.md b/CHANGES.md index 9119b08f1..a114e30c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,13 @@ +## What's new in Version 1.11.4 of RaspiBlitz? + +Small AlbyHub feature release with security/bug-fixing relevant updates. + +- Update: LND v0.18.3-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.3-beta) + ## What's new in Version 1.11.3 of RaspiBlitz? Optimized now to run also on plain debian12 linux for Proxmox/VM & x86 systems. -Download Release Candidate - RaspberryPi minimal image: -https://raspiblitz.fulmo.org/images/raspiblitz-min-v1.11.3rc2-2024-10-08.img.gz -SHA-256-Checksum: a20e92b1d99c0dcc6fa6aa83f8212df6a0db8ae47616cc3b565c0f88f35c2457 - - New: Publicpool - Open Source Solo Bitcoin Mining (SSH Menu) [details](https://www.youtube.com/watch?v=QbOsH04Z9xM) - New: Tailscale (SSH menu > SETTINGS) [details](https://en.wikipedia.org/wiki/Tailscale) - New: Telegraf Metrics for InfluxDB/Grafana (SSH menu > SETTINGS) [details](https://github.com/raspiblitz/raspiblitz/tree/dev/home.admin/assets/telegraf/README.md) diff --git a/home.admin/config.scripts/lnd.install.sh b/home.admin/config.scripts/lnd.install.sh index cbf408a38..0641a6852 100644 --- a/home.admin/config.scripts/lnd.install.sh +++ b/home.admin/config.scripts/lnd.install.sh @@ -4,17 +4,17 @@ ## based on https://raspibolt.github.io/raspibolt/raspibolt_40_lnd.html#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases ### If you change here - make sure to also change interims version in lnd.update.sh #! -lndVersion="0.17.5-beta" +lndVersion="0.18.3-beta" # olaoluwa -# PGPauthor="roasbeef" -# PGPpkeys="https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/roasbeef.asc" -# PGPcheck="A5B61896952D9FDA83BC054CDC42612E89237182" +PGPauthor="roasbeef" +PGPpkeys="https://raw.githubusercontent.com/lightningnetwork/lnd/master/scripts/keys/roasbeef.asc" +PGPcheck="A5B61896952D9FDA83BC054CDC42612E89237182" # guggero -PGPauthor="guggero" -PGPpkeys="https://keybase.io/guggero/pgp_keys.asc" -PGPcheck="F4FC70F07310028424EFC20A8E4256593F177720" +# PGPauthor="guggero" +# PGPpkeys="https://keybase.io/guggero/pgp_keys.asc" +# PGPcheck="F4FC70F07310028424EFC20A8E4256593F177720" # bitconner #PGPauthor="bitconner"