RadiumBlock is now officially on board as Polkadex's DevOps Infrastructure Partner!

Phala Snapshot

Chain Phala
Block Height 24192062
Creation Date 2024-07-25
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_24192062_2024-07-25.tar.lz4
Size 391G
sha256 Checksum edfe1f1232a9970756f0a013f28f2fa7407e270d7c284d2d2ba32139a24a3cb4

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/phala_24192062_2024-07-25.tar.lz4
lz4 -c -d phala_24192062_2024-07-25.tar.lz4 | tar -x -C /home/phala/.local/share/phala-node/chains/phala
rm -v phala_24192062_2024-07-25.tar.lz4

If applicable, replace /home/Phala with the actual storage location.