-
Notifications
You must be signed in to change notification settings - Fork 20.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
Geth 1.9.8 stopped syncing since 06Dec 2019 #20435
Comments
i have same problem |
Yes - this date correlates with the Hardfork and if you run geth 1.9.6 you will need to update |
I am running geth 1.9.8 |
geth 1.9.9
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: ankita-p17 <[email protected]>
发送时间: Tuesday, December 10, 2019 2:05:23 PM
收件人: ethereum/go-ethereum <[email protected]>
抄送: wh0am111 <[email protected]>; Comment <[email protected]>
主题: Re: [ethereum/go-ethereum] Geth 1.9.8 stopped syncing since 06Dec 2019 (#20435)
Yes - this date correlates with the Hardfork and if you run geth 1.9.6 you will need to update
I am running geth 1.9.8
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#20435?email_source=notifications&email_token=AKUHGTZWEEAROUE4PV72JOLQX4WSHA5CNFSM4JYD2IR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGOB43Q#issuecomment-563879534>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKUHGTYTNMSO6JQ7CLQUNB3QX4WSHANCNFSM4JYD2IRQ>.
|
It started to sync but soon stopped. @karalabe @ligi Can you help on this. |
We were having the same issue. We removed the peers from the config in order to let |
Is there any other option to remove |
Would be good to get a stack trace from a hanging node. To get the trace, run |
Please also paste the command you use to run Geth. |
stacktrace.txt Command to run geth : /path/to/geth/geth1.9.8/geth-linux-amd64-1.9.8-d62e9b28/geth --datadir=/home/dcx/EthereumMainnet/ --cache 4096 --rpc --rpcapi eth,web3,net,ssh,db,debug,personal,admin --rpcaddr 10.128.0.3 --rpcport 8545 --port 35556 |
Hi, any help?? |
It seems Geth node doesn't have any p2p level activity for 1 hour.
|
@fjl the stack trace contains
You modified that 23 days ago: #20389 . PTAL? |
stacktrace.txt |
Hi @fjl, any update? |
Same problem here! |
Here is why this issue is happening:
We can fix the software bug where it's hanging, but sync will not work properly unless you ensure UDP connectivity is working. |
Geth 1.9.8 is very very old by now, and this issue is not relevant any longer. Closing |
Hi,
i started geth 1.9.8 to sync one week back. State entries were syncing till 06-Dec then gets stopped.
System information
Geth version: 1.9.8
OS & Version: Linux
Expected behaviour
It should sync
Actual behaviour
06Dec logs :
Dec 06 09:22:56 dcx-geth geth[28807]: INFO [12-06|09:22:56.601] Regenerated local transaction journal transactions=0 accounts=0
Dec 06 08:55:03 dcx-geth geth[28807]: WARN [12-06|08:55:03.449] Synchronisation failed, dropping peer peer=8708e04b2712b6db err="retrieved hash chain is invalid"
Current logs :
Dec 09 06:00:54 a-geth geth[10090]: WARN [12-09|06:00:54.526] Served eth_coinbase reqid=3 t=53.945µs err="etherbase must be explicitly specified"
Dec 09 05:45:54 a-geth geth[10090]: INFO [12-09|05:45:54.779] Regenerated local transaction journal transactions=0 accounts=0
Dec 09 04:45:54 a-geth geth[10090]: INFO [12-09|04:45:54.779] Regenerated local transaction journal transactions=0 accounts=0
Dec 09 03:45:54 a-geth geth[10090]: INFO [12-09|03:45:54.779] Regenerated local transaction journal transactions=0 accounts=0
Dec 09 02:45:54 a-geth geth[10090]: INFO [12-09|02:45:54.779] Regenerated local transaction journal transactions=0 accounts=0
Dec 09 01:45:54 a-geth geth[10090]: INFO [12-09|01:45:54.779] Regenerated local transaction journal transactions=0 accounts=0
Is it because of the recent hard fork?
Any help appreciated.
The text was updated successfully, but these errors were encountered: