RTL v0.7.1 (#318)
* RTL v0.7.1 * Update README.md * Update mynode_post_upgrade.sh
This commit is contained in:
parent
7ddb30b2fd
commit
becc906b0a
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user