LND Hub v1.2.0 and Lightning Loop's README.md update (#313)

* Update README.md

* Update setup_device.sh

* Update mynode_post_upgrade.sh

* Lightning Loop's README.md
This commit is contained in:
Amiga500 2020-05-09 05:45:23 +02:00 committed by GitHub
parent 120d2dea6a
commit 07549737a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -38,9 +38,9 @@ Each myNode device comes with a number of wonderful features:
- Samourai Whirlpool (whirlpool-client-cli v0.10.5)
- BTC RPC Explorer (v2.0.0)
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain
- LND Hub - Lightning Wallet Server (v1.1.3)
- LND Hub - Lightning Wallet Server (v1.2.0)
- Lndmanage (v0.10.0)
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.5.1-beta)
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.6.0-beta)
- Tor
- JoinMarket CLI (v0.6.2)
- LND Connect - Generate QR Codes for connecting wallets (v0.2.0)

View File

@ -217,7 +217,7 @@ if [ "$CURRENT" != "$LOOP_UPGRADE_URL" ]; then
fi
# Install LndHub
LNDHUB_VERSION="v1.1.3"
LNDHUB_VERSION="v1.2.0"
LNDHUB_UPGRADE_URL=https://github.com/BlueWallet/LndHub/archive/${LNDHUB_VERSION}.tar.gz
LNDHUB_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.lndhub_url
CURRENT=""

View File

@ -343,7 +343,7 @@ chown -R bitcoin:bitcoin /opt/mynode
# Install LND Hub
LNDHUB_VERSION="v1.1.3"
LNDHUB_VERSION="v1.2.0"
LNDHUB_UPGRADE_URL=https://github.com/BlueWallet/LndHub/archive/${LNDHUB_VERSION}.tar.gz
LNDHUB_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.lndhub_url
CURRENT=""