mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-11 13:30:05 +00:00
Update README.md
This commit is contained in:
parent
0eebd61ab8
commit
64bf63a928
@ -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:_
|
||||
|
Loading…
Reference in New Issue
Block a user