From 64bf63a92821cbf576bc260055c76b67a1b86b09 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sun, 22 Jan 2023 12:28:43 +0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 038243f5b..c3facebfa 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,15 @@ For Gnosis Chain you need a [Consensus Layer](#beacon-chain-consensus-layer) cli Running `make help` will list and describe the convenience commands available in the [Makefile](./Makefile). +### Datadir structure + +- chaindata: recent blocks, state, recent state history. low-latency disk recommended. +- snapshots: old blocks, old state history. can symlink/mount it to cheaper disk. +- temp: can grow to ~100gb, but usually empty. can symlink/mount it to cheaper disk. +- txpool: pending transactions. safe to remove. +- nodes: p2p peers. safe to remove. + + ### Logging _Flags:_