mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
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:
parent
28e408d192
commit
57fd5ce002
|
@ -36,7 +36,7 @@ Each myNode device comes with a number of wonderful features:
|
||||||
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
|
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
|
||||||
- Samourai Dojo (v1.4.1)
|
- Samourai Dojo (v1.4.1)
|
||||||
- Samourai Whirlpool (whirlpool-client-cli v0.10.2)
|
- 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
|
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain
|
||||||
- LND Hub - Lightning Wallet Server (v1.1.3)
|
- LND Hub - Lightning Wallet Server (v1.1.3)
|
||||||
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.5.1-beta)
|
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.5.1-beta)
|
||||||
|
|
|
@ -342,8 +342,8 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Upgrade Bitcoin RPC Explorer
|
# Upgrade BTC RPC Explorer
|
||||||
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.9.tar.gz
|
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
|
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
|
||||||
|
|
|
@ -430,8 +430,8 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Install Bitcoin RPC Explorer
|
# Install BTC RPC Explorer
|
||||||
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.9.tar.gz
|
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
|
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