neume-network / neume-network/core
For disk-space-saving erigon configuration, outline pruning CLI options in readme
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
- 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=10000000where certain state isn't stored before block10000000and so a lot of state space is saved. - Outline this configuration in the readme to make neume-network accessible to more users
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository README and the example Erigon command in the issue. Document the pruning CLI options and explain how the configuration saves disk space; the work is done when users can understand and reproduce the disk-saving setup from the README.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100