Full Node Mainnet

Snapshot Mainnet

Snapshot information (updated every 3 days)

Block Height Creation Time File Size
Loading... Loading... Loading,please wait...

cd $HOME snap install lz4 sudo systemctl stop celestia-full rm -rf $HOME/.celestia-full/{blocks,data,index,inverted_index,transients,.lock} curl -o - -L https://celestia.full-archive.snap-m.stavr.tech/full-m-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-full/ sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat

Full Node Testnet

Snapshot Testnet

Snapshot information (updated every 3 days)

Block Height Creation Time File Size
Loading... Loading... Loading,please wait...

cd $HOME snap install lz4 sudo systemctl stop celestia-full rm -rf $HOME/.celestia-full-mocha-4/{blocks,data,index,inverted_index,transients,.lock} curl -o - -L https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-full-mocha-4/ sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat