Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#PickhardtPayments: Optimize route construction #12

Open
C-Otto opened this issue Mar 26, 2022 · 1 comment
Open

#PickhardtPayments: Optimize route construction #12

C-Otto opened this issue Mar 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@C-Otto
Copy link
Owner

C-Otto commented Mar 26, 2022

Instead of the basic Dijkstra approach, it could be better to create routes that provide as much entropy as possible. If the flow information contains a very improbable edge, it might be a better idea to split this into several (at this edge: parallel) flows so that failures provide more helpful information about the network. @renepickhardt may have some ideas of how this could be done.

@C-Otto C-Otto added the enhancement New feature or request label Mar 26, 2022
@renepickhardt
Copy link
Contributor

As discussed I have unfortunately nothing concrete that I can say. I would try discect the flow in a way that the expected information gain of the sent onions is maximzied. (similarly how the optimization goal could already be changed in flow computation). The new optimization goal seems computationally much harder to me which is why I hope it would at least work on the resulting flow graph as that is usally much much smaller than the lightning network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants