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

Synchronization does not proceed. please help me! #29350

Closed
junghyun0783 opened this issue Mar 26, 2024 · 3 comments
Closed

Synchronization does not proceed. please help me! #29350

junghyun0783 opened this issue Mar 26, 2024 · 3 comments

Comments

@junghyun0783
Copy link

junghyun0783 commented Mar 26, 2024

I'm currently trying to run the Ethereum "sepolia" testnet, but initialization and synchronization are not working. I don't think it's a prysm problem.
Currently running through docker, the container creation command is as follows.

docker run -itd --name eth_testnet --log-opt max-size=10m --log-opt max-file=3 --network medalla -v D:\docker\container\testnet\eth\sepolia:/root -v D:\docker\container\testnet\eth\sepolia.ethereumdata:/data -p 40021:8545 -p 40022:8546 -p 40023:30303/udp -p 40024:30303/tcp ethereum/client-go:v1.13.14 --sepolia --port 30301 --datadir "/data" --http --http.addr "0.0.0.0" --http.api admin,eth,debug,net,txpool,personal,web3,engine --http.vhosts "" --http.corsdomain "" --authrpc.addr "eth_testnet" --authrpc.port 8551 --authrpc.vhosts "*" --authrpc.jwtsecret /root/jwt_sepolia.hex --syncmode "snap" --snapshot=true

what's the problem?...

@junghyun0783
Copy link
Author

junghyun0783 commented Mar 26, 2024

Does this problem differ depending on the OS?
When running on Windows, it was not initialized.
But... currently, when I run it on Linux, the beacon is being initialized.

Was it an OS problem?
And now that the beacon node has been initialized, is the client node synchronized?

Currently, the client keeps showing a log saying "WARN [03-26|11:43:34.880] Post-merge network, but no beacon client seen. Please launch one to follow the chain!"

beacon
"[2024-03-26 11:44:15] INFO initial-sync: Processing block batch of size 64 starting from 0x61414545... 1280/4643321 - estimated time remaining 402h57m17s blocksPerSecond=3.2 peers=3
[2024-03-26 11:44:15] INFO initial-sync: Processing block batch of size 64 starting from 0xc9e9b282... 1344/4643321 - estimated time remaining 201h28m28s blocksPerSecond=6.4 peers=2"
Initialization is in progress.

Are my client nodes and beacon nodes currently operating normally?
Thank you for reading this long article.

@jyap808
Copy link
Contributor

jyap808 commented Mar 26, 2024

Error in the logs "no beacon client seen."

Your EL and CL nodes aren't connected and communicating with each other. Fix that issue.

Beacon note looks to by syncing fine.

@rjl493456442
Copy link
Member

@jyap808 said, you have to setup the connection between the EL and CL nodes correctly.

From the beacon log I can tell is beacon client is not synced yet. You can probably use checkpoint sync feature to fasten the bootstrap stage. https://eth-clients.github.io/checkpoint-sync-endpoints/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants