Upgrade RTL to v0.6.3
This commit is contained in:
parent
03d80eecd1
commit
ca18cf795f
|
@ -1,6 +1,8 @@
|
|||
=== v0.1.81 ===
|
||||
- Upgrade RTL to v0.6.3
|
||||
|
||||
=== v0.1.80 ===
|
||||
- Add BTCPay Server
|
||||
- Upgrade RTL to v0.6.3
|
||||
- Whirlpool is part of community edition
|
||||
- Disable Wifi MAC Randomization
|
||||
- Add Mempool.Space port to Tor access
|
||||
|
|
|
@ -222,7 +222,7 @@ if [ "$CURRENT" != "$WHIRLPOOL_UPGRADE_URL" ]; then
|
|||
fi
|
||||
|
||||
# Upgrade RTL
|
||||
RTL_VERSION="v0.6.0"
|
||||
RTL_VERSION="v0.6.3"
|
||||
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
|
||||
|
@ -235,7 +235,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
|
|||
rm -rf RTL
|
||||
|
||||
sudo -u bitcoin wget $RTL_UPGRADE_URL -O RTL.tar.gz
|
||||
sudo -u bitcoin wget $RTL_UPGRADE_ASC_URL -O RTL.tar.gz.asc
|
||||
#sudo -u bitcoin wget $RTL_UPGRADE_ASC_URL -O RTL.tar.gz.asc
|
||||
|
||||
#gpg --verify RTL.tar.gz.asc RTL.tar.gz
|
||||
#if [ $? == 0 ]; then
|
||||
|
|
|
@ -170,6 +170,7 @@ source /usr/bin/mynode_gen_bitcoin_config.sh
|
|||
source /usr/bin/mynode_gen_lnd_config.sh
|
||||
|
||||
# RTL config
|
||||
sudo -u bitcoin mkdir -p /opt/mynode/RTL/
|
||||
cp /usr/share/mynode/RTL.conf /opt/mynode/RTL/RTL.conf
|
||||
if [ -f /home/bitcoin/.mynode/.hashedpw ]; then
|
||||
HASH=$(cat /home/bitcoin/.mynode/.hashedpw)
|
||||
|
@ -177,12 +178,6 @@ if [ -f /home/bitcoin/.mynode/.hashedpw ]; then
|
|||
fi
|
||||
chown bitcoin:bitcoin /opt/mynode/RTL/RTL.conf
|
||||
|
||||
# LND Admin Config
|
||||
#if [ ! -f /home/bitcoin/.lnd-admin/credentials.json ]; then
|
||||
# cp /usr/share/mynode/lnd_admin_credentials.json /home/bitcoin/.lnd-admin/credentials.json
|
||||
# chown bitcoin:bitcoin /home/bitcoin/.lnd-admin/credentials.json
|
||||
#fi
|
||||
|
||||
# BTC RPC Explorer Config
|
||||
if [ ! -f /opt/mynode/btc-rpc-explorer/.env ]; then
|
||||
cp /usr/share/mynode/btc_rpc_explorer_env /opt/mynode/btc-rpc-explorer/.env
|
||||
|
|
|
@ -336,7 +336,7 @@ fi
|
|||
|
||||
|
||||
# Install RTL
|
||||
RTL_VERSION="v0.6.0"
|
||||
RTL_VERSION="v0.6.3"
|
||||
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
|
||||
|
@ -349,7 +349,7 @@ if [ "$CURRENT" != "$RTL_UPGRADE_URL" ]; then
|
|||
rm -rf RTL
|
||||
|
||||
sudo -u bitcoin wget $RTL_UPGRADE_URL -O RTL.tar.gz
|
||||
sudo -u bitcoin wget $RTL_UPGRADE_ASC_URL -O RTL.tar.gz.asc
|
||||
#sudo -u bitcoin wget $RTL_UPGRADE_ASC_URL -O RTL.tar.gz.asc
|
||||
|
||||
#gpg --verify RTL.tar.gz.asc RTL.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user