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

Phala Snapshot

Chain Phala
Block Height 31936711
Creation Date 2026-01-22
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_31936711_2026-01-22.tar.lz4
Size 877G
sha256 Checksum 7b0e49633353613be8a7611e686ff13a2beb7d1955e91d93acb917e7fb9849aa

How to deploy Snapshot

Issue the following commands:

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

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