-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
btcd constantly tries to reconnect #103
Labels
Comments
this is user error. if you manually add a peer, it is your responsibility to know if it is a good peer. |
Reopening this. Granted you should only be adding a known good peer, but it should still be handled gracefully with a disconnect and retry after X (including an increasing backoff like inability to connect). |
I'm having a go at fixing this |
gsalgado
added a commit
to gsalgado/btcd
that referenced
this issue
Jul 23, 2014
This ensures we backoff when reconnecting to peers for which we don't understand the replies, just like we do for peers we fail to connect to. Closes btcsuite#103
gsalgado
pushed a commit
to gsalgado/btcd
that referenced
this issue
Jul 29, 2014
kcalvinalvin
added a commit
to kcalvinalvin/btcd
that referenced
this issue
Nov 29, 2024
btcutil, main, integration, wallet: remove hdkeychain and psbt packages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./btcctl addnode 24.247.251.4 add
this happens until you addnode remove.
The text was updated successfully, but these errors were encountered: