Skip to main content

Q-Mainnet

Download daily snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
147665959.1Gq-mainnetarchive2024-07-2702:15:14q-mainnet_2024-07-27.tar

Instructions

Our tips

We are providing several commands in order to download and extract the snapshot to its corresponding place. Don't hesitate to adjust the commands according to your setup.

Stop the service:

cd mainnet-public-tools/validator
Back up your keystore directory

Please make sure you have a copy of the keys in case you mess up with snapshot location.

Remove the old chaindata folder

docker-compose down
sudo rm -rf /var/lib/docker/volumes/validator_node-data/_data/geth/chaindata
sudo mkdir /var/lib/docker/volumes/validator_node-data/_data/geth/chaindata

Download the snapshot archive:

wget -O - https://snapshots.stakecraft.com/q-mainnet_2024-07-27.tar | tar -xvf -C /var/lib/docker/volumes/validator_node-data/_data/geth/chaindata 

Start service and check the logs:

docker-compose up -d
docker-compose logs -f