celestia
Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.
Snapshots are taken automatically every 5 days
BlockSnapshot timeSizeDownloadChecksum
No data
Guide
Preparation install the dependencies
sudo apt update
sudo apt install snapd -y
sudo snap install lz4
Stop service and clean the data
sudo systemctl stop celestia-bridge.service
cd $HOME/.celestia-bridge/
sudo rm -r blocks data index inverted_index transients
Download snapshot file
wget -O lasted_snapshot.tar.lz4 undefined

sha256sum lasted_snapshot.tar.lz4 \\The result from checksum should be: undefined

lz4 -c -d lasted_snapshot.tar.lz4 | tar -x -C $HOME/.celestia-bridge
Remove snapshot file
rm -v lasted_snapshot.tar.lz4
Start bridge node and verify log
sudo systemctl restart celestia-bridge.service && sudo journalctl -u celestia-bridge.service -f --no-hostname
This device is not supported