Giter VIP home page Giter VIP logo

bsc-snapshots's Introduction

bsc-snapshots

Geth

Geth fast node

Field Value
Version v1.2.12
Block 32423699 (Oct-08-2023 12:16:03 PM +UTC)
Link https://snapshots.48.club/geth.fast.32423699.tar.zst
Size 388.77G <-> 424.74G
SHA256 26a012d049311e1f525d0324a353feaf533789fe1bdd9e932e56a02c06c00571
Flags --txlookuplimit=0 --syncmode=full --tries-verify-mode=none --pruneancient=true
Disk Suggestion Minimum(NVMe ≥ 500G), Suggestion(NVMe ≥ 1T)

Back to TOC

Geth full node

Field Value
Version v1.2.12
Block 32442797 (Oct-09-2023 04:13:32 AM +UTC)
Link https://snapshots.48.club/geth.full.32442797.tar.zst
Size 843.19G <-> 906.51G
SHA256 db05d8d280d619bc93e0e17675af799ffd5930eca7360d29ff270269eb9c9f00
Flags --txlookuplimit=0 --syncmode=full --tries-verify-mode=local
Disk Suggestion Minimum(NVMe ≥ 1T), Suggestion(NVMe ≥ 2T)

Back to TOC

Erigon

Erigon torrents files

Field Value
Usage #82
Link https://snapshots.48.club/erigon.torrent.20230830.tar.zst
Size 629.45G <-> 774.94G
SHA256 f0aa102ee88bd15a9247df2f00023ed5e0b949402bb77af396e758995008599f

Erigon fast node

Field Value
Version v1.1.9
Block 31306137 (Aug-30-2023 01:52:39 PM +UTC)
Link https://snapshots.48.club/erigon.fast.31306137.tar.zst
Size 390.01G <-> 818.00G
SHA256 dab42346af7cabb59a99d85855d8f805393988b0520b3268ccf98e89cf3a5e6d
Flags --chain=bsc --prune=hrtc --db.pagesize=16k
Disk Suggestion Minimum(NVMe ≥ 1.7T), Suggestion(NVMe ≥ 2.5T)

Back to TOC

Erigon archive node

BSC mainnet

Field Value
Version
Block 31808252 (Sep-17-2023 01:48:09 AM +UTC)
List erigon_archive.list
Size 2253.00G <-> 7088.00G
SHA256 c7a26319e67662d2d2c53e6c81f28b783979c13f39ec5846b3caab5d9180a0d3
Flags --chain=bsc --db.pagesize=16k
Disk Suggestion Minimum(NVMe ≥ 8.0T), Suggestion(NVMe ≥ 10T)

Back to TOC

BSC testnet

Field Value
Version v1.1.4
Block 31436344 (Jul-10-2023 04:04:58 PM +UTC)
Link https://snapshots.48.club/erigon.testnet.31436344.tar.zst
Size 160.59G <-> 594.00G
SHA256 e8a8484177753c16bfc5711fb06d69dc9bc0c51ed41280cee074ae4554a71e60
Flags --chain=chapel --db.pagesize=16k
Disk Suggestion Minimum(NVMe ≥ 700G), Suggestion(NVMe ≥ 1T)

Back to TOC

How to download

pipeline download and extract

wget $Link -O - | zstd -cd | tar xf -

multithreaded download

aria2c -s4 -x4 -k1024M $Link -o $save_path
zstd -cd $save_path | tar xf -
openssl sha256 $save_path # checksum verification, optional

download in parts

mkdir parts && cd parts
wget $List -O url.list
aria2c -s4 -x4 -k1024M -i url.list # multithreaded download
## or
# wget -i url.list
## checksum verification, optional
# cat erigon.$TYPE.$BLOCK.tar.zst.part_* | openssl sha256
## if checksum is not matched, try to check parts one by one
## you can get checksum of parts from list/erigon_$TYPE.sha256
cat erigon.$TYPE.$BLOCK.tar.zst.part_* | zstd -cd | tar xf -

Back to TOC

bsc-snapshots's People

Contributors

du5 avatar 48clubian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.