This repo collects the genesis, configuration files and script for the Cronos chain mainnet.
To get started with the Mainnet, see the docs.
-
To run the latest binary version:
LATEST_VERSION=$(curl -s https://rpc.cronos.org/abci_info\? | jq -r .result.response.version | sed 's/v//')
-
Next, run the Dockerfile with a mounted data directory with the latest binary for example with
Linux_x86_64
:docker build --build-arg LATEST_VERSION=$LATEST_VERSION --build-arg OS_VERSION=Linux_x86_64 -t cryptocom/cronos .
docker run -it -p 26657:26657 -p 26656:26656 -v ~/.cronos:/opt/app/cronos/.cronos cryptocom/cronos cronosd start --home /opt/app/cronos/.cronos
To run the reconfig.sh
make sure to get the Cronos AMI on the marketplace.
- Make sure to have the
cronosd.service
setup under/lib/systemd/system/cronosd.service
- run
sudo -u crypto /chain/reconfig.sh
from root directory/
- Follow the instructions in the script
- To check the status of the service
systemctl status cronosd.service
and monitor logsjournalctl -u cronosd.service -f
- To stop the service
systemctl stop cronosd.service
- NOV 8, 2021 01:00:00 UTC - cronosmainnet_25-1
A list of seeds from Crypto.org and Blockdaemon. Please make sure you add them to seeds
in config.toml
Seed nodes
- `0d5cf1394a1cfde28dc8f023567222abc0f47534@cronos-seed-0.crypto.org:26656` - Crypto.org
- `3032073adc06d710dd512240281637c1bd0c8a7b@cronos-seed-1.crypto.org:26656` - Crypto.org
- `04f43116b4c6c70054d9c2b7485383df5b1ed1da@cronos-seed-2.crypto.org:26656` - Crypto.org
- `337377dcda43d79c537d2c4d93ad3b698ce9452e@bd-cronos-mainnet-seed-node-01.bdnodes.net:26656` - Blockdaemon.com