What’s the last step number in the Erigon [applying step N][agg] computing trie] phase on mainnet? #15819
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone completed the [applying step N][agg] computing trie] phase with Erigon on mainnet and can tell me the last step number before it moves to the next phase?
If you know the last step, please reply.
Here’s a sample of what my logs look like right now:
[INFO] [06-29|02:16:04.545] [applying step 1840][agg] computing trie progress=944.45k/1.86M alloc=8.8GB sys=12.8GB
[WARN] [06-29|02:16:13.528] [rpc] served conn=172.19.0.13:35806 method=engine_getBlobsV1 reqid=1 err="rpc error: code = Unimplemented desc = method GetBlobs not implemented"
[WARN] [06-29|02:16:24.260] [rpc] served conn=172.19.0.13:35806 method=engine_getBlobsV1 reqid=1 err="rpc error: code = Unimplemented desc = method GetBlobs not implemented"
[INFO] [06-29|02:16:26.614] [applying step 1840][agg] computing trie progress=953.95k/1.86M alloc=7.0GB sys=12.8GB
[WARN] [06-29|02:16:37.150] [rpc] served conn=172.19.0.13:46524 method=engine_getBlobsV1 reqid=1 err="rpc error: code = Unimplemented desc = method GetBlobs not implemented"
[INFO] [06-29|02:16:46.612] [applying step 1840][agg] computing trie progress=963.88k/1.86M alloc=7.3GB sys=12.8GB
[WARN] [06-29|02:16:48.367] [rpc] served conn=172.19.0.13:35806 method=engine_getBlobsV1 reqid=1 err="rpc error: code = Unimplemented desc = method GetBlobs not implemented"
[WARN] [06-29|02:17:01.995] [rpc] served conn=172.19.0.13:46524 method=engine_getBlobsV1 reqid=1 err="rpc error: code = Unimplemented desc = method GetBlobs not implemented"
[INFO] [06-29|02:17:04.729] [p2p] GoodPeers eth68=137 eth67=46
Beta Was this translation helpful? Give feedback.
All reactions