Skip to content

Latest commit

 

History

History
103 lines (58 loc) · 1.96 KB

README.md

File metadata and controls

103 lines (58 loc) · 1.96 KB

bsc-snapshots

> Fast node

> Full node

Fast node is generated with --tries-verify-mode=none, Full node is generated with --tries-verify-mode=local Know more >>>

Database uses geth(v1.1.23) for sync

Fast node

download

!!! from block 28653905

pipeline download and extract

skip checksum & uncompress if you used pipeline

wget https://snapshots.48.club/geth.none.28653905.tar.lz4 -O - | lz4 -cd | tar xf -

multithreaded download

aria2c -s4 -x4 -k1024M https://snapshots.48.club/geth.none.28653905.tar.lz4 -o none.tar.lz4

checksum

!!! db size 387.95 gb, 395.96 gb after decompression

> openssl sha256 none.tar.lz4
SHA256(none.tar.lz4)= 34fb5220235015345c393c649079650ae3198f36a99d05088fa57bc06231884a

uncompress

running a script: lz4 -cd none.tar.lz4 | tar xf -

flags

--txlookuplimit=0 --syncmode=full --tries-verify-mode=none --pruneancient=true --diffblock=5000

Full node

download

!!! from block 28617654

pipeline download and extract

skip checksum & uncompress if you used pipeline

wget https://snapshots.48.club/geth.local.28617654.tar.lz4 -O - | lz4 -cd | tar xf -

multithreaded download

aria2c -s4 -x4 -k1024M https://snapshots.48.club/geth.local.28617654.tar.lz4 -o local.tar.lz4

checksum

!!! db size 789.72 gb, 809.93 gb after decompression

> openssl sha256 local.tar.lz4
SHA256(local.tar.lz4)= 5d7e6d41d7a7bee1489b51798e7b4bae026b41a4300db4c32b834bb76d8cd4c7

uncompress

running a script: lz4 -cd local.tar.lz4 | tar xf -

flags

--txlookuplimit=0 --syncmode=full --tries-verify-mode=local