You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Ethereum mainnet node is not synced from 18397760. It fails to download in snapshots stage.
I tried to restart many times, and waited for a few days, but nothing worked.
What might be the cause??
System information
Erigon version: ./erigon --version
erigon version 2.53.4-c4843268
My Ethereum mainnet node is not synced from 18397760. It fails to download in snapshots stage.
I tried to restart many times, and waited for a few days, but nothing worked.
What might be the cause??
System information
Erigon version:
./erigon --version
erigon version 2.53.4-c4843268
OS & Version: Linux
Erigon Command (with flags/config):
./build/bin/erigon --datadir ../../erigon --torrent.download.rate=200mb --authrpc.addr=0.0.0.0 --authrpc.vhosts=* --authrpc.jwtsecret=../../jwt.hex --http.api eth,web3,net,debug,trace,txpool
Consensus Layer:
Prysm
Consensus Layer Command (with flags/config):
./prysm.sh --execution-endpoint=http://localhost:8551 --jwt-secret=../jwt.hex
Chain/Network:
Ethereum Mainnet
Expected behaviour
Blocks are synced normally
Actual behaviour
Blocks are not synced from 18307k
Downloader timeout (in Snapshots stage)
`
`
When I connect to execution client, it shows like this and the currentBlock and highestBlock field never grows.
eth.syncing
{ currentBlock: 18397760, healedBytecodeBytes: 0, healedBytecodes: 0, healedTrienodeBytes: 0, healedTrienodes: 0, healingBytecode: 0, healingTrienodes: 0, highestBlock: 18402233, stages: [{ block_number: "0x118ba40", stage_name: "Snapshots" }, { block_number: "0x118cbb9", stage_name: "Headers" }, { block_number: "0x0", stage_name: "BorHeimdall" }, { block_number: "0x118cbb9", stage_name: "BlockHashes" }, { block_number: "0x118ba40", stage_name: "Bodies" }, { block_number: "0x118ba40", stage_name: "Senders" }, { block_number: "0x118ba40", stage_name: "Execution" }, { block_number: "0x0", stage_name: "Translation" }, { block_number: "0x118ba40", stage_name: "HashState" }, { block_number: "0x118ba40", stage_name: "IntermediateHashes" }, { block_number: "0x118ba40", stage_name: "AccountHistoryIndex" }, { block_number: "0x118ba40", stage_name: "StorageHistoryIndex" }, { block_number: "0x118ba40", stage_name: "LogIndex" }, { block_number: "0x118ba40", stage_name: "CallTraces" }, { block_number: "0x118ba40", stage_name: "TxLookup" }, { block_number: "0x118ba40", stage_name: "Finish" }], startingBlock: 0, syncedAccountBytes: 0, syncedAccounts: 0, syncedBytecodeBytes: 0, syncedBytecodes: 0, syncedStorage: 0, syncedStorageBytes: 0 }
The text was updated successfully, but these errors were encountered: