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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height 7029957
Creation Date 2025-02-03
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala_7029957_2025-02-03.tar.lz4
Size 490G
sha256 Checksum cb6e77c2f76ffc31139a4d60d6390ccee5a8192df0b4cedf707a03a1f427a5e2

How to deploy Snapshot

Issue the following commands:

wget https://phala-paritydb-archive.radiumblock.com/phala_7029957_2025-02-03.tar.lz4
lz4 -c -d phala_7029957_2025-02-03.tar.lz4 | tar -x -C /data/phala-paritydb/chains/phala
rm -v phala_7029957_2025-02-03.tar.lz4

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