Celestia
Chain
Age
Type
Mainnet
24-11-10
pruned
Mainnet
24-11-10
archive
Snapshots are taken automatically every 1 week.
Celestia Mainnet
1 - Stop the service
systemctl stop celestia-appd
2 - Download the file
aria2c -j 22 -x 16 -c https://snapshots.stakepool.dev.br/celestia-pruned.tar.lz4
3 - Run:
lz4 -d celestia-pruned.tar.lz4 | tar xvf -
Celestia Mainnet (Archive)
1 - Stop the service
systemctl stop celestia-full
2 - Download the file
aria2c -j 22 -x 16 -c https://snapshots.stakepool.dev.br/celestia-full.tar.lz4
3 - Run:
lz4 -d celestia-full.tar.lz4 | tar xvf -
Last updated