We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've followed the instructions from https://0glabs.gitbook.io/0g-doc/run-a-node/validator-node
But I am getting the error below:
mcs@DESKTOP:~$ evmosd start 12:52AM INF Unlocking keyring module=server 12:52AM INF starting ABCI with Tendermint module=server 12:52AM INF starting node with ABCI Tendermint in-process module=server 12:52AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service" server=node 12:52AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service" server=node 12:52AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service" server=node 12:52AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service" server=node 12:52AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service" server=node 12:52AM INF service start impl=EventBus module=events msg="Starting EventBus service" server=node 12:52AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service" server=node 12:52AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service" server=node 12:52AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 server=node software-version=1.0.0-testnet 12:52AM INF ABCI Replay Blocks appHeight=0 module=consensus server=node stateHeight=0 storeHeight=0 12:52AM INF InitChain chainID=zgtendermint_9000-1 initialHeight=1 module=server 12:52AM INF initializing blockchain state from genesis.json module=server 12:52AM INF created new capability module=ibc name=ports/transfer 12:52AM INF port binded module=x/ibc/port port=transfer 12:52AM INF claimed capability capability=1 module=transfer name=ports/transfer 12:52AM INF created new capability module=ibc name=ports/icahost 12:52AM INF port binded module=x/ibc/port port=icahost 12:52AM INF claimed capability capability=2 module=icahost name=ports/icahost panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824639172448})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've followed the instructions from https://0glabs.gitbook.io/0g-doc/run-a-node/validator-node
But I am getting the error below:
mcs@DESKTOP:~$ evmosd start
12:52AM INF Unlocking keyring module=server
12:52AM INF starting ABCI with Tendermint module=server
12:52AM INF starting node with ABCI Tendermint in-process module=server
12:52AM INF service start impl=multiAppConn module=proxy msg="Starting multiAppConn service" server=node
12:52AM INF service start connection=query impl=localClient module=abci-client msg="Starting localClient service" server=node
12:52AM INF service start connection=snapshot impl=localClient module=abci-client msg="Starting localClient service" server=node
12:52AM INF service start connection=mempool impl=localClient module=abci-client msg="Starting localClient service" server=node
12:52AM INF service start connection=consensus impl=localClient module=abci-client msg="Starting localClient service" server=node
12:52AM INF service start impl=EventBus module=events msg="Starting EventBus service" server=node
12:52AM INF service start impl=PubSub module=pubsub msg="Starting PubSub service" server=node
12:52AM INF service start impl=IndexerService module=txindex msg="Starting IndexerService service" server=node
12:52AM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 server=node software-version=1.0.0-testnet
12:52AM INF ABCI Replay Blocks appHeight=0 module=consensus server=node stateHeight=0 storeHeight=0
12:52AM INF InitChain chainID=zgtendermint_9000-1 initialHeight=1 module=server
12:52AM INF initializing blockchain state from genesis.json module=server
12:52AM INF created new capability module=ibc name=ports/transfer
12:52AM INF port binded module=x/ibc/port port=transfer
12:52AM INF claimed capability capability=1 module=transfer name=ports/transfer
12:52AM INF created new capability module=ibc name=ports/icahost
12:52AM INF port binded module=x/ibc/port port=icahost
12:52AM INF claimed capability capability=2 module=icahost name=ports/icahost
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824639172448})
The text was updated successfully, but these errors were encountered: