Running Tendermint in aws ec2 instances
Tendermint1 posts989 viewsLast activity Mar 2020
TH
thangasblockchainOP
Mar 2020I am trying to run Tendermint in distributed mode, in two Instances of aws ec2 (master and slave).
I have added the ‘node id’ of slave into master instance in seeds.
whenever I try to start ‘Tendermint node’, it is throwing this 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 have added the port 26658 to firewall. kindly help me on this…