Accelerate Khala Syncing
Check Your Status
A typical node log that is not up to date will look like this:
2021-09-15 13:33:27 [Relaychain] βοΈ Syncing 10.4 bps, target=#9236775 (20 peers), best: #9227955 (0xa897β¦4f36), finalized #9227895 (0x1d6dβ¦1527), β¬ 1.7MiB/s β¬ 657.8kiB/s
2021-09-15 13:33:27 [Parachain] βοΈ Syncing 40.4 bps, target=#400531 (1 peers), best: #396657 (0xb898β¦6c02), finalized #396443 (0xf470β¦2f54), β¬ 378.7kiB/s β¬ 1.6kiB/s
You can check your node logs anytime by executing the following:
sudo docker logs -f phala-node
For a status on your block heights, feel free to run:
sudo phala status
Download a Snapshot
βΉ If your node is close to the newest block height (about several hours to catch up) or already caught up, you donβt need to do anything; sit and wait.
Download the snapshot using the torrent (updated at 4/30/2022): here
The download will take a while, as the file is large. Get some β in the meantime.
βΉ The snapshot archive is ~750 GB; if you donβt have enough space, consider extracting to an external storage.
To extract the file execute:
tar -xvzf khala-node-snapshot-2022-04-30.tar.gz
The extraction will take a while to complete as well. After extraction, you should get a folder named khala-node
. You can list your files with ls
to verify where you extracted the snapshot.