mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
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:
parent
120d2dea6a
commit
07549737a9
|
@ -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)
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue
Block a user