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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height
Creation Date 2026-05-11
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala__2026-05-11.tar.lz4
Size 751G
sha256 Checksum 558085db254ba5cfa2a33ebd10924277b330b6c1c82e43ecb9a571040e656c7a

How to deploy Snapshot

Issue the following commands:

wget https://phala-paritydb-archive.radiumblock.com/phala__2026-05-11.tar.lz4
lz4 -c -d phala__2026-05-11.tar.lz4 | tar -x -C /data/phala-paritydb/chains/phala
rm -v phala__2026-05-11.tar.lz4

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