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

How to disable backfilling? #6780

Closed
tornadocontrib opened this issue Jan 9, 2025 · 1 comment
Closed

How to disable backfilling? #6780

tornadocontrib opened this issue Jan 9, 2025 · 1 comment

Comments

@tornadocontrib
Copy link

Hello, my propose of running lighthouse lies on fetching tip blocks for EL and would like to know if it is possible to have pruning and disable backfilling to save disk space? Thanks.

@michaelsproul
Copy link
Member

We don't support this usecase because it is detrimental to the health of the network. Ethereum relies on altruism of peers to a certain degree in order to keep blocks available and make it possible for other nodes to sync.

Lighthouse will only backfill 5mo of blocks by default. Once that's finished it won't backfill any more, however it also won't continually prune to a 5mo window. That feature isn't implemented yet:

@michaelsproul michaelsproul closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
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

2 participants