Open exodus-justinz opened 4 days ago
Some blocks are not in snapshots and not in db max_in_snapshots=19799999 min_in_db=19900000
try integration stage_headers --reset
Some blocks are not in snapshots and not in db max_in_snapshots=19799999 min_in_db=19900000
tryintegration stage_headers --reset
we stopped erigon and run this command and here's the output
INFO[11-04|23:42:42.190] logging to file system log dir=/home/eth/data/eth/logs file prefix=integration log level=info json=false
INFO[11-04|23:42:42.196] [db] open label=chaindata sizeLimit=12TB pageSize=8192
INFO[11-04|23:42:46.683] [snapshots:all] Stat blocks=19800k indices=19800k alloc=2.9GB sys=3.0GB
INFO[11-04|23:42:46.690] [snapshots:all] Stat blocks=0k indices=0k alloc=2.9GB sys=3.0GB
INFO[11-04|23:42:46.897] Disk storage enabled for ethash DAGs dir=/home/eth/.local/share/erigon-ethash count=2
INFO[11-04|23:43:43.089] Clear table=NonCanonicalTransaction
INFO[11-04|23:43:43.090] Clear table=BlockTransaction
INFO[11-04|23:43:43.090] Clear table=MaxTxNum
INFO[11-04|23:44:13.091] [filling_db_from_snapshots] Total difficulty index: 2227k/19799k
INFO[11-04|23:44:43.090] [filling_db_from_snapshots] Total difficulty index: 3732k/19799k
INFO[11-04|23:45:13.090] [filling_db_from_snapshots] Total difficulty index: 6315k/19799k
INFO[11-04|23:45:43.014] [mem] memory stats Rss=12.1GB Size=0B Pss=12.1GB SharedClean=2.7MB SharedDirty=0B PrivateClean=5.5GB PrivateDirty=6.6GB Referenced=12.1GB Anonymous=6.6GB Swap=0B alloc=5.4GB sys=5.8GB
INFO[11-04|23:45:43.091] [filling_db_from_snapshots] Total difficulty index: 7807k/19799k
INFO[11-04|23:46:13.091] [filling_db_from_snapshots] Total difficulty index: 10662k/19799k
INFO[11-04|23:46:43.091] [filling_db_from_snapshots] Total difficulty index: 12381k/19799k
INFO[11-04|23:47:20.560] [filling_db_from_snapshots] Total difficulty index: 14913k/19799k
INFO[11-04|23:47:43.090] [filling_db_from_snapshots] Total difficulty index: 17035k/19799k
INFO[11-04|23:48:13.091] [filling_db_from_snapshots] Total difficulty index: 18722k/19799k
INFO[11-04|23:48:44.995] [mem] memory stats Rss=21.2GB Size=0B Pss=21.2GB SharedClean=2.7MB SharedDirty=0B PrivateClean=13.1GB PrivateDirty=8.1GB Referenced=21.2GB Anonymous=7.9GB Swap=0B alloc=4.0GB sys=5.8GB
we started erigon, and it has been downloading past blocks for more than 24h+ now. do you know how long it should take?
[INFO] [11-05|23:53:02.080] Node is still syncing... downloading past blocks app=caplin stage=DownloadHistoricalBlocks slot=9905496 blockNumber=20696885 blk/sec=6.8 snapshots=0
[INFO] [11-05|23:53:32.081] Node is still syncing... downloading past blocks app=caplin stage=DownloadHistoricalBlocks slot=9905374 blockNumber=20696763 blk/sec=4.1 snapshots=0
System information
Erigon version:
./erigon --version
erigon version 2.60.9-501a53b7
OS & Version: LinuxCommit hash: https://github.com/erigontech/erigon/commit/501a53b7aa51a89bbcefc6a50eb44317b4a5a888
Erigon Command (with flags/config):
Consensus Layer:
Consensus Layer Command (with flags/config):
Chain/Network: Ethereum/Mainnet
Expected behaviour
Erigon syncs normally
Actual behaviour
Erigon starts up with the following logs, but the RPC port won't open
And eventually it would loop with
Steps to reproduce the behaviour
Backtrace