Public Node Sync
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide provides step-by-step instructions to perform a faster sync for Cronosd using Public Node Sync snapshots. Please note that the type of snapshot provided is pruned. If you require more complete data or run a full node, consider using .
Users can visit and download the snapshots for Cronos. Make sure to select โCronosโ and download the lz4
file.
To start with Public Node Sync, run brew install lz4
in a new terminal.
Download the latest version of Cronosd from based on your preferred operating system.
Extract the downloaded file (Cronos_1.3.0_Darwin_arm64.tar.gz
is used as an example). After you download and unzip the cronosd
to the location you desire. In terminal, change directory to the bin
folder, where cronosd
is located.
Follow the step from to initialize and setup cronosd
.
Make sure you also implement the changes from , and add these config items from into app.toml
before upgrade:
After you successfully start cronosd
, you should find a new folder named .cronos
under /Users/<username>.
Move the .lz4
snapshot file (e.g., Cronos-pruned-15250257-15250267.tar.lz4
) into the .cronos
directory.
Decompress with lz4
and tar
by:
Now your cronosd
is updated to the latest height as the Public Node Sync file, you can run the node now with cronosd start
.
That's it! You are now running a synced node on Cronos mainnet.
Perform , Cronosd
should be able to sync.