charge-lnd is a simple policy based fee manager for LND. With this tool you can set fees to autobalance, recover channel open costs, use on-chain fees as reference, use channel activity to determine fees or just use static fees.
GNU General Public License v2.0
232
stars
44
forks
source link
implement daemon mode, acting on LND events as they arrive #3
This would be much more efficient. The problem with regular cron-execution channels are often being depleted before the fees are adjusted to the new balance. Routing event based execution would be ideal.
This would be much more efficient. The problem with regular cron-execution channels are often being depleted before the fees are adjusted to the new balance. Routing event based execution would be ideal.