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

Phala Snapshot

Chain Phala
Block Height 29057547
Creation Date 2025-07-03
Database Format RocksDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26
Download Link phala_29057547_2025-07-03.tar.lz4
Size 736G
sha256 Checksum efcb0e63e14b4a466ae9856a928d26577ad6575fd3d38b9a184e50d4563d2b49

How to deploy Snapshot

Issue the following commands:

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

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