From 5e30aaa391c8e1629124829f153eeef5237f1753 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 22 Jul 2024 16:50:39 +0700 Subject: [PATCH 1/2] save --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d05843ee15..ca43d0f3c94 100644 --- a/README.md +++ b/README.md @@ -787,11 +787,11 @@ Supported networks: all (except Mumbai). - E3 doesn't store Logs (aka Receipts) - it always re-executing historical txn (but it's cheaper then in E2 - see point above). Known perf issues: https://github.com/erigontech/erigon/issues/10747 - `--sync.loop.block.limit` is enabled by default. (Default: `5_000`. - Set `--sync.loop.block.limit=10_000 --batchSize=1g` to increase sync speed on good hardware). + Set `--sync.loop.block.limit=10_000 --batchSize=2g` to increase sync speed on good hardware). - datadir/chaindata is small now - to prevent it's grow: we recommend set `--batchSize <= 2G`. And it's fine to `rm -rf chaindata` - can symlink/mount latest state to fast drive and history to cheap drive -- Archive Node is default. Full Node: `--prune.mode=full`, Minimal Node: `--prune.mode=minimal` +- Archive Node is default. Full Node: `--prune.mode=full`, Minimal Node (EIP-4444): `--prune.mode=minimal` ### Known Problems of E3: From 0862bad075b3765657a117da82cf5c42b8504119 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 22 Jul 2024 16:50:52 +0700 Subject: [PATCH 2/2] save --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ca43d0f3c94..a71261d6cf7 100644 --- a/README.md +++ b/README.md @@ -796,7 +796,6 @@ Supported networks: all (except Mumbai). ### Known Problems of E3: - don't `rm -rf downloader` - it will cause re-downloading of files: https://github.com/erigontech/erigon/issues/10976 -- `eth_getLogs` fields `index` always 0: https://github.com/erigontech/erigon/issues/10324 ### E3 datadir structure