QuickSync files for quicker sync of your Sei nodes



Name Type Date File Checksum Size Comment
pacific-1-statesync-20250117-0700.tar.xz statesync Jan. 17, 2025, 7 a.m. Download Download 122.9GiB
pacific-1-statesync-20250116-0657.tar.xz statesync Jan. 16, 2025, 6:57 a.m. Download Download 119.9GiB


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-20250117-0700.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