Update README.md

This commit is contained in:
Alex Sharov 2023-01-22 12:28:43 +07:00 committed by GitHub
parent 0eebd61ab8
commit 64bf63a928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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). 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 ### Logging
_Flags:_ _Flags:_