LND v0.10.1 + BTC RPC Explorer v2.0.1 (#330)

* Update setup_device.sh

* Update mynode_post_upgrade.sh

* Update setup_device.sh

* Update mynode_post_upgrade.sh

* Update mynode_post_upgrade.sh
This commit is contained in:
Amiga500 2020-06-10 03:46:49 +02:00 committed by GitHub
parent f63bb51521
commit c524b04338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ date
# Delete ramlog to prevent ram issues
rm -rf /var/log/*
# Check if upgrdes use tor
# Check if upgrades use tor
TORIFY=""
if [ -f /mnt/hdd/mynode/settings/torify_apt_get ]; then
TORIFY="torify"
@ -147,7 +147,7 @@ fi
# Upgrade LND
echo "Upgrading LND..."
LND_VERSION="v0.10.0-beta"
LND_VERSION="v0.10.1-beta"
LND_ARCH="lnd-linux-armv7"
if [ $IS_X86 = 1 ]; then
LND_ARCH="lnd-linux-amd64"
@ -401,7 +401,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.0.tar.gz
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.1.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then

View File

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