Q-Testnet
Download daily snapshot:
LATEST HEIGHT | SIZE | CHAIN ID | PRUNING | DATE | TIME | LINK |
---|---|---|---|---|---|---|
16039964 | 9.2G | q-testnet | archive | 2024-11-21 | 02:25:16 | q-testnet-latest.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 testnet-public-tools/testnet-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/testnet-validator_testnet-validator-node-data/_data/geth/chaindata
sudo mkdir /var/lib/docker/volumes/testnet-validator_testnet-validator-node-data/_data/geth/chaindata
Download the snapshot archive:
wget -O - https://snapshots.stakecraft.com/q-testnet-latest.tar | tar -xvf -C /var/lib/docker/volumes/testnet-validator_testnet-validator-node-data/_data/geth/chaindata
Start service and check the logs:
docker-compose up -d
docker-compose logs -f