Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2 KB

README.md

File metadata and controls

59 lines (44 loc) · 2 KB

bifrost-snapshots

Archive

Mainnet

Field Value
Version v2.0.1
Link Download
Size 665G <-> 781G

Testnet

Field Value
Version v2.0.1
Link Download
Size 230G <-> 250G

Full

Mainnet

Field Value
Version v2.0.1
Link Download
Size 46G <-> 49G

Testnet

Field Value
Version v2.0.1
Link Download
Size 15G <-> 16G

How to download

Download and export snapshot simultaneously

This method allows you to download and export the snapshot simultaneously. If there is no reason to save the snapshot, you can save time and disk space using this method. Change to the chain data directory before executing (/var/lib/bifrost-data according to the operation manual). The expected download duration will take up to an hour.

For instances that has not installed lz4, it should be manually installed by the following command.

apt install lz4
cd <YOUR-BASE-PATH-DIRECTORY>
wget -q -O - $LINK | tar -I lz4 -xvf -

Return to the process in the operation manual once complete.

Multithreaded download

aria2c -s14 -x14 -k100M $LINK -o $PATH
tar -I lz4 -xvf $FILE -C <YOUR-BASE-PATH-DIRECTORY>