Upgrade bitcoin to 0.19.0.1 and LND to 0.8.1-beta

This commit is contained in:
frennkie
2019-11-24 13:15:10 +01:00
committed by GitHub
parent 0a8de64f9d
commit ff18754707

View File

@@ -357,7 +357,7 @@ echo "*** PREPARING BITCOIN & Co ***"
# set version (change if update is available)
# https://bitcoincore.org/en/download/
bitcoinVersion="0.18.1"
bitcoinVersion="0.19.0.1"
# needed to check code signing
laanwjPGP="01EA5486DE18A882D4C2684590C8019E36C2E964"
@@ -490,7 +490,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.8.0-beta"
lndVersion="0.8.1-beta"
# olaoluwa
PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"