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

Phala Snapshot

Chain Phala
Block Height 30150294
Creation Date 2025-09-18
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_30150294_2025-09-18.tar.lz4
Size 815G
sha256 Checksum 767429d279e8a0beae75533181b2ee0e6d94e5e04d6371053bd7c7d62fea891d

How to deploy Snapshot

Issue the following commands:

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

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