mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 19:30: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
|
# Delete ramlog to prevent ram issues
|
||||||
rm -rf /var/log/*
|
rm -rf /var/log/*
|
||||||
|
|
||||||
# Check if upgrdes use tor
|
# Check if upgrades use tor
|
||||||
TORIFY=""
|
TORIFY=""
|
||||||
if [ -f /mnt/hdd/mynode/settings/torify_apt_get ]; then
|
if [ -f /mnt/hdd/mynode/settings/torify_apt_get ]; then
|
||||||
TORIFY="torify"
|
TORIFY="torify"
|
||||||
|
@ -147,7 +147,7 @@ fi
|
||||||
|
|
||||||
# Upgrade LND
|
# Upgrade LND
|
||||||
echo "Upgrading LND..."
|
echo "Upgrading LND..."
|
||||||
LND_VERSION="v0.10.0-beta"
|
LND_VERSION="v0.10.1-beta"
|
||||||
LND_ARCH="lnd-linux-armv7"
|
LND_ARCH="lnd-linux-armv7"
|
||||||
if [ $IS_X86 = 1 ]; then
|
if [ $IS_X86 = 1 ]; then
|
||||||
LND_ARCH="lnd-linux-amd64"
|
LND_ARCH="lnd-linux-amd64"
|
||||||
|
@ -401,7 +401,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Upgrade BTC RPC Explorer
|
# 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
|
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
|
||||||
CURRENT=""
|
CURRENT=""
|
||||||
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then
|
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then
|
||||||
|
|
|
@ -262,7 +262,7 @@ fi
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
# Install Lightning
|
# Install Lightning
|
||||||
LND_VERSION="v0.10.0-beta"
|
LND_VERSION="v0.10.1-beta"
|
||||||
LND_ARCH="lnd-linux-armv7"
|
LND_ARCH="lnd-linux-armv7"
|
||||||
if [ $IS_X86 = 1 ]; then
|
if [ $IS_X86 = 1 ]; then
|
||||||
LND_ARCH="lnd-linux-amd64"
|
LND_ARCH="lnd-linux-amd64"
|
||||||
|
@ -519,7 +519,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# Install BTC RPC Explorer
|
# 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
|
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
|
||||||
CURRENT=""
|
CURRENT=""
|
||||||
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then
|
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user