Skip to content

Instantly share code, notes, and snippets.

@sbc64
Last active July 22, 2019 18:15
Show Gist options
  • Save sbc64/3ad5ca344999e2b2bf788adc251fe851 to your computer and use it in GitHub Desktop.
Save sbc64/3ad5ca344999e2b2bf788adc251fe851 to your computer and use it in GitHub Desktop.

Connecting to Justin:

gaiad start --p2p.seeds=20d682e14b3bb1f8dbdb0492ea5f401c0c088163@kilpatrickjustin.me:26656
I[2019-07-22|18:06:43.611] Starting ABCI with Tendermint                module=main
E[2019-07-22|18:06:44.667] Error dialing seed                           module=p2p err="dial tcp 165.227.208.173:26656: i/o timeout" seed=20d682e14b3bb1f8dbdb0492ea5f401c0c088163@165.227.208.173:26656
E[2019-07-22|18:06:44.668] Couldn't connect to any seeds                module=p2p

Connecting to Jehan + Justin:

gaiad unsafe-reset-all
gaiad start --p2p.seeds="f5674655445b64974cd75c809c960965a67e780b@159.65.74.76:26656,20d682e14b3bb1f8dbdb0492ea5f401c0c088163@kilpatrickjustin.me:26656"
I[2019-07-22|18:13:24.809] Starting ABCI with Tendermint                module=main
I[2019-07-22|18:13:25.700] Executed block                               module=state height=1 validTxs=0 invalidTxs=0
I[2019-07-22|18:13:25.703] Committed state                              module=state height=1 txs=0 appHash=26FD4C9B42505B28ABC7F5FB3C6433559195B96F031F4535565423A538C75307
E[2019-07-22|18:13:26.541] CONSENSUS FAILURE!!!                         module=consensus err="Panicked on a Consensus Failure: +2/3 committed an invalid block: Wrong Block.Header.AppHash.  Expected 26FD4C9B42505B28ABC7F5FB3C6433559195B96F031F4535565423A538C75307, got DB061534CF2BC7415C71E3C556255F33413B34E26C502337255E98D7448285CC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment