HODLmeTight

Results 9 issues of HODLmeTight

## Implemented this on two different nodes - follow at your own risk Just logging the steps here to carefully record what needs to be done to migrate from LNDg...

documentation

User flow: - go to renew section - add public WG key - retrieve sub-end-date + bandwidth used in the current month + how much left (imposing the current 100GB...

enhancement

``` sudo systemctl status fail2ban.service sudo systemctl start fail2ban.service ```

bug

This is in the LND Node section, so it should push the tls.cert, not pull it. Might be confusing ``` create a new folder, which we'll secure with mkdir ~/.secret...

enhancement

Can someone test this for docker LND & CLN? ``` sudo bash tunnelsats-sub-details.sh Detected setup: manual Performing outbound check... Outbound check completed. Performing inbound check for de2.tunnelsats.com:43752... Inbound check successful....

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** I'm working on a tool that automates large Lightning payments using multi-path payments (MPP) by specifying multiple outgoing channels. Currently,...

enhancement
mpp
routing fee estimation

Hey ngu, hope you're doing well! I'm running my `fee_adjuster.py` script (https://github.com/TrezorHannes/Lightning-Python-Tools/blob/main/Other/fee_adjuster.py - specifically around lines [603-606](https://github.com/TrezorHannes/Lightning-Python-Tools/blob/8aef6b962bdedc8c6fc74ca4e6b27e474666471f/Other/fee_adjuster.py#L604) where inbound_fee_to_send is handled) which sometimes tries to set a channel's inbound fee...