Left Logo Right Logo

SIA Snapshot

File Size Timestamp
consensus.db.tar.zst Loading... Loading...

Linux Download & Extraction Instructions

To download and extract the consensus.db.tar.zst file on a Linux system, run the following commands in your terminal:

wget https://sia.mathnodes.com/consensus.db.tar.zst
unzstd consensus.db.tar.zst
tar -xvf consensus.db.tar

This will:

Note: Ensure you have zstd installed. You can install it via:

sudo apt install zstd