Skip to content

Snapshot - V2

Note: While we provide snapshots for convenience, syncing from genesis is still the most secure and reliable method. Use snapshots only if you fully understand the risks involved.


Status: 🟢 Available

The latest snapshot is available for download. Using it can significantly reduce the sync time. Depending on your system’s performance, it may take approximately 1 to 2 hours to catch up to the latest block.

⚠️ Without a snapshot, syncing from genesis may take 1 to 2 days or more.


LogSyncHeight: 4049002 | Size: 45G

Terminal window
bash <(wget -qO- https://cdn.bangcode.id/0g/bangcode_0g_storage_tools.sh)

Terminal window
cd && sudo apt-get install wget lz4 aria2 pv -y

LogSyncHeight: 4049002 | Size: 45G

Terminal window
wget https://cdn.bangcode.id/snapshots/og_storage_2025-04-19_snap.tar.lz4

Terminal window
sudo systemctl stop zgs.service

Snapshot Standar Extract :

Terminal window
rm -rf $HOME/0g-storage-node/run/db
lz4 -c -d og_storage_2025-04-19_snap.tar.lz4 | pv | tar -x -C $HOME/0g-storage-node/run

Terminal window
sudo systemctl restart zgs && sudo systemctl status zgs

After successful installation, you can delete the downloaded snapshot to save disk space.

Terminal window
rm -rf og_storage_2025-04-19_snap.tar.lz4

If you’re not receiving miner rewards, you can try resetting the database by deleting the data_db folder:

Terminal window
sudo systemctl stop zgs
rm -rf $HOME/0g-storage-node/run/db/data_db
sudo systemctl start zgs