Skip to content

Instantly share code, notes, and snippets.

@stijnopheide
Created July 1, 2020 18:42
Show Gist options
  • Save stijnopheide/ac4c0c20bd6ed3d0400a23600337e6e7 to your computer and use it in GitHub Desktop.
Save stijnopheide/ac4c0c20bd6ed3d0400a23600337e6e7 to your computer and use it in GitHub Desktop.
❯ tendermint node
E[2020-07-01|20:36:34.756] abci.socketClient failed to connect to tcp://127.0.0.1:26658. Retrying... module=abci-client connection=query err="dial tcp 127.0.0.1:26658: connect: connection refused"
I[2020-07-01|20:36:37.770] Version info module=main software=0.33.5 block=10 p2p=7
I[2020-07-01|20:36:37.780] Starting Node service module=main impl=Node
I[2020-07-01|20:36:37.790] Started node module=main nodeInfo="{ProtocolVersion:{P2P:7 Block:10 App:1} DefaultNodeID:e5a6ca09229041270896b1598faee0d0d56859b5 ListenAddr:tcp://0.0.0.0:26656 Network:test-chain-g6Kt1w Version:0.33.5 Channels:4020212223303800 Moniker:engel Other:{TxIndex:on RPCAddress:tcp://127.0.0.1:26657}}"
I[2020-07-01|20:36:37.814] Executed block module=state height=3 validTxs=0 invalidTxs=0
I[2020-07-01|20:36:37.817] Committed state module=state height=3 txs=0 appHash=0000000000000000
I[2020-07-01|20:36:38.838] Executed block module=state height=4 validTxs=0 invalidTxs=0
I[2020-07-01|20:36:38.840] Committed state module=state height=4 txs=0 appHash=0000000000000000
I[2020-07-01|20:36:39.861] Executed block module=state height=5 validTxs=0 invalidTxs=0
I[2020-07-01|20:36:39.864] Committed state module=state height=5 txs=0 appHash=0000000000000000
I[2020-07-01|20:36:40.888] Executed block module=state height=6 validTxs=0 invalidTxs=0
I[2020-07-01|20:36:40.890] Committed state module=state height=6 txs=0 appHash=0000000000000000
I[2020-07-01|20:36:41.911] Executed block module=state height=7 validTxs=0 invalidTxs=0
I[2020-07-01|20:36:41.913] Committed state module=state height=7 txs=0 appHash=0000000000000000
E[2020-07-01|20:36:42.663] Stopping abci.socketClient for error: EOF module=abci-client connection=consensus
E[2020-07-01|20:36:42.663] Stopping abci.socketClient for error: EOF module=abci-client connection=query
E[2020-07-01|20:36:42.663] Stopping abci.socketClient for error: EOF module=abci-client connection=mempool
E[2020-07-01|20:36:42.935] Error in proxyAppConn.BeginBlock module=state err=EOF
E[2020-07-01|20:36:42.935] Error on ApplyBlock. Did the application crash? Please restart tendermint module=consensus err=EOF
I[2020-07-01|20:36:42.935] captured terminated, exiting... module=main
I[2020-07-01|20:36:42.935] Stopping Node service module=main impl=Node
I[2020-07-01|20:36:42.935] Stopping Node module=main
E[2020-07-01|20:36:42.935] Not stopping BlockPool service -- has not been started yet module=blockchain impl=BlockPool
E[2020-07-01|20:36:42.936] Stopped accept routine, as transport is closed module=p2p numPeers=0
I[2020-07-01|20:36:42.936] Closing rpc listener module=main listener="&{Listener:0xc00071bb60 sem:0xc0000391a0 closeOnce:{done:0 m:{state:0 sema:0}} done:0xc000039200}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment