Commit graph

12 commits

Author SHA1 Message Date
AbelLykens
17039cdd69 Typo example 2026-02-12 14:16:38 +01:00
accumulator
26fa77a5cb
Merge pull request #118 from Filiprogrammer/example-config-fix-base-fee-entry
Fix base fee entry in example config
2024-07-04 23:50:46 +02:00
Filiprogrammer
3fe28391c8
Fix base fee entry in example config
The base_fee_ppm setting does not exist. The correct name is base_fee_msat.
2024-06-22 00:56:09 +02:00
feelancer21
2b103c8d57
Add synced_to_chain to the onchain matcher
Add synced_to_chain as a criterion to the onchain matcher.
synced_to_chain becomes false if LND is not synced to the
chain for more than 5 minutes. In the past, this was an
indicator of a severe issue that required a hotfix for lnd.
2024-06-10 16:15:39 +02:00
feelancer21
401101f03b
Add an onchain matcher
The onchain matcher offers the possibility to enforce policies
depending on the current onchain fees. The confirmation target
can be configured by the user (default: 6).
2024-06-10 16:15:39 +02:00
Sander van Grieken
9fed8d3b8a factor out unwieldy tuple for channel parameters 2024-05-15 17:06:42 +02:00
feelancer21
6372dc2dab
Support for setting inbound fees 2024-05-12 10:53:25 +02:00
Maria
33f6f8fa7e
Add multiple channel policy properties for the number of channels, capacity and ratio
- Update README
- Add example config
2022-05-25 09:23:22 -04:00
Sander van Grieken
ac4c8aceff fix example 2022-04-21 07:43:39 +02:00
David Parrish
48d80c7751 Add proportional strategy flag for considering multiple channels to the same peer
- Strategy updated for summing channels
- Lnd helper function added for getting all shared channels
- Example added
- README updated
2022-04-21 07:38:32 +02:00
Sander van Grieken
c459c449af add flow/activity example 2021-10-22 10:34:56 +02:00
Sander van Grieken
3aa28bb432 add a few more examples 2021-10-01 12:22:47 +02:00