Open gallizoltan opened 1 year ago
Yep! your data are true, this is a data collection with lnmetrics https://bruce.lnmetrics.info/metrics that give also some information on when we fail and where we fail
I don't think it's that uncommon.
lightning=> select sum(out_payments_offered), sum(out_payments_fulfilled) from channels;
sum | sum
----------+---------
45286579 | 1133195
(1 row)
= My fulfillment rate is about 2.5%.
my fulfillment rate is (334 / 105761.0) *100 = 0.31%
i tried improving this with the feeadjuster plugin, but no change
of which are very few failures where my node is the first or last hop and it shows some actual error. Thats payments to scid=666666x6666x6
and similar, or where my peers are unreachable.
port monitoring from outside shows its not node connectivity
so I am lost as to what I can improve
Any thoughts on why there is so much trying going on in the network?
i tried improving this with the feeadjuster plugin, but no change
This is not the solution, There is an apparent problem in pathfinding, and people are working. I am sorry for the bad news.
It is not just your node that have bad forwards rating https://lnmetrics.info/analysis
Ah more important, if you are forwarding this means that you are not choosing the path, so you can not do anything about it if the sender choose the wrong path
interesting; from the Mastering the Lightning Network book my understanding was that pathfinding is something each node does "offline" based on his collected knowledge about the network ... no need for dumb trying. Therefore I never expected such a high failure rate.
Is there any public discussion somewhere about whats wrong with pathfinding?
interesting; from the Mastering the Lightning Network book my understanding was that pathfinding is something each node does "offline" based on his collected knowledge about the network
There are two missing points here:
Is there any public discussion somewhere about whats wrong with pathfinding?
I guess the mailing list post and some research paper
Issue and Steps to Reproduce
My node has a very high failure rate for payment forwards. It is about 1 successful forward out of 100 attempts. What I tried:
Can anyone tell me why this is happening?
getinfo
output