evmos / mainnet

Evmos Mainnet resources
Apache License 2.0
20 stars 52 forks source link

panic: value from ParamSetPair is invalid: invalid parameter: nil #50

Open yanping891003 opened 2 years ago

yanping891003 commented 2 years ago

I want to run an evmos RPC node, but when I run it I get the following error, what can I do to fix it?

panic: value from ParamSetPair is invalid: invalid parameter: nil

I installed evmosd by binaries.My version is 6.0.1.

evmosd init "evmos" --home "/data/evmos" --chain-id "evmos_9001-2"
evmosd --home "/data/evmos" config chain-id evmos_9001-2
cd /data/evmos/config/
wget https://archive.evmos.org/mainnet/genesis.json
evmosd start --home="/data/evmos"

Which step went wrong?