mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
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:
parent
f63bb51521
commit
c524b04338
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user