coreum-icon

Genesis File coreum

Download genesis file, if you need. Also be sure to verify the genesis sha256 checksum before starting your node.

Genesis Info

genesis chain-id: coreum-mainnet-1
sha256 checksum: 6eaef75a70af041adbe4970b6e260481eb9e885b629513b34750d3bf387db984
size: 28K

Instructions with terminal

  • Download Genesis:
    wget -O $HOME/.core/coreum-mainnet-1/config/genesis.json "https://snapshot-at-1.genznodes.dev/coreum/genesis.json"
  • Checkshum:
    shasum -a 256 $HOME/.core/coreum-mainnet-1/config/genesis.json
                    
    ## output
    6eaef75a70af041adbe4970b6e260481eb9e885b629513b34750d3bf387db984 ~/.core/coreum-mainnet-1/config/genesis.json