-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add prunning mode #126
base: master
Are you sure you want to change the base?
Add prunning mode #126
Conversation
I added the main env var in the setup wizard
I've tested pruning on a seperate machine outside of dappnode with nethermind. I think there should be some documentation to accompany this. The nethermind docs are not great for this pruning module, they have acknowledged this on their discord. Some points from my testing:
Re syncing from scratch is faster at the moment. It seems traversing beach node to mirror to a new state db is still quite slow in nethermind. Even in dappnode gen 10 hardware. 2.there is not a good UX in the logging to determine how far along an operator is in the pruning process
|
Realize this is a quite old PR, but was just checking the Nethermind pruning docs and noticed the According to Nethermind docs:
|
Please provide this feature. A lot of dappnode users switched to nethermind and everyone will encounter this problem at some point. |
Anything blocking this? |
This PR is to make user-friendly the process of using the prunning mode of nethermind client.