mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
lnd: update to 0.10.4-beta on sdcard and docs
This commit is contained in:
2
FAQ.md
2
FAQ.md
@@ -5,7 +5,7 @@
|
|||||||
- Update: Raspberry Pi OS Base Image (May 2020)
|
- 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: 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: 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: Specter Desktop 0.4.1 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
||||||
- Update: Loop 0.6.4 [details](https://lightning.engineering/posts/2020-05-13-loop-mpp/)
|
- Update: Loop 0.6.4 [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)
|
- 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.*
|
*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)`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@@ -579,7 +579,7 @@ fi
|
|||||||
# "*** LND ***"
|
# "*** LND ***"
|
||||||
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-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
|
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
||||||
lndVersion="0.10.2-beta.rc4"
|
lndVersion="0.10.4-beta"
|
||||||
|
|
||||||
# olaoluwa
|
# olaoluwa
|
||||||
PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"
|
PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"
|
||||||
@@ -679,7 +679,7 @@ if [ ${#installed} -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
sudo chown -R admin /home/admin
|
sudo chown -R admin /home/admin
|
||||||
|
|
||||||
echo "*** Python DEFAULT libs & depenedencies ***"
|
echo "*** Python DEFAULT libs & dependencies ***"
|
||||||
|
|
||||||
# for setup schell scripts
|
# for setup schell scripts
|
||||||
sudo apt -y install dialog bc python3-dialog
|
sudo apt -y install dialog bc python3-dialog
|
||||||
|
@@ -18,7 +18,7 @@ mode="$1"
|
|||||||
|
|
||||||
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM
|
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM
|
||||||
|
|
||||||
lndUpdateVersion="0.10.1-beta"
|
lndUpdateVersion="0.10.4-beta"
|
||||||
lndUpdateComment="There is no optional update at the moment."
|
lndUpdateComment="There is no optional update at the moment."
|
||||||
|
|
||||||
# check who signed the release in https://github.com/lightningnetwork/lnd/releases
|
# check who signed the release in https://github.com/lightningnetwork/lnd/releases
|
||||||
|
Reference in New Issue
Block a user