mainnet
mainnet copied to clipboard
genesis.json.zip is corrupted
root@blockchain:~/.evmosd# unzip genesis.json.zip Archive: genesis.json.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of genesis.json.zip or genesis.json.zip.zip, and cannot find genesis.json.zip.ZIP, period.
looks like the repository is over its data quota so the LFS clone won't work
This is another genesis file download link.
https://archive.evmos.org/mainnet/genesis.json
I hit the same issue, and https://archive.evmos.org/mainnet/genesis.json gave me a different error.
Error: error validating genesis file /home/john/.evmosd/config/genesis.json:
failed to unmarshal feesplit genesis state: EOF
Looks like the latest evmosd v6.0.2 cannot validate this genesis because it's a bit old (before https://github.com/evmos/evmos/commit/0d6c04b6a09e6a5d1a50be68fcd2b186e149f602).
The workaround Discord community told me is to follow https://www.theamsolutions.info/evmos-services. Adding start skip checks --x-crisis-skip-assert-invariants
is the trick.