pull down to refresh
1 sat \ 0 replies \ @bartoli 30 Dec 2023 \ on: Unidirectional blackholes make no sense on LN bitcoin
That will not magically make traffic appear in the other direction, just drain the channel slower
What i do to choose new channels:
- Take the network graph from my node, and apply some filters
- Analyze, for a given payment size, how many nodes it can reach in both directions (inbound, outbound) for a given max cost.
- Then, for each candidate node, look how many more nodes can be reached (cost becomes less than the max cost, or nodes that could be reached but cost is now slower) in each direction
- For each candidate, i take their 'new node reach' in the worst direction, order that
- And finally select the one that will bring more nodes 'in reach' in the 'worst direction'.
That way, i choose peers that are not 'the best' connected, but will have a better balance of new inbound/outbound traffic
But i can't really claim it works, my node is still too small for this strategy to trigger the organic balancing i hope it could bring