Realio Network
  • Introduction
  • Running a Full Node
    • Requirements
    • Setup
    • Update
    • Cosmovisor
    • Reset the data
    • State sync
  • Validators
    • Setup
    • Halting
    • Migrating
    • Common Problems
    • Validator FAQs
    • Security
  • Delegators
    • Delegator FAQs
  • Testnet
    • Endpoints
    • Public Testnet Setup
      • Genesis file
      • Seed nodes
  • Mainnet
    • Genesis file
    • Setup
    • Seed nodes
  • Developers
    • Single Node
    • Multi Node
    • Testnet command
Powered by GitBook
On this page
  1. Mainnet

Genesis file

PreviousMainnetNextSetup

Last updated 1 year ago

To connect to the mainnet, you will need the corresponding genesis file. Visit the and download the correct genesis file by running the following command.

# Download the existing genesis file for the testnet
# Replace <chain-id> with the id of the testnet you would like to join
curl https://raw.githubusercontent.com/realiotech/mainnet/master/realionetwork_3301-1/genesis.json > $HOME/.realio-network/config/genesis.json

IMPORTANT Always verify the genesis sha256 checksum before starting your node. You can find the checksum in the repository's README.md file.

mainnet repo