sudo apt-get update -y
sudo apt-get install xz-utils -y
FILENAME=okp4-nemeton-1-statesync-20230705-0652.tar.xz
cd ~/.okp4d/
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