Browse Source

Update lightning-terminal app to v0.6.5 (#1320)

0.4.17
Oliver Gugger 3 years ago
committed by GitHub
parent
commit
30b25ebd51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/lightning-terminal/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/lightning-terminal/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: lightninglabs/lightning-terminal:v0.6.1-alpha@sha256:cb1af6b972b7fa686886ace5794c4d56dda8f96cacda677b4601518e02b8b894
image: lightninglabs/lightning-terminal:v0.6.5-alpha@sha256:541fb9034a25dd4336becabdee6d40f76c3f4ae4557cbce30a46a3a8e3ef0e74
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

2
apps/registry.json

@ -430,7 +430,7 @@
"id": "lightning-terminal",
"category": "Lightning Node Management",
"name": "Lightning Terminal",
"version": "v0.6.1-alpha",
"version": "v0.6.5-alpha",
"tagline": "The easiest way to manage channel liquidity",
"description": "Lightning Terminal is the easiest way to manage inbound and outbound liquidity on the Lightning Network. Keep your channels open and the funds flowing. It provides a visual interface for interacting with your channels and balances using Loop. \n\nNew: Introducing Lightning Pool, a marketplace for Lightning channels. You can now earn sats by opening new channels to those looking to receive funds on Lightning for a set period of time, or rent a channel to start accepting payments instantly. Join the marketplace and start putting your Bitcoin to work.\n\nWhy use Pool?\n- Earn a return on Lightning capital\n- Rent a channel and start accepting payments instantly\n- Open channels for less with transaction batching\n\nWhy use Loop?\n- Add \"inbound liquidity\" to receive payments\n- Reduce transaction fees by recycling and reusing Lightning channels\n- Send funds to and from users or services that aren't yet Lightning enabled\n- Configurable wait times and \"batching\" allow for further fee savings\n- Refill and offload funds from any number of Lightning channels in a single on-chain transaction",
"developer": "Lightning Labs",

Loading…
Cancel
Save