LND v0.10.3-beta / btc-rpc-explorer v2.0.2 (#348)

* Update setup_device.sh

* Update mynode_post_upgrade.sh

* Update mynode_post_upgrade.sh

* Update setup_device.sh

* Update setup_device.sh

* Update mynode_post_upgrade.sh
This commit is contained in:
Amiga500 2020-07-08 06:24:38 +02:00 committed by GitHub
parent fca361b7d9
commit f24f19250a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -178,7 +178,7 @@ fi
# Upgrade LND
echo "Upgrading LND..."
LND_VERSION="v0.10.1-beta"
LND_VERSION="v0.10.3-beta"
LND_ARCH="lnd-linux-armv7"
if [ $IS_X86 = 1 ]; then
LND_ARCH="lnd-linux-amd64"
@ -433,7 +433,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
fi
# Upgrade BTC RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.1.tar.gz
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.2.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then

View File

@ -276,7 +276,7 @@ fi
cd ~
# Install Lightning
LND_VERSION="v0.10.1-beta"
LND_VERSION="v0.10.3-beta"
LND_ARCH="lnd-linux-armv7"
if [ $IS_X86 = 1 ]; then
LND_ARCH="lnd-linux-amd64"
@ -532,7 +532,7 @@ fi
# Install BTC RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.1.tar.gz
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.2.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then