Guest User

charge-lnd config

a guest
May 25th, 2021
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [beginner-node]
  2. node.max_capacity = 1000000
  3. node.min_channels = 2
  4. node.max_channels = 8
  5.  
  6. [default]
  7. strategy = static
  8. base_fee_msat = 1000
  9. fee_ppm = 250
  10.  
  11. [discourage-routing-out-of-balance]
  12. chan.max_ratio = 0.1
  13. chan.min_capacity = 250000
  14. strategy = static
  15. base_fee_msat = 10000
  16. fee_ppm = 500
  17.  
  18. [encourage-routing-to-balance]
  19. chan.min_ratio = 0.9
  20. chan.min_capacity = 250000
  21. strategy = static
  22. base_fee_msat = 1
  23. fee_ppm = 2
  24.  
  25. [proportional]
  26. chan.min_ratio = 0.10
  27. chan.max_ratio = 0.90
  28. chan.min_capacity = 500000
  29. strategy = proportional
  30. base_fee_msat = 1000
  31. min_fee_ppm = 50
  32. max_fee_ppm = 500
Advertisement
Add Comment
Please, Sign In to add comment