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