I am trying to run Tendermint in distributed mode in two different aws EC2 instance. I have completed the Installation procedures from this article - https://github.com/tendermint/tendermint/blob/master/docs/introduction/install.md
every time I try to run, tendermint node
it is throwing an error..
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 want to run in distributed mode.
what is the reason behind it ? any suggestions and solutions ?
thanks in advance :)