Édouard
Édouard
The docker generates a config file in the volume, you can modify it and its values will be used later. https://github.com/edouardparis/lntop/tree/master/docker#docker > lntop data will be mapped to host folder...
Yes, the features was introduced without caching. I guess people run lntop in a screen or tmux window. The cache file configurable in the config.toml is a good idea. Do...
Thank you for reporting the issue. It totally agree with the problem. It will take time, but I will look for a fix.
Thank you for the issues ! I am sorry for the trouble. For the keybindings, i try to follow the choices of htop. I added `h - help`, `q -...
I need to think about this, I personally do not use a Mac. For the moment you can use these shortcuts described in the help panel (h) ``` h :...
Yes move on the column you want to sort and press `d` (desc) or `a` (asc)
Sorry I cannot reproduce the error on my side. go modules and bad dep management make everything hell in go and lnd has a lot of replace directive. Please try...
You are right, `active` / `inactive` is not clear about what the actual status of the channel. `lntop` displays information directly from the rpc call response of lnd: https://api.lightning.community/#lnrpc-channel Maybe...
Thanks for reporting the issue, We will try to release a new binary with a fix ASAP
the forwarding history does not enable the sort for the time column, It will only display in the recent order. Do you think it makes sense to implement it ?...