I installed blockchain/service-my-wallet-v3 from github and start it
$ blockchain-wallet-service start --port 3000 1460128138018 - info: blockchain.info wallet service v0.19.3 running on 127.0.0.1:3000
but its not listening 3000 port, this
$ netstat -an | grep 3000
return nothing, and connections to localhost:3000 return "refused"
$ telnet localhost 3000 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused
Can someone tell me how to solve this error?