Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For disk-space-saving erigon configuration, outline pruning CLI options in readme #92

Open
TimDaub opened this issue Sep 27, 2022 · 0 comments

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Sep 27, 2022

  • Erigon can be used such that state before a certain block isn't stored on disk and is pruned
  • An exemplary configuration can be ./build/bin/erigon --datadir=/mnt/erigon --prune=htcr --prune.h.before=10000000 --prune.t.before=10000000 --prune.c.before=10000000 where certain state isn't stored before block 10000000 and so a lot of state space is saved.
  • Outline this configuration in the readme to make neume-network accessible to more users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant