mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
Merge pull request #1343 from openoms/lnd-udpate
lnd: update to 0.10.4-beta on sdcard and docs
This commit is contained in:
commit
ed85263195
2
FAQ.md
2
FAQ.md
@ -5,7 +5,7 @@
|
||||
- Update: Raspberry Pi OS Base Image (May 2020)
|
||||
- Update: bitcoin-core version 0.20.0-beta [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/)
|
||||
- Update: litecoin version 0.18.1-beta [details](https://blog.litecoin.org/litecoin-core-v0-18-1-release-233cabc26440)
|
||||
- Update: LND version 0.10.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.10.1-beta)
|
||||
- Update: LND version 0.10.4-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.10.4-beta)
|
||||
- Update: Specter Desktop 0.4.1 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
||||
- Update: Loop 0.6.5 [details](https://lightning.engineering/posts/2020-05-13-loop-mpp/)
|
||||
- Update: BTCPayServer v1.0.5.2 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.0.5.2)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
*Build your own Lightning Node on a RaspberryPi with a nice Display.*
|
||||
|
||||
`Version 1.6 with lnd 0.10.1 and bitcoin 0.20.0 (or litecoin 0.18.1)`
|
||||
`Version 1.6 with lnd 0.10.4 and bitcoin 0.20.0 (or litecoin 0.18.1)`
|
||||
|
||||
![RaspiBlitz](pictures/raspiblitz.jpg)
|
||||
|
||||
|
@ -579,7 +579,7 @@ fi
|
||||
# "*** LND ***"
|
||||
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
|
||||
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
||||
lndVersion="0.10.2-beta.rc4"
|
||||
lndVersion="0.10.4-beta"
|
||||
|
||||
# olaoluwa
|
||||
PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"
|
||||
@ -679,7 +679,7 @@ if [ ${#installed} -eq 0 ]; then
|
||||
fi
|
||||
sudo chown -R admin /home/admin
|
||||
|
||||
echo "*** Python DEFAULT libs & depenedencies ***"
|
||||
echo "*** Python DEFAULT libs & dependencies ***"
|
||||
|
||||
# for setup schell scripts
|
||||
sudo apt -y install dialog bc python3-dialog
|
||||
|
@ -18,7 +18,7 @@ mode="$1"
|
||||
|
||||
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM
|
||||
|
||||
lndUpdateVersion="0.10.1-beta"
|
||||
lndUpdateVersion="0.10.4-beta"
|
||||
lndUpdateComment="There is no optional update at the moment."
|
||||
|
||||
# check who signed the release in https://github.com/lightningnetwork/lnd/releases
|
||||
|
Loading…
Reference in New Issue
Block a user