Full Node Mainnet
Snapshot Mainnet
Snapshot information | Archive (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