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

Phala Snapshot

Chain Phala
Block Height 32726749
Creation Date 2026-03-19
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_32726749_2026-03-19.tar.lz4
Size 877G
sha256 Checksum 938c62a22aade014bb7f8d5a81c24f27765641669e43d9e0a2a432c336af449f

How to deploy Snapshot

Issue the following commands:

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

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