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

Phala Archive Snapshot (ParityDB)

Chain Phala
Block Height 6781633
Creation Date 2024-12-30
Database Format ParityDB
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 0.1.26-399a7ef7c3e
Download Link phala_6781633_2024-12-30.tar.lz4
Size 481G
sha256 Checksum 7394d10884a40d6947952ce841d2cf0ed931ef26e52ba895c7da01fe5bff5d74

How to deploy Snapshot

Issue the following commands:

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

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