Field | Value |
---|---|
Version | v1.4.15 |
Block | 43664651 (Nov-02-2024 06:58:48 PM +UTC) |
Link | https://snapshots.48.club/geth.fast.43664651.tar.zst |
Size | 324.72G <-> 358.06G |
SHA256 | 304cdefc297c6ebc0f9f59873533f0e04dcfc3986873b3372f0521a1c325d218 |
Flags | --history.transactions=90000 --syncmode=full --db.engine=pebble --tries-verify-mode=none |
Disk Suggestion | Minimum(NVMe ≥ 500G), Suggestion(NVMe ≥ 1T) |
Field | Value |
---|---|
Version | v1.4.15 |
Block | 43695715 (Nov-03-2024 08:52:17 PM +UTC) |
Link | https://snapshots.48.club/geth.full.43695715.tar.zst |
Size | 883.02G <-> 965.03G |
SHA256 | a52f2e3633b35f3be0aee6aab1396e37810032296d063d825b597bcfc54de954 |
Flags | --history.transactions=90000 --syncmode=full --db.engine=pebble |
Disk Suggestion | Minimum(NVMe ≥ 1.2T), Suggestion(NVMe ≥ 2T) |
Field | Value |
---|---|
Version | Erigon3 |
Block | 42677102 (Sep-29-2024 11:58:26 AM +UTC) |
Chaindata | https://snapshots.48.club/erigon.42677102.tar.zst |
Size | 403.40G <-> 661.40G |
SHA256 | c7a7dc91c237d84ed4392dd9165497250a89b3a7fa43e6ad42540f68066de174 |
Flags | --prune.mode=minimal --chain=bsc |
Disk Suggestion | Minimum(NVMe ≥ 1T), Suggestions(NVMe ≥ 2T) |
Multi-threaded download via aria2, nothing more
# install dependencies
sudo apt-get install -y aria2 curl jq
# download snapshot
curl -skL https://raw.githubusercontent.com/48Club/bsc-snapshots/refs/heads/main/script/erigon_archive_download.sh | bash
mv snapshots /data/erigon
# start erigon
erigon3 --prune.mode=archive --chain=bsc --datadir=/data/erigon ...
wget $Link -O - | zstd -cd | tar xf -
aria2c -s4 -x4 -k1024M $Link -o $save_path
zstd -cd $save_path | tar xf -
openssl sha256 $save_path # checksum verification, optional