github Ride-The-Lightning/RTL v0.10.0
Release v0.10.0-beta-reporting-release

latest releases: v0.15.0, v0.14.1, v0.14.0...
3 years ago

This is a major release with a reporting section added to provide a detailed analysis of:

  • Routing fee collected on the node, aggregated at month/year level.
  • Payments made and received via the node, aggregated at month/year level

Other features:

  • Macroon support added for Loop, now compatible with the latest version. A new variable has been added to RTL-Config.json (swapMacaroonPath) to specify the location of loop.macaroon file. Config specification
  • Mitigation added for brute force attacks on login. Login disables for 30 mins after 4 attempts with incorrect password.

Technical update:

  • Angular version updated to v11

Bug fixes and usability fixes. Issue details here

Release verification and download instructions

PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/v0.10.0.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.10.0/v0.10.0.tar.gz.asc

Verify the release:

gpg --verify v0.10.0.tar.gz.asc v0.10.0.tar.gz
gpg: Signature made Sun 20 Dec 2020 07:06:30 PM EST
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg:                 aka "Suheb (approves) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg:                 aka "Suheb <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3E9B D443 6C28 8039 CA82  7A92 00C9 E2BC 2E45 666F

Unzip and install the release:

tar -xvf v0.10.0.tar.gz
cd RTL-0.10.0
npm install --only=prod

Docker images at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.10.0
docker pull shahanafarooqui/rtl:0.10.0-arm64v8
docker pull shahanafarooqui/rtl:0.10.0-arm32v7
docker pull shahanafarooqui/rtl:0.10.0-amd64

Don't miss a new RTL release

NewReleases is sending notifications on new releases.