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

Phala Snapshot

Chain Phala
Block Height 30747151
Creation Date 2025-10-30
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_30747151_2025-10-30.tar.lz4
Size 857G
sha256 Checksum 2571aad1327e2afeddb6390d0cf3668d9149c4d55c2ff2d18573ea58b0da7b1d

How to deploy Snapshot

Issue the following commands:

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

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