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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height 7849275
Creation Date 2025-10-20
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala_7849275_2025-10-20.tar.lz4
Size 646G
sha256 Checksum cab5c8701f5efe80fb06c4788fb80a3aefc55eca610dc16b0b626f9badad61e5

How to deploy Snapshot

Issue the following commands:

wget https://phala-paritydb-archive.radiumblock.com/phala_7849275_2025-10-20.tar.lz4
lz4 -c -d phala_7849275_2025-10-20.tar.lz4 | tar -x -C /data/phala-paritydb/chains/phala
rm -v phala_7849275_2025-10-20.tar.lz4

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