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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height 7534716
Creation Date 2025-09-15
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala_7534716_2025-09-15.tar.lz4
Size 596G
sha256 Checksum 7652334f5f115c31399600f9c5e5672b4f77ed1b3c167134da8034c9fbbd59a8

How to deploy Snapshot

Issue the following commands:

wget https://phala-paritydb-archive.radiumblock.com/phala_7534716_2025-09-15.tar.lz4
lz4 -c -d phala_7534716_2025-09-15.tar.lz4 | tar -x -C /data/phala-paritydb/chains/phala
rm -v phala_7534716_2025-09-15.tar.lz4

If applicable, replace /data/phala-paritydb with the actual storage location.