QuickSync files for quicker sync of your Sei nodes



Name Type Date File Checksum Size Comment
pacific-1-statesync-20250402-0656.tar.xz statesync April 2, 2025, 6:56 a.m. Download Download 166.6GiB
pacific-1-statesync-20250401-0711.tar.xz statesync April 1, 2025, 7:11 a.m. Download Download 192.8GiB


1. Install xz utils

sudo apt-get update -y

sudo apt-get install xz-utils -y


2. Download & Decompress Quicksync Data after installing chain binary



FILENAME=pacific-1-statesync-20250402-0656.tar.xz
cd ~/.seid/
rm -rf data/
(if you already have data folder present)

wget https://dl-eu.cros-nest.com/$TYPE/$FILENAME
wget https://dl-eu.cros-nest.com/$TYPE/$FILENAME.checksum
sha512sum $FILENAME
tar -xf $FILENAME