-
Notifications
You must be signed in to change notification settings - Fork 156
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
logs: spamming of "SPV: Peering attempt failed" #2433
Comments
This isn't really a log spam problem as it is a connection logic problem. You have no routes to reach these peers, so all connection attempts immediately fail while the wallet is trying to achieve 8 outbound peers. (also, we don't use neutrino) |
Is this dex-specific then ? In that case probably want to move this issue to https://github.com/decred/dcrdex/issues |
dcrwallet has its own spv implementation. it doesn't have any special name or branding or anything. neutrino is the name of a different implementation used by btcwallet (but afaik, they are broadly similar in terms of how they work and the filters that they use). |
Well, the log files written by Bison Wallet are called the connection attempts that result in these logs still happen somewhere in
|
I was looking into decred/dcrdex#3000 - looking into dcrwallet neutrino logs I've noticed there is a lot of lines similar to this one being logged (here is a .gz snapshot neutrino saves as an example):
Couple of points on this:
To reproduce:
I was runningjust plug off internet cable for several minutes and watch logs grow.dexc
, shut my laptop lid + disconnecting internet cable, re-opened it several hours later + reconnected internet cable (and ended up observing decred/dcrdex#3000 + this spam in dcrwallet logs)The text was updated successfully, but these errors were encountered: