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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height 8303207
Creation Date 2025-12-08
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala_8303207_2025-12-08.tar.lz4
Size 719G
sha256 Checksum a0b780e5dd971be2d10b50d94807f83980f11719e17542956d355a0c61185fb5

How to deploy Snapshot

Issue the following commands:

wget https://phala-paritydb-archive.radiumblock.com/phala_8303207_2025-12-08.tar.lz4
lz4 -c -d phala_8303207_2025-12-08.tar.lz4 | tar -x -C /data/phala-paritydb/chains/phala
rm -v phala_8303207_2025-12-08.tar.lz4

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