allada / bsc-archive-snapshot

Free public Binance Smart Chain (BSC) Archive Snapshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Euler Upgrade

Prof-SD opened this issue · comments

commented

Hi,

Just wanted to check before downloading, do these snapshots work with the updated Erigon after this weeks hard fork? As I understand it, there is some re-syncing required after recent Erigon alpha upgrades.

Thanks for all of the work you do maintaining this!

Thanks
Scott

I believe so, I did fetch the latest erigon a few days ago and and checked it just now and it is still running and processing new blocks. Thanks for pointing this out though, because I'm trying to build a new node in prep for BSC hitting the 8GB database limit. This new node requires a full resync with the database page size set to 16k (default is 4k) This will give ~32TB of database size before it will fall over.

Just be on notice that in a few months this node you are using will fall over and without notice.

I don't have an ETA on when the new node will be done. Possibly in a few weeks if no problems occur.

The version that will be published tonight will be on:

commit 9b8888d797f5bc64a74a23b7ce631a45cc7bac1e (HEAD -> devel, origin/merge_stuff_l, origin/devel, origin/HEAD)
Author: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
Date:   Fri Jun 24 15:52:04 2022 +0200

    Delete bad blocks on unwind (#4529)
    
    * Delete bad headers
    
    * Delete bad bodies
commented

Awesome. Thank you so much!