sudo apt-get update -y
sudo apt-get install xz-utils -y
FILENAME=core-1-statesync-20240514-0731.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