-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
C-bugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Description
Describe the bug
I get an error about an invalid state root error on stage verification and the node can no longer sync.
Steps to reproduce
Run ethereum main net reth node with lighthouse.
Node logs
Mar 05 06:48:20 viserion systemd[1]: Started Reth Execution Client (Mainnet).
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.026768Z INFO Initialized tracing, debug log directory: /var/log/reth/mainnet
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.036127Z INFO Starting Reth version="1.11.1-dev (21dadb7)"
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.037989Z INFO Opening database path="/ethereum/reth/db"
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.132094Z INFO Launching node
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.149325Z INFO Configuration loaded path="/ethereum/reth/reth.toml"
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.256585Z INFO check_consistency: Healing static file inconsistencies.
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.298600Z INFO check_consistency:check_consistency{read_only=false}: Verifying storage consistency.
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.305669Z INFO Database opened
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.307202Z INFO Starting metrics endpoint at 127.0.0.1:9001
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.313905Z INFO
Mar 05 06:48:21 viserion reth[729]: Pre-merge hard forks (block based):
Mar 05 06:48:21 viserion reth[729]: - Frontier @0
Mar 05 06:48:21 viserion reth[729]: - Homestead @1150000
Mar 05 06:48:21 viserion reth[729]: - Dao @1920000
Mar 05 06:48:21 viserion reth[729]: - Tangerine @2463000
Mar 05 06:48:21 viserion reth[729]: - SpuriousDragon @2675000
Mar 05 06:48:21 viserion reth[729]: - Byzantium @4370000
Mar 05 06:48:21 viserion reth[729]: - Constantinople @7280000
Mar 05 06:48:21 viserion reth[729]: - Petersburg @7280000
Mar 05 06:48:21 viserion reth[729]: - Istanbul @9069000
Mar 05 06:48:21 viserion reth[729]: - MuirGlacier @9200000
Mar 05 06:48:21 viserion reth[729]: - Berlin @12244000
Mar 05 06:48:21 viserion reth[729]: - London @12965000
Mar 05 06:48:21 viserion reth[729]: - ArrowGlacier @13773000
Mar 05 06:48:21 viserion reth[729]: - GrayGlacier @15050000
Mar 05 06:48:21 viserion reth[729]: Merge hard forks:
Mar 05 06:48:21 viserion reth[729]: - Paris @58750000000000000000000 (network is known to be merged)
Mar 05 06:48:21 viserion reth[729]: Post-merge hard forks (timestamp based):
Mar 05 06:48:21 viserion reth[729]: - Shanghai @1681338455
Mar 05 06:48:21 viserion reth[729]: - Cancun @1710338135 blob: (target: 3, max: 6, fraction: 3338477)
Mar 05 06:48:21 viserion reth[729]: - Prague @1746612311 blob: (target: 6, max: 9, fraction: 5007716)
Mar 05 06:48:21 viserion reth[729]: - Osaka @1764798551 blob: (target: 6, max: 9, fraction: 5007716)
Mar 05 06:48:21 viserion reth[729]: - Bpo1 @1765290071 blob: (target: 10, max: 15, fraction: 8346193)
Mar 05 06:48:21 viserion reth[729]: - Bpo2 @1767747671 blob: (target: 14, max: 21, fraction: 11684671)
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.314235Z INFO Loaded storage settings settings=StorageSettings { storage_v2: false }
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.341233Z INFO Transaction pool initialized
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.344946Z INFO Loading saved peers file=/ethereum/reth/known-peers.json
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.533356Z INFO P2P networking initialized enode=enode://fe4c4e5f85dd558e80e12d06e8b18d766cac5603517db08a4c29>
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.540103Z INFO StaticFileProducer initialized
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.543934Z INFO Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sende>
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.547831Z INFO Consensus engine initialized
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.548112Z INFO Engine API handler initialized
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.553408Z INFO RPC auth server started url=127.0.0.1:8551
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.553917Z INFO RPC IPC server started path=/tmp/reth.ipc
Mar 05 06:48:21 viserion reth[729]: 2026-03-04T21:48:21.553999Z INFO Starting consensus engine
Mar 05 06:48:24 viserion reth[729]: 2026-03-04T21:48:24.548916Z INFO Status connected_peers=0 latest_block=24584374
Mar 05 06:48:59 viserion reth[729]: 2026-03-04T21:48:59.465091Z INFO Received forkchoice updated message when syncing head_block_hash=0x4e16b703ad8bd06d06503ef1fa>
Mar 05 06:49:27 viserion reth[729]: 2026-03-04T21:49:27.620354Z INFO Preparing stage pipeline_stages=1/14 stage=Headers checkpoint=24584374 target=None
Mar 05 06:49:27 viserion reth[729]: 2026-03-04T21:49:27.996560Z INFO Received headers total=28 from_block=24584402 to_block=24584375
Mar 05 06:49:27 viserion reth[729]: 2026-03-04T21:49:27.996651Z INFO Writing headers total=28
Mar 05 06:49:27 viserion reth[729]: 2026-03-04T21:49:27.996667Z INFO Executing stage pipeline_stages=1/14 stage=Headers checkpoint=24584374 target=None
Mar 05 06:49:27 viserion reth[729]: 2026-03-04T21:49:27.997288Z INFO Writing headers hash index total=28
Mar 05 06:49:28 viserion reth[729]: 2026-03-04T21:49:28.056550Z INFO Finished stage pipeline_stages=1/14 stage=Headers checkpoint=24584402 target=None stage_progr>
Mar 05 06:49:28 viserion reth[729]: 2026-03-04T21:49:28.056567Z INFO Preparing stage pipeline_stages=2/14 stage=Bodies checkpoint=24584374 target=24584402
Mar 05 06:49:28 viserion reth[729]: 2026-03-04T21:49:28.056572Z INFO Downloading bodies count=28 range=24584375..=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.703867Z INFO Executing stage pipeline_stages=2/14 stage=Bodies checkpoint=24584374 target=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.769235Z INFO Finished stage pipeline_stages=2/14 stage=Bodies checkpoint=24584402 target=24584402 stage_pr>
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.769252Z INFO Preparing stage pipeline_stages=3/14 stage=SenderRecovery checkpoint=24584374 target=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.769269Z INFO Executing stage pipeline_stages=3/14 stage=SenderRecovery checkpoint=24584374 target=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.774583Z INFO Finished stage pipeline_stages=3/14 stage=SenderRecovery checkpoint=24584402 target=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.774592Z INFO Preparing stage pipeline_stages=4/14 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:49:29 viserion reth[729]: 2026-03-04T21:49:29.774613Z INFO Executing stage pipeline_stages=4/14 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:49:39 viserion reth[729]: 2026-03-04T21:49:39.548568Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:49:54 viserion reth[729]: 2026-03-04T21:49:54.331963Z INFO Received forkchoice updated message when syncing head_block_hash=0x9957a5d8b4f02098c871e4f8ea>
Mar 05 06:50:04 viserion reth[729]: 2026-03-04T21:50:04.549331Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:50:10 viserion reth[729]: 2026-03-04T21:50:10.822789Z INFO Received forkchoice updated message when syncing head_block_hash=0x8f72f8dac59cb7d4dbf6479b07>
Mar 05 06:50:19 viserion reth[729]: 2026-03-04T21:50:19.465186Z INFO Received forkchoice updated message when syncing head_block_hash=0x0cced0320ac8c931c7674c33d3>
Mar 05 06:50:28 viserion reth[729]: 2026-03-04T21:50:28.399474Z INFO Received forkchoice updated message when syncing head_block_hash=0xfa2d5817172d7298096639f32a>
Mar 05 06:50:29 viserion reth[729]: 2026-03-04T21:50:29.549101Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:50:38 viserion reth[729]: 2026-03-04T21:50:38.734754Z INFO Received forkchoice updated message when syncing head_block_hash=0x5464af1900a72000af61a552eb>
Mar 05 06:50:54 viserion reth[729]: 2026-03-04T21:50:54.548526Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:51:01 viserion reth[729]: 2026-03-04T21:51:01.033575Z INFO Received forkchoice updated message when syncing head_block_hash=0x9230f9f42fb71be599b33edccd>
Mar 05 06:51:11 viserion reth[729]: 2026-03-04T21:51:11.360566Z INFO Received forkchoice updated message when syncing head_block_hash=0xf5e4e1caa08cc00c4774083e30>
Mar 05 06:51:19 viserion reth[729]: 2026-03-04T21:51:19.549093Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:51:21 viserion reth[729]: 2026-03-04T21:51:21.845196Z INFO Received forkchoice updated message when syncing head_block_hash=0x05a04383729657ea5cf46e9439>
Mar 05 06:51:32 viserion reth[729]: 2026-03-04T21:51:32.810560Z INFO Received forkchoice updated message when syncing head_block_hash=0x6a023ded1d2eb48ccfff01ff22>
Mar 05 06:51:43 viserion reth[729]: 2026-03-04T21:51:43.709353Z INFO Received forkchoice updated message when syncing head_block_hash=0x8b41aa36d01da43ba2ffd75c5f>
Mar 05 06:51:44 viserion reth[729]: 2026-03-04T21:51:44.548795Z INFO Status connected_peers=31 stage=Execution checkpoint=24584374 target=24584402
Mar 05 06:51:53 viserion reth[729]: 2026-03-04T21:51:53.990892Z INFO Received forkchoice updated message when syncing head_block_hash=0x3b43411bf1e2e2f72d42fc8aef>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.774549Z INFO Finished stage pipeline_stages=4/14 stage=Execution checkpoint=24584402 target=24584402 stage>
Mar 05 06:51:53 viserion reth[729]: 2026-03-04T21:51:53.990892Z INFO Received forkchoice updated message when syncing head_block_hash=0x3b43411bf1e2e2f72d42fc8aef>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.774549Z INFO Finished stage pipeline_stages=4/14 stage=Execution checkpoint=24584402 target=24584402 stage>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.774574Z INFO Preparing stage pipeline_stages=5/14 stage=PruneSenderRecovery checkpoint=24584374 target=245>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.774588Z INFO Executing stage pipeline_stages=5/14 stage=PruneSenderRecovery checkpoint=24584374 target=245>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.778847Z INFO Finished stage pipeline_stages=5/14 stage=PruneSenderRecovery checkpoint=24584402 target=2458>
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.778863Z INFO Preparing stage pipeline_stages=6/14 stage=MerkleUnwind checkpoint=24584374 target=24584402
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.778869Z INFO Stage is always skipped
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.778871Z INFO Executing stage pipeline_stages=6/14 stage=MerkleUnwind checkpoint=24584374 target=24584402
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.782968Z INFO Finished stage pipeline_stages=6/14 stage=MerkleUnwind checkpoint=24584402 target=24584402
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.782983Z INFO Preparing stage pipeline_stages=7/14 stage=AccountHashing checkpoint=24584374 target=24584402
Mar 05 06:52:03 viserion reth[729]: 2026-03-04T21:52:03.782993Z INFO Executing stage pipeline_stages=7/14 stage=AccountHashing checkpoint=24584374 target=24584402
Mar 05 06:52:04 viserion reth[729]: 2026-03-04T21:52:04.427907Z INFO Received forkchoice updated message when syncing head_block_hash=0x2ec5292fb3514d966149bb0247>
Mar 05 06:52:05 viserion reth[729]: 2026-03-04T21:52:05.891324Z INFO Finished stage pipeline_stages=7/14 stage=AccountHashing checkpoint=24584402 target=24584402 >
Mar 05 06:52:05 viserion reth[729]: 2026-03-04T21:52:05.891348Z INFO Preparing stage pipeline_stages=8/14 stage=StorageHashing checkpoint=24584374 target=24584402
Mar 05 06:52:05 viserion reth[729]: 2026-03-04T21:52:05.891376Z INFO Executing stage pipeline_stages=8/14 stage=StorageHashing checkpoint=24584374 target=24584402
Mar 05 06:52:08 viserion reth[729]: 2026-03-04T21:52:08.722477Z INFO Finished stage pipeline_stages=8/14 stage=StorageHashing checkpoint=24584402 target=24584402 >
Mar 05 06:52:08 viserion reth[729]: 2026-03-04T21:52:08.722503Z INFO Preparing stage pipeline_stages=9/14 stage=MerkleExecute checkpoint=24584374 target=24584402
Mar 05 06:52:08 viserion reth[729]: 2026-03-04T21:52:08.722523Z INFO Executing stage pipeline_stages=9/14 stage=MerkleExecute checkpoint=24584374 target=24584402
Mar 05 06:52:09 viserion reth[729]: 2026-03-04T21:52:09.548651Z INFO Status connected_peers=32 stage=MerkleExecute checkpoint=24584374 target=24584402
Mar 05 06:52:15 viserion reth[729]: 2026-03-04T21:52:15.120269Z INFO Received forkchoice updated message when syncing head_block_hash=0x302ea46ae5df29a68ffcf4ca1d>
Mar 05 06:52:25 viserion reth[729]: 2026-03-04T21:52:25.717983Z INFO Received forkchoice updated message when syncing head_block_hash=0xb9e0871ac5a4f2b89308e99531>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.940708Z ERROR Failed to verify block state root!
Mar 05 06:52:30 viserion reth[729]: Invalid state root error on stage verification!
Mar 05 06:52:30 viserion reth[729]: This is an error that likely requires a report to the reth team with additional information.
Mar 05 06:52:30 viserion reth[729]: Please include the following information in your report:
Mar 05 06:52:30 viserion reth[729]: * This error message
Mar 05 06:52:30 viserion reth[729]: * The state root of the block that was rejected
Mar 05 06:52:30 viserion reth[729]: * The output of `reth db stats --checksum` from the database that was being used. This will take a long time to run!
Mar 05 06:52:30 viserion reth[729]: * 50-100 lines of logs before and after the first occurrence of the log message with the state root of the block that was reje>
Mar 05 06:52:30 viserion reth[729]: * The debug logs from __the same time period__. To find the default location for these logs, run:
Mar 05 06:52:30 viserion reth[729]: `reth --help | grep -A 4 'log.file.directory'`
Mar 05 06:52:30 viserion reth[729]: Once you have this information, please submit a github issue at https://github.com/paradigmxyz/reth/issues/new
Mar 05 06:52:30 viserion reth[729]: target_block=24584402 got=0x97e8a4c1e163c3d99e9c30992af62f06bf1c7d54f05ffeb397188c3a5fbcc304 expected=SealedHeader { hash: Onc>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942690Z ERROR Stage encountered a validation error: mismatched block state root: got 0x97e8a4c1e163c3d99e9c>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942961Z INFO Unwinding{stage=Finish}: Starting unwind from=24584374 to=24584374 bad_block=Some(24584402)
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942975Z INFO Unwinding{stage=Prune}: Starting unwind from=24584374 to=24584374 bad_block=Some(24584402)
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942983Z INFO Unwinding{stage=IndexAccountHistory}: Starting unwind from=24584374 to=24584374 bad_block=Som>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942991Z INFO Unwinding{stage=IndexStorageHistory}: Starting unwind from=24584374 to=24584374 bad_block=Som>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.942999Z INFO Unwinding{stage=TransactionLookup}: Starting unwind from=24584374 to=24584374 bad_block=Some(>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.943006Z INFO Unwinding{stage=MerkleExecute}: Starting unwind from=24584374 to=24584374 bad_block=Some(2458>
Mar 05 06:52:30 viserion reth[729]: 2026-03-04T21:52:30.943014Z INFO Unwinding{stage=StorageHashing}: Starting unwind from=24584402 to=24584374 bad_block=Some(245>
Mar 05 06:52:31 viserion reth[729]: 2026-03-04T21:52:31.112007Z INFO Unwinding{stage=StorageHashing}: Stage unwound stage=StorageHashing unwind_to=24584374 progre
reth db stats
2026-03-05T03:30:53.725239Z INFO Checksum for table `Metadata`: 0x5a6baed0be0b38c1 (elapsed: 3.607µs)
| Table | Checksum | Elapsed |
|----------------------------|------------------|------------------|
| CanonicalHeaders | 7673b5c42e1db6a7 | 23.744µs |
| HeaderTerminalDifficulties | 14b02a812f812bd4 | 15.709µs |
| HeaderNumbers | b3f461c3372a2867 | 64.067233018s |
| Headers | da267ed5f5cc63f4 | 981.806µs |
| BlockBodyIndices | d2fa6f4b423301eb | 32.119830579s |
| BlockOmmers | a975a2794a08792c | 33.207263973s |
| BlockWithdrawals | 3cedd8fb7df9ecf6 | 156.237151162s |
| Transactions | 73cd0f88d1920528 | 154.997794ms |
| TransactionHashNumbers | 9771d7dfcd7dbe4a | 5954.729854712s |
| TransactionBlocks | dc4b5453d4426e13 | 30.772630921s |
| Receipts | 4d53b24fcd3ab5ef | 888.147268813s |
| Bytecodes | 860d4ef7ae9316a4 | 721.922412823s |
| PlainAccountState | 4eb5e0dc94d5b386 | 503.339861615s |
| PlainStorageState | d4f4163f947978d | 4212.275937479s |
| AccountsHistory | c4e18d75dd4d480b | 6.155606673s |
| StoragesHistory | 79fbb00e116a469e | 326.825701806s |
| AccountChangeSets | 30bc8b797863306e | 11.314152737s |
| StorageChangeSets | cf16458f32acc979 | 574.676261332s |
| HashedAccounts | 8c1adfb50969da48 | 645.966490458s |
| HashedStorages | e9a148dad14f27da | 3444.035478626s |
| AccountsTrie | 3055f17f0f3d21af | 180.348687647s |
| StoragesTrie | 33934ead7c24e9ef | 887.893964446s |
| TransactionSenders | 5a6baed0be0b38c1 | 4.969µs |
| StageCheckpoints | 596eaae81a47a08d | 19.597µs |
| StageCheckpointProgresses | e0c92cb987af5dd7 | 15.69µs |
| PruneCheckpoints | 88195593938670d7 | 16.571µs |
| VersionHistory | b5733dbae3cc587 | 109.037µs |
| ChainState | 961b933ceaf132b8 | 15.699µs |
| Metadata | 5a6baed0be0b38c1 | 3.607µs |
| -------------------------- | ---------------- | --------------- |
| Total elapsed | | 18674.191993043s |
| Segment | Block Range | Transaction Range | Shape (columns x rows) | Size |
|--------------|---------------------|-------------------------|------------------------|-----------|
| Headers | 0..=24584402 | N/A | 3 x 24584403 | 13 GiB |
| Transactions | 15500000..=24584402 | 1704224022..=3302716617 | 1 x 1598492596 | 534.2 GiB |
| Receipts | 0..=0 | N/A | 1 x 0 | 80 B |
| ------------ | ------------------- | ----------------------- | ---------------------- | --------- |
| Total | | | | 547.2 GiB |
| Table Name | # Entries | Branch Pages | Leaf Pages | Overflow Pages | Total Size |
|----------------------------|------------|--------------|------------|----------------|------------|
| AccountChangeSets | 7775025 | 20153 | 92481 | 0 | 440 MiB |
| AccountsHistory | 1491834 | 900 | 68941 | 465 | 274.6 MiB |
| AccountsTrie | 27661921 | 16411 | 2099558 | 0 | 8.1 GiB |
| BlockBodyIndices | 24584403 | 652 | 145767 | 0 | 571.9 MiB |
| BlockOmmers | 1209744 | 844 | 188675 | 0 | 740.3 MiB |
| BlockWithdrawals | 7549463 | 4817 | 1078512 | 0 | 4.1 GiB |
| Bytecodes | 2191661 | 3617 | 234447 | 4154382 | 16.8 GiB |
| CanonicalHeaders | 15 | 0 | 1 | 0 | 4 KiB |
| ChainState | 2 | 0 | 1 | 0 | 4 KiB |
| HashedAccounts | 366741041 | 114744 | 7247684 | 0 | 28.1 GiB |
| HashedStorages | 1516210073 | 852914 | 27483902 | 0 | 108.1 GiB |
| HeaderNumbers | 24584403 | 8491 | 536324 | 0 | 2.1 GiB |
| HeaderTerminalDifficulties | 15 | 0 | 1 | 0 | 4 KiB |
| Headers | 15 | 1 | 12 | 0 | 52 KiB |
| Metadata | 0 | 0 | 0 | 0 | 0 B |
| PlainAccountState | 366742231 | 57927 | 5658056 | 0 | 21.8 GiB |
| PlainStorageState | 1516213177 | 967240 | 31846918 | 0 | 125.2 GiB |
| PruneCheckpoints | 9 | 0 | 1 | 0 | 4 KiB |
| Receipts | 145257887 | 27823 | 6230268 | 534488 | 25.9 GiB |
| StageCheckpointProgresses | 1 | 0 | 1 | 0 | 4 KiB |
| StageCheckpoints | 16 | 0 | 1 | 0 | 4 KiB |
| StorageChangeSets | 235822321 | 235290 | 4186998 | 0 | 16.9 GiB |
| StoragesHistory | 60053233 | 100662 | 3447674 | 3701 | 13.5 GiB |
| StoragesTrie | 134035878 | 912529 | 8418444 | 0 | 35.6 GiB |
| TransactionBlocks | 22944206 | 658 | 147081 | 0 | 577.1 MiB |
| TransactionHashNumbers | 3302707466 | 1042736 | 65819439 | 0 | 255.1 GiB |
| TransactionSenders | 0 | 0 | 0 | 0 | 0 B |
| Transactions | 18369 | 17 | 1149 | 275 | 5.6 MiB |
| VersionHistory | 68 | 1 | 2 | 0 | 12 KiB |
| -------------------------- | ---------- | ------------ | ---------- | -------------- | ---------- |
| Tables | | | | | 663.7 GiB |
| Freelist | 5167578 | | | | 19.7 GiB |
| RocksDB Table Name | # Entries | SST Size | Memtable Size | Total Size | Pending Compaction |
|------------------------|-----------|----------|---------------|------------|--------------------|
| TransactionHashNumbers | 0 | 0 B | 2 KiB | 2 KiB | 0 B |
| StoragesHistory | 0 | 0 B | 2 KiB | 2 KiB | 0 B |
| AccountsHistory | 0 | 0 B | 2 KiB | 2 KiB | 0 B |
| ---------------------- | --------- | -------- | ------------- | ---------- | ------------------ |
| RocksDB Total | | 0 B | 6 KiB | 6 KiB | 0 B |
| WAL | | | | 0 B | |
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
❯ reth --version
Reth Version: 1.11.1-dev
Commit SHA: 26f4aab2a94fec7ec70d30b12cf677edd46754d2
Build Timestamp: 2026-03-04T21:55:30.146404728Z
Build Features: asm_keccak,jemalloc,keccak_cache_global,min_debug_logs,otlp,otlp_logs,rocksdb
Build Profile: maxperf
What database version are you on?
❯ reth db --datadir /ethereum/reth version
2026-03-05T14:53:26.277449Z INFO Initialized tracing, debug log directory: /home/chosunone/.cache/reth/logs/mainnet
Current database version: 2
Local database version: 2
Which chain / network are you on?
mainnet
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
cargo build --profile maxperf --features jemalloc,asm-keccak
Code of Conduct
- I agree to follow the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-needs-triageThis issue needs to be labelledThis issue needs to be labelled
Type
Projects
Status
Backlog