Skip to content

Instantly share code, notes, and snippets.

@r0qs
Created June 26, 2022 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r0qs/be84ce4695d2973ba4ff184bd81bbd76 to your computer and use it in GitHub Desktop.
Save r0qs/be84ce4695d2973ba4ff184bd81bbd76 to your computer and use it in GitHub Desktop.
tendermint start --home /home/nubrok/.penumbra/testnet_data/node0/tendermint --proxy-app=tcp://127.0.0.1:26658
2022-06-26T19:13:27+02:00 INFO WARNING deprecated field warning="the following deprecated fields were set in the configuration file: skip-timeout-commit, timeout-propose, timeout-propose-delta, timeout-prevote, timeout-prevote-delta, timeout-precommit, timeout-precommit-delta, timeout-commit, skip-timeout-commit. These fields were removed in v0.36. Timeout configuration has been moved to the ConsensusParams. For more information see https://tinyurl.com/adr074"
2022-06-26T19:13:27+02:00 INFO starting service impl=Node service=Node
2022-06-26T19:13:27+02:00 INFO starting service impl=proxyClient module=proxy service=proxyClient
2022-06-26T19:13:27+02:00 INFO starting service impl=socketClient service=socketClient
2022-06-26T19:13:27+02:00 INFO starting service impl=EventBus module=eventbus service=EventBus
2022-06-26T19:13:27+02:00 INFO starting service impl=PubSub module=events service=PubSub
2022-06-26T19:13:27+02:00 INFO starting service impl=IndexerService module=txindex service=IndexerService
2022-06-26T19:13:27+02:00 INFO ABCI Handshake App Info hash="�\x1c�\x01;6�)\x01�J��ι��\x16݁�7�ښ�&���Ct" height=0 module=handshaker protocol-version=1 software-version=020-aitne
2022-06-26T19:13:27+02:00 INFO ABCI Replay Blocks appHeight=0 module=handshaker stateHeight=0 storeHeight=1
2022-06-26T19:13:28+02:00 INFO Stopping abci.socketClient reason="read message: EOF"
2022-06-26T19:13:28+02:00 INFO stopping service service=socketClient
2022-06-26T19:13:28+02:00 INFO stopping service module=events service=PubSub
2022-06-26T19:13:28+02:00 INFO stopping service module=txindex service=IndexerService
2022-06-26T19:13:28+02:00 INFO stopping service module=eventbus service=EventBus
2022-06-26T19:13:28+02:00 INFO stopped service module=eventbus service=EventBus
2022-06-26T19:13:28+02:00 INFO stopped service module=events service=PubSub
ERROR: failed to start node: error on replay: read message: EOF
panic: failed to start node: error on replay: read message: EOF
goroutine 1 [running]:
main.main()
github.com/tendermint/tendermint/cmd/tendermint/main.go:64 +0x446
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment