From 57fd5ce0026ce418ab21c4ae6473d8655f8eb767 Mon Sep 17 00:00:00 2001 From: Amiga500 <16525337+Amiga500@users.noreply.github.com> Date: Thu, 26 Mar 2020 02:02:40 +0100 Subject: [PATCH] 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 --- README.md | 2 +- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 4 ++-- setup/setup_device.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d3a5633..26e53821 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index a17343ae..952893c2 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -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 diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 7a130c65..0d3a1bd0 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -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