passchain icon indicating copy to clipboard operation
passchain copied to clipboard

getsockopt: connection refused on account create

Open xmonader opened this issue 8 years ago • 0 comments

Go version go version go1.9.2 linux/amd64

After the installation instructions in the readme

tendermint init
tendermint node --consensus.create_empty_blocks=false &
passchain-abci &

passchain accounts create --id alice

2018/01/15 19:03:28 generate ephemeral key... 2018/01/15 19:03:28 account creation failed: broadcast_tx_commit: Post http://localhost:46657: dial tcp [::1]:46657: getsockopt: connection refused

xmonader avatar Jan 15 '18 17:01 xmonader