janoside / lndash

Admin UI for LND
https://lnd-admin.btc21.org
MIT License
76 stars 24 forks source link

Feature: Display channel liquidity ratio #38

Closed rationalflaneur closed 1 year ago

rationalflaneur commented 5 years ago

Describe the bug In order to run a successful node, it's very important to know which of my channels have insufficient inbound/outbound liquidity, so that I can rebalance them. It would be enormously useful if I could see a simple visualization on the channel screen of a channel's inbound/outbound ratio with a percentage display.

Environment (please complete the following information):

janoside commented 5 years ago

@rationalflaneur Agreed, that's an important function. On the channel details page (url="/channel/{CHANNEL_ID}") there is already a ratio with percentage shown, like the image below:

Screenshot 2019-06-22 10 38 09

Does that serve the purpose you're hoping for, or would you like that format changed in some way? Is there a different page that you're hoping to have these ratios/percentages added to? If so, let me know which page (by url).

Let me know.

rationalflaneur commented 5 years ago

Thanks for the response! The channel page ratio display is useful, but I think it could be much more useful in two ways:

ratio

Thanks again for taking the time to respond, lnd-admin is a beautiful, powerful tool!

janoside commented 1 year ago

This is done in master and pending a release.