-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Sometimes can’t get synced,highestBlock behind the main network #169
Comments
the same as you for a week ago |
I can confirm the same issue with geth 1.07 and compiled from sources too. |
@konqueror1 hello god, how to fix it |
@konqueror1 how to solve it? |
my wechat is wu4yyy, Let's discuss it together |
I don't know how to fix it. Just tried suggestion from here #167 but without success. |
I haven’t had any issues at all. You definitely need good hardware. I9+/AMD equivalent, an NVME SSD, 16GB+ of memory, and 100Mb/s or faster Internet. Another thing that could help is increasing your maximum number of peers. |
It looks like the node falls behind whenever a reorg happens and then has a hard time catching up again, maybe this helps debugging the issue? This node falls behind:
This node has no issues:
|
Hmm, @bonhardt I'm running on EPYC CPUs with Micron NVME's. 32Gb of memory, don't see any bottlenecks in either cpu or IO on the server level. Are you running with stock config? Issue starter also has really low mgasps compared to yours btw |
@heliosVII-tech Would you mind sharing your full |
We have Micron 9300Max disks, which should be doing well enough here. It could indeed be the single core performance then and be bottlenecked on the single core speed. Let me see if I can move it to a host with a faster single-core CPU to see if that helps, thanks |
Dont think that applies to the newer 3D Nand disks anymore, Its not 2D TLC but 3D TLC. What disks are you using? |
use the info well i wont write it down again. |
maybe due to machine performance problems machine configurationCPU:8-core This machine has Ethereum nodes and BSC nodes running on it,now i shut down the Ethereum node,the bsc node sync is normal. I'll see if the same problem occurs again in the next few days |
We believe this is partially related to the block gas limit, which has notably increased over the course of the month - https://bscscan.com/chart/gaslimit |
same problem. how to resolve it? |
try modify |
is 200 enough? and how long it takes after updating max peers? |
I set 200. |
I am also having the same problem for a week now. My node does not finish syncing... |
sadly not work for me still if i set 200 with admin.peers.length = 66 |
Got it synced with maxpeers = 20000. No idea why it worked, but it did the trick. |
Hardware configuration? |
This is the second day after I shut down the Ethereum node service, and the BSC nodes are synchronized normally. |
M1 mac mini. |
Upgraded machine configuration and set maxpeers =200,the node sync normal. |
Hi there,
eth.syncing
bscscan browser
Bug
Nodes often have the highestBlock behind the main network block.
System information
Geth version: Geth Version: 1.0.7
OS & Version: Linux
config.toml
run cmd
bsc.log
The text was updated successfully, but these errors were encountered: