QuickSync files for quicker sync of your OKP4 Nemeton nodes



Name Type Date File Checksum Size Comment
okp4-nemeton-1-statesync-20230705-0652.tar.xz statesync July 5, 2023, 6:52 a.m. Download Download 107.0MiB
okp4-nemeton-1-statesync-20230704-0645.tar.xz statesync July 4, 2023, 6:45 a.m. Download Download 106.5MiB


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=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