bifrost-snapshots

Mainnet

Field Value
Version v1.3.0
Block 12269404 (March-15-2024 12:27:39 AM +9 UTC)
Link Download
Size 220G <-> 273G

Testnet

Field Value
Version v1.3.0
Block 14926833 (March-15-2024 12:27:27 AM +9 UTC)
Link Download
Size 139G <-> 164G

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>