sudo apt-get update -y
sudo apt-get install xz-utils -y
FILENAME=pacific-1-statesync-20241120-0650.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