RTL v0.7.1 (#318)

* RTL v0.7.1

* Update README.md

* Update mynode_post_upgrade.sh
This commit is contained in:
Amiga500 2020-05-12 03:32:55 +02:00 committed by GitHub
parent 7ddb30b2fd
commit becc906b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ Each myNode device comes with a number of wonderful features:
- Lightning Node (LND v0.10.0-beta)
- Electrum Server (Electrum Rust Server aka Electrs 0.7.0)
- BTCPay Server (v1.0.3.153)
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.0)
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.1)
- Samourai Dojo (v1.5.0)
- Samourai Whirlpool (whirlpool-client-cli v0.10.5)
- BTC RPC Explorer (v2.0.0)

View File

@ -313,7 +313,7 @@ fi
# Upgrade RTL
RTL_VERSION="v0.7.0"
RTL_VERSION="v0.7.1"
RTL_UPGRADE_URL=https://github.com/Ride-The-Lightning/RTL/archive/$RTL_VERSION.tar.gz
RTL_UPGRADE_ASC_URL=https://github.com/Ride-The-Lightning/RTL/releases/download/$RTL_VERSION/$RTL_VERSION.tar.gz.asc
RTL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.rtl_url

View File

@ -438,7 +438,7 @@ fi
# Install RTL
RTL_VERSION="v0.7.0"
RTL_VERSION="v0.7.1"
RTL_UPGRADE_URL=https://github.com/Ride-The-Lightning/RTL/archive/$RTL_VERSION.tar.gz
RTL_UPGRADE_ASC_URL=https://github.com/Ride-The-Lightning/RTL/releases/download/$RTL_VERSION/$RTL_VERSION.tar.gz.asc
RTL_UPGRADE_URL_FILE=/home/bitcoin/.mynode/.rtl_url