Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [beginner-node]
- node.max_capacity = 1000000
- node.min_channels = 2
- node.max_channels = 8
- [default]
- strategy = static
- base_fee_msat = 1000
- fee_ppm = 250
- [discourage-routing-out-of-balance]
- chan.max_ratio = 0.1
- chan.min_capacity = 250000
- strategy = static
- base_fee_msat = 10000
- fee_ppm = 500
- [encourage-routing-to-balance]
- chan.min_ratio = 0.9
- chan.min_capacity = 250000
- strategy = static
- base_fee_msat = 1
- fee_ppm = 2
- [proportional]
- chan.min_ratio = 0.10
- chan.max_ratio = 0.90
- chan.min_capacity = 500000
- strategy = proportional
- base_fee_msat = 1000
- min_fee_ppm = 50
- max_fee_ppm = 500
Advertisement
Add Comment
Please, Sign In to add comment