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:
- Download the compressed snapshot file
- Decompress the
.zstfile usingunzstd - Extract the contents of the resulting
.tararchive
Note: Ensure you have zstd installed. You can install it via:
sudo apt install zstd