etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
267 stars 147 forks source link

Synchronisation failed, dropping peer err=timeout Iris (v1.12.11) #547

Closed Iftikhar3Mustafa closed 1 year ago

Iftikhar3Mustafa commented 1 year ago

Hi there,

Please note that this is an issue tracker reserved for bug reports and feature requests.

System information Geth version: geth version Iris (v1.12.11) OS & Version: 18.04 Go to version 1.20.4 ubuntu/amd64 Make version 4.1

Run the signer node by Geth:

This error occurred: Peer delivering stale transaction 26-ETC-May-2023-GETH-AWS Please help me Thank you

meowsbits commented 1 year ago

I don't see any issues; that looks like normal behavior to me. Stale transactions are rejected; new, eligible transactions are being accumulated for block 17600750; and incremental chain segment imports are happening.

Iftikhar3Mustafa commented 1 year ago

Thank you.