QuickSync files for quicker sync of your Persistence nodes



Name Type Date File Checksum Size Comment
core-1-statesync-20240428-0611.tar.xz statesync April 28, 2024, 6:11 a.m. Download Download 497.5MiB
core-1-statesync-20240427-0649.tar.xz statesync April 27, 2024, 6:49 a.m. Download Download 492.8MiB


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=core-1-statesync-20240428-0611.tar.xz
cd ~/.persistenced/
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