lightning-terminal icon indicating copy to clipboard operation
lightning-terminal copied to clipboard

Lightning Terminal: Your Home for Lightning Liquidity

Results 144 lightning-terminal issues
Sort by recently updated
recently updated
newest added

LiT currently does not display any of the Faraday accounting information in the UI. It would be beneficial to present these reports and also allow downloading of the generated CSV...

In some cases, it is possible to adjust the balance of two channels using a circular rebalance. With this operation, funds are sent over the lightning network from the node...

An important aspect of managing an LND node's liquidity is to open and close channels. LiT currently does not support these operations and it would be great to implement them.

In the channel list, LiT currently only displays a small subset of information about each one. It would be beneficial to display more information on a specific channel when clicked....

Depending on the exact configuration a user is using, it may be the case that after the UI is up, and the user has logged in, the backend is still...

ui
GRuB
progress-loader

Consider the following command used to start up lit. ``` litd --remote.lnd.network=testnet \ --remote.lnd.rpcserver=localhost:10009 \ --remote.lnd.macaroondir=/root/.lnd/data/chain/bitcoin/testnet \ --remote.lnd.tlscertpath=/root/.lnd/tls.cert \ --uipassword=1234 ``` After startup these 4 directories exist. ``` ls -al...

When doing a loop in, the fee that is presented may not be the actual fee that is paid. ![image](https://user-images.githubusercontent.com/200251/99190923-5ff2f100-2761-11eb-9f8d-aa8ecc9db1d1.png) In this example, the fee is quoted as 104,809 sats...

enhancement
ui

We can currently use the slider to select the amount to loop in. It would be nice if we could type in an exact amount since it's hard (sometimes impossible)...

enhancement
ui

I don't quite understand the automatic channel selection option. After initiating a loop with automatic channel selection enabled I'm unsure which channels will be looped into. How/when does it decide?...

When using the CLI executables `lncli`, `loop`, `frcli`, and `pool`, we must always provide the config flags `--rpcserver`, `--tlscertpath`, and `--macaroonpath`. This requirement is documented in the [remote](https://github.com/guggero/lightning-terminal/blob/master/doc/config-lnd-remote.md#example-lncli-command) and [integrated](https://github.com/guggero/lightning-terminal/blob/master/doc/config-lnd-integrated.md#example-lncli-command)...

enhancement
GRuB