From 3cc6910832468df4857e152abeaf35b2e0407ce2 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Wed, 18 Dec 2024 12:07:09 +0100 Subject: [PATCH] 4873 lnd update (#4879) * #4873-update-lnd * Added to CHANGES.md * correct typos --- CHANGES.md | 5 +++++ home.admin/config.scripts/lnd.install.sh | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0102f819f..176799c35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,11 @@ Features: - Update: Specter Desktop 2.0.5 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v2.0.5) - Update: Fulcrum Electrum server v1.11.1 (CLI install script with status menu) [details](https://github.com/cculianu/Fulcrum/releases/tag/v1.11.1) +## 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? 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"