Public Node Sync
Last updated
Last updated
This guide provides step-by-step instructions to perform a faster sync for Chain-maind using Public Node Sync snapshots. Please note that the type of snapshot provided is pruned.
Users can visit and download the snapshots for Cronos POS Chain. Make sure to select βCronos POS Chainβ and download the lz4
file.
To start with Public Node Sync, run brew install lz4
in a new terminal.
Download the latest version of Chain-maind binary from based on your preferred operating system.
Extract the downloaded file (chain-main_4.2.9_Darwin_arm64.tar.gz
is used as an example). After you download and unzip the chain-maind
to the location you desire. In terminal, change directory to the bin
folder, where chain-maind
is located.
Follow the step from to initialize and setup chain-maind
.
The list of the seed is subject to change, you can also find the latest seed to connect . Make sure edit the config.toml
under /Users/<username>/.chain-maind/config/config.toml
.
Perform , terminate the terminal once chainmaind
is able to sync for couple of blocks.
After you successfully start chain-maind
, you should find a new folder named .chain-maind
under /Users/<username>.
Now add the cronos-pos-pruned-18968897-18968907.tar.lz4
inside .chain-maind
.
Change the path under .chain-maind
and decompress with lz4
and tar
by:
chain-maind
Now your chain-maind
should be updated to the latest height as the Public Node Sync file, you can run the node now with ./chain-maind start
.
That's it! You are now running a synced node on Cronos POS mainnet.