Replies: 1 comment 2 replies
-
I think you need this version of binary to run testnet node: https://github.com/crypto-org-chain/cronos/releases/tag/v0.6.0-testnet |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, first thank you for taking a look at this. I have a question about whether what I am doing should work or not.
I cloned the repository, then ran
git checkout v0.6.5
. I then ran themake build NETWORK=testnet
Next I ran
./build/cronosd start
I made sure that I downloaded the correct testnet genesis file but I am coming across this issue.
panic: +2/3 committed an invalid block: wrong Block.Header.AppHash. Expected 702DC60359362E3D03038E2C58EB6BC176574474848B3C7C2F93EE0B5B45069B, got 61BAA08C8C960B8873DAD2760E38DE73AC6DBBFC46A840DB435F20616AB570B5
I have tried various fixes as well as going through the various issues and trying some of the fixes there. I was posting here to hopefully get some help with this. I can go ahead and post my data and config files if that helps.
genesis.json
config.toml
Thank you,
Anthony
Beta Was this translation helpful? Give feedback.
All reactions