Link | Chain ID | Type | Size | Date↓ | Address book |
---|---|---|---|---|---|
Copy link | kava_2222-10 | pruned | 18.6G | 44 minutes ago | Download |
Copy link | kava_2222-10 | archive | 8.0T | 7 days ago | Download |
Copy link | kava-9 | archive | 844.2G | 330 days ago | Download |
Copy link | kava-8 | archive | 860.0G | 330 days ago | Download |
Copy link | kava-7 | archive | 752.0G | 330 days ago | Download |
Copy link | kava-6 | archive | 939.3G | 331 days ago | Download |
Copy link | kava-4 | archive | 2.1T | 331 days ago | Download |
Copy link | kava-3 | archive | 669.3G | 331 days ago | Download |
Pick a snapshot from the list above and copy the link. Take note of the file extension which is either .zstd or .lz4.
Single-threaded
# Set the URL of the snapshot
URL="<paste the URL of the snapshot>"
# Download and extract the snapshot
wget -O- $URL | lz4 -dc | tar -xaf - # For lz4-compressed archives
wget -O- $URL | zstd -dc | tar -xaf - # For zstd-compressed archives
Multi-threaded
# Install aria2c
sudo apt update && apt install aria2
# Set the URL of the snapshot, take note of the file extension
URL="<paste the URL of the snapshot>"
FILENAME=$(basename $URL)
# Download and extract the snapshot
aria2c -x 8 -s 8 $URL
# Decompress and extract the snapshot
lz4 -dc $FILENAME | tar -xaf - # For lz4-compressed archives
zstd -dc $FILENAME -T0 | tar -xaf - # For zstd-compressed archives
The aria2c -x flag specifies the number of connections, and the -s flag specifies the number of segments per connection. You can adjust these values based on your network speed and the server's capabilities.
Quicksync significantly reduces node re-sync time by delivering highly optimized, compressed blockchain archives through high-performance servers. Our service is crucial for validators and service providers who require rapid deployments, efficient scaling, and swift recovery of existing services. By ensuring fast, reliable access to the latest blockchain data, we empower users to keep their nodes in sync with minimal downtime and enhanced performance, enabling continuous network participation.