-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add mainnet neutrino peers #1403
Conversation
…no.addpeer Signed-off-by: Nitesh Balusu <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
utACK, some thoughts on this change:
|
I think that Neutrino would still find other peers via DNS seed. |
In theory, yes. However, in practice I've seen failure to resolve peers via DNS seed as a very common recurring issue in user logs. |
Signed-off-by: Nitesh Balusu <[email protected]>
New changes LGTM |
Signed-off-by: Nitesh Balusu <[email protected]>
Signed-off-by: Nitesh Balusu [email protected]
neutrino.connect
toneutrino.addpeer
Now LND will attempt to get info from multiple peers,
neutrino.connect
is forcing lnd to get block data from one node, if that fails then it doesn't attempt to get data from more peers even if you add them.Now if the user wants to switch the node in the config, their node will become one of the nodes blixt gets block data from instead of being the only node to talk to.