Unable to fully sync neutrino (with validatechannels=true). Config included #10146
Replies: 3 comments 3 replies
-
This is the expected behavior, and the whole reason why |
Beta Was this translation helpful? Give feedback.
-
Here's a short sample of the logs.
|
Beta Was this translation helpful? Give feedback.
-
I have also attempted a workaround where i spun up another LND instance on the same network, this time with over and over, i'm only able to sync for several seconds before those messages keep showing up. Couldn't find a way to unban or disable banning alltogether. Very stuck. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My issue is the inability to correctly sync LND with the neutrino backend and
validatechannels=true
. As far as i understand, this is required to get channel balances and channel points to be populated in your graph, otherwise they are "0". I let the daemon run and it seems to download a bunch of cfilters and some blocks, but the graph is nowhere near full.getinfo returns :
"synced_to_chain": true
"synced_to_graph": false
it remains this way after many hours with seemingly no progress. I'm unable to get any responses for getnodeinfo and getchaninfo
If i simply set
validatechannels=false
(or comment it out altogether), i quickly get synced up with both graph/chain and i can easily do getnodeinfo and getchaninfo on any node/channel. The only issue is like i mentioned before, i want capacity and chanpoints to be populated in the graph, which i have failed to accomplish.I have attempted many different configurations in the past, have tried v 0.18.5 and 0.19.2, here is present config:
Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions