KiFoundation / ki-tools

Tools for the Kichain
Apache License 2.0
14 stars 12 forks source link

Kichain genesis file is corrupted #6

Open MasterPi-2124 opened 2 years ago

MasterPi-2124 commented 2 years ago

Summary of Bug

When I download genesis.json file from kichain-1 network and then start, kichain ended up with the error:

Error: error reading GenesisDoc at /root/.kid/config/genesis.json: evidence.MaxAgeNumBlocks must be greater than 0. Got 0

Version

$ kid version
Mainnet-IBC-main-3fbf23ed576464f613240614659733af8e929be0

Steps to Reproduce

I followed this instruction: https://medium.com/ki-foundation/how-to-join-the-kichain-mainnet-5ac7160d72e3

kid init notional --chain-id kichain-1
wget -O ~/.kid/config/genesis.json https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Mainnet/kichain-1/genesis.json
kid start

For Admin Use

TarekAwwad commented 2 years ago

Hello @MasterPi-2124 Please checkout on tag 1.0.0 and than make install. Ensure the installed version uses commit 5814c4bd64a2a2f7d388d9155c2d4b69b11fb03c

ELZ-CB4 commented 2 years ago

Hello, same here with commit 3fbf23ed576464f613240614659733af8e929be0 ==> v2.0 for kichain-2 mainnet

(there is no "master" branch like wrote in the documentation)

OS : ubuntu 18.04 Go : 1.16