-
Notifications
You must be signed in to change notification settings - Fork 305
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
Downloading historical blocks? #8950
Comments
“Ethereum consensus nodes are required to keep a minimum of 5 months of historical block data ensuring the health of the network.” I also think keeping 1 block is too little and the full chain too much. |
It stopped at this block |
minimal needs to keep about 5 months of history of blocks to follow the honest validator spec... from initial state, we'll download to head (about 128 blocks ish) then once we're in sync, a service will start that downloads historical blocks... It can take a while to get started, typically within a couple of days you should have all the history you need. It's visible in metrics... |
Im fairly sure this is answered completely, will close but feel free to message in our discord or here if you need further explanation. |
The way I understand this minimal config should not be downloading any historical blocks?
24.12.1
Dec 20 19:50:25 systemd-teku[16980]: 2024-12-20 19:50:25.310 INFO - Begin historical sync of blocks from slot 9843828 to slot 9601375
Dec 20 19:48:48 systemd-teku[16980]: 2024-12-20 19:48:48.697 INFO - Configuration | Network: mainnet, Storage Mode: MINIMAL
The text was updated successfully, but these errors were encountered: