🖥️Update Timechain Node
If you are running Analog, check if your node is stuck at block height: 1,299,707
Download the snapshot
curl -O https://analog-public.s3.amazonaws.com/backup/testnet-backup.tar.gzPull the latest Analog Docker Image
docker pull analoglabs/timenode-test:latestStop the node
docker ps
docker stop CONTAINERID && docker rm CONTAINERIDDelete the old Analog node database folder
cd .analog
rm -rf ./chains/analogcc1/paritydb/fullExtract the snapshot file
Restart the node
Check node logs
Generate new session key and update it on the Analog Polkadot.js Portal
Last updated