ZmnSCPxj / clboss

Automated Core Lightning Node Manager
MIT License
203 stars 30 forks source link

[Feature Request] Set max_htlc size according to new research. #152

Open exquisiteskink opened 1 year ago

exquisiteskink commented 1 year ago

Zerobasefee is now a large part of the lightning network. Renee has done additional research on max htlc settings to prevent channel drain and increase payment success. Id like to see this implemented in clboss especially for those of us running zerobasefee. The logic and research can be found here:

https://github.com/lnresearch/Flow-Control-on-Lightning-Network-Channels-with-Drain-via-Control-Valves/blob/main/htlc_maximum_msat%20as%20a%20valve%20for%20flow%20control%20on%20the%20Lightnig%20network.ipynb

tsjk commented 10 months ago

Doesn't this require collaboration between nodes?