Steps to reproduce
I've reproduced all the steps from your manual to run fresh node and ended up with this (here I'm trying to run the node without any snapshots downloaded):
error during handshake: error on replay: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824643765280})
The genesis.json was downloaded by the exrpd v8.0.0
If I try to run the node with latest snapshot downloaded, I end up with this error:
ERR failed init node error="failed to initialize database: database entry point either missing or corrupted" module=server
Also the genesis.json has an error:
this line
"initial_height": 1,
should be replaced by
"initial_height": "1",
otherwise the node fails to start with the following error:
panic: error reading GenesisDoc at /root/.exrpd/config/genesis.json: invalid 64-bit integer encoding "1", expected string
Expected behavior
Expected behavior
Actual behavior
Actual behavior