Merge branch 'master' of github.com:mynodebtc/mynode

This commit is contained in:
Taylor Helsper 2019-12-24 22:04:06 -06:00
commit 4cb1f74d85
5 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
- Improved rockpro64 support
- Improve public IP detection
- Improve drive health monitoring
- Fix VM Serial number calulation
- Fix VM Serial number calculation
- Bug fixes
=== v0.1.73 ===

View File

@ -50,6 +50,7 @@ Each myNode device comes with a number of wonderful features:
- Dark Mode interface
- Dedicated hardware keeps you constantly and securely connected!
- Virtual Machine support (OVA file, VirtualBox)
- Mempool.space local full node integration
- And more!
## Supported Devices

View File

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

View File

@ -39,10 +39,11 @@
<p><b>LND Connect</b><br/> <a href="https://github.com/LN-Zap/lndconnect">https://github.com/LN-Zap/lndconnect</a></p>
<p><b>LndHub</b><br/> <a href="https://github.com/BlueWallet/LndHub">https://github.com/BlueWallet/LndHub</a></p>
<p><b>Lndmanage</b><br/> <a href="https://github.com/bitromortac/lndmanage">https://github.com/bitromortac/lndmanage</a></p>
<p><b>Mempool.space</b><br/> <a href="https://github.com/mempool-space/mempool.space">https://github.com/mempool-space/mempool.space</a></p>
<p><b>RTL</b><br/> <a href="https://github.com/Ride-The-Lightning/RTL">https://github.com/Ride-The-Lightning/RTL</a></p>
<p><b>Zap</b><br/> <a href="https://github.com/LN-Zap/zap-desktop">https://github.com/LN-Zap/zap-desktop</a></p>
<p>Thanks to these open source projects as well!</p>
<br/><p>Thanks to these open source projects as well!</p><br/>
<p><b>Linux</b><br/> <a href="https://github.com/torvalds/linux">https://github.com/torvalds/linux</a></p>
<p><b>Tor</b><br/> <a href="https://github.com/torproject/tor">https://github.com/torproject/tor</a></p>
@ -51,6 +52,7 @@
<p><b>Glances</b><br/> <a href="https://github.com/nicolargo/glances">https://github.com/nicolargo/glances</a></p>
<p><b>Netdata</b><br/> <a href="https://github.com/netdata/netdata">https://github.com/netdata/netdata</a></p>
<p><b>WebSSH2</b><br/> <a href="https://github.com/billchurch/webssh2">https://github.com/billchurch/webssh2</a></p>
<p><b>VirtualBox</b><br/> <a href="https://www.virtualbox.org/browser/vbox/trunk">https://www.virtualbox.org/browser/vbox/trunk</a></p>
</div>

View File

@ -341,7 +341,7 @@ fi
# Install Bitcoin RPC Explorer
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.4.tar.gz
BTCRPCEXPLORER_UPGRADE_URL=https://github.com/janoside/btc-rpc-explorer/archive/v1.1.5.tar.gz
BTCRPCEXPLORER_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.btcrpcexplorer_url
CURRENT=""
if [ -f $BTCRPCEXPLORER_UPGRADE_URL_FILE ]; then