BTC RPC Explorer v2.0.0 (#275)

* Update setup_device.sh

* Update mynode_post_upgrade.sh

* Update README.md

* Update README.md

* Update setup_device.sh

* Update mynode_post_upgrade.sh
This commit is contained in:
Amiga500 2020-03-26 02:02:40 +01:00 committed by GitHub
parent 28e408d192
commit 57fd5ce002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ Each myNode device comes with a number of wonderful features:
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
- Samourai Dojo (v1.4.1)
- Samourai Whirlpool (whirlpool-client-cli v0.10.2)
- Bitcoin RPC Explorer (v1.1.9)
- BTC RPC Explorer (v2.0.0)
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain
- LND Hub - Lightning Wallet Server (v1.1.3)
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.5.1-beta)

View File

@ -342,8 +342,8 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
fi
fi
# Upgrade Bitcoin RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.9.tar.gz
# Upgrade BTC RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.0.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then

View File

@ -430,8 +430,8 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
fi
# Install Bitcoin RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.9.tar.gz
# Install BTC RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v2.0.0.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then