accumulator / charge-lnd

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
229 stars 44 forks source link

implement daemon mode, acting on LND events as they arrive #3

Open accumulator opened 4 years ago

titusz commented 3 years ago

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.