Skip to content
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

Synchronisation failed: peer's unknown or unhealthy #978

Closed
avdoshyn opened this issue May 14, 2015 · 3 comments
Closed

Synchronisation failed: peer's unknown or unhealthy #978

avdoshyn opened this issue May 14, 2015 · 3 comments

Comments

@avdoshyn
Copy link

http://prntscr.com/754g68

I0514 16:24:51.652331 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:03.931033 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:10.934434 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:16.017725 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:25.066242 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:26.581329 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:30.211536 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:38.765026 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:39.756082 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:43.206280 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:54.248911 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:25:59.477210 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:26:14.845089 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:26:18.678309 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:26:22.662536 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:26:22.918551 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy
I0514 16:26:26.873777 2248 sync.go:104] Synchronisation failed: peer's unknown or unhealthy

@karalabe
Copy link
Member

Geth version? Number of peers?

Edit: That error is returned when you try to sync with a peer that is foreign to the downloader (i.e. it was already thrown out for some reason). If you have a proper network connection this shouldn't really happen. Does it keep happening if you restart geth?

@avdoshyn
Copy link
Author

CPU=4 TOT=6
Geth-Win 0.9.20

Does it keep happening if you restart geth?

now is ok

@karalabe
Copy link
Member

I'm guessing this was only a bad network connection, because of which you tried to pull from the same faulty peer. I'll close this now, but feel free to open a new issue if it reappears. Btw, if it does, please also send the number of peers you have (you can query that if you run the console and type net into it).

tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
* started working on builtin network flags

* lint

* Don't aggregate epochSnarkData on non-epoch blocks (ethereum#961)

* don't aggregate epochSnarkData on non-epoch blocks

* uses existing proposal instead of re-fetching

* change log levels for two side chain scenarios (ethereum#966)

* Shorter timeouts for testing key rotation (ethereum#954)

* working

* Use Gold.mint() instead of state.AddBalance() for epoch rewards (ethereum#965)

The rationale behind this, is the `Gold.mint()` emits an event, and thus
is traceable, while `state.AddBalance()` is not. Making it really hard
to figure out how much GoldToken was minted and to whom.

* combining these

* compiles

* Restore master as circle-ci branch (ethereum#967)

* Update version to v1.0.0-unstable (ethereum#970)

* Add Mergify config and remove bulldozer config (ethereum#977)

* Fix missing reference to libbls_crypto causing linking errors on iOS (ethereum#978)

* Change proxy and proxied checks (ethereum#971)

* Delete gitignore so libs are included (ethereum#980)

* working???

* cleanup

* cleanup

* cleanup

* write genesis correctly

* trying to get unit tests working

* changing this

* lint

* added mainnet info (execpt bootnode?)

* added bootnode

* fixing tests

* lint

* fix

* fixing attach command

* removing snapshots

Co-authored-by: Kobi Gurkan <[email protected]>
Co-authored-by: Victor "Nate" Graf <[email protected]>
Co-authored-by: Mariano Cortesi <[email protected]>
Co-authored-by: J M Rossy <[email protected]>
Co-authored-by: Jean Regisser <[email protected]>
Co-authored-by: Javier Cortejoso <[email protected]>
Co-authored-by: Connor McEwen <[email protected]>
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants