How to refuse new inbound channels? #2375
DerEwige
started this conversation in
Node operators
Replies: 1 comment 1 reply
-
This is an area we could improve, ideally we'd have hooks to let plugins decide on-the-fly whether to accept an incoming channel or not, but that's not possible today. The only thing you can do is to raise
This should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to maintain a balanced routing node.
For this the inbound and outbound liquidity of my public channels should be in equilibrium if possible.
I would like to refuse new inbound channels if my node has already more than 60% of inbound liquidity.
But there does not seam to be any switch in the config that allows this.
Can I just set “min-public-funding-satoshis” to a value larger than “max-funding-satoshis”?
Will this work or is will this give an invalid config exception?
Beta Was this translation helpful? Give feedback.
All reactions