-
Notifications
You must be signed in to change notification settings - Fork 104
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
Geth package ancient folder #250
Comments
@eduadiez bump |
This sounds great! Geth added the ability to create a Freezer on a hard drive. Check out this blog post -- see the section titled "Freezer" |
Yes, please support an ancient drive. That would be really a great feature. |
@3alpha Would it be hard to implement this? I guess it affects mainly dappmanager installation process |
Not only for geth, but also for Lighthouse's freezer DB feature (sigp/lighthouse#508 (comment))
This has a lot of advantages:
|
I don't think so. I think it could be dealt with within Installation wizard. It would only become messy if we were to deal with migrations. At first, I wouldn't deal with that. Maybe down the road. |
Any update on this? Would be really nice to have 🙏 |
Since the disk requirement will increase after the Dencun upgrade (only ~50 GB but eventually more in the future), this becomes more of a topic. |
A freezer / ancient DB will also be supported by the Reth execution client 🥳. See the idea paradigmxyz/reth#6510, actual PR paradigmxyz/reth#6444, and milestone https://github.com/paradigmxyz/reth/labels/A-static-files. |
I was able to get geth to connect to an external ancient folder by binding the default ancient location to my external hdd path however a native solution in DAppNode is very much needed, especially with the size of the chain now, and would save a lot of headaches. |
Full blockchain need. lot of storage that most of it does not have sense to have it in a fast and NVMe or SSD, because it not accessed too much.
geth already has"--datadir.ancient" parameter to store ancient data, so I would like that the installer of geth package asks where to install the ancient data instead of the whole package. That way, I can mount cheap HDD nd point ancient data there. I think both options does not have sense.
Thanks!
┆Issue is synchronized with this Basecamp todo by Unito
The text was updated successfully, but these errors were encountered: