./learncoind not connecting to DigitalOcean Droplet

3

I'm on video 5 of the Learncoin youtube series and I am getting an error when I try to run ./learncoind

2016-04-07 03:40:40 connect() failed after select(): Connection refused
2016-04-07 03:40:40 trying connection MY-DROPLET-IP:9333 

I have my SSH key setup for the droplet and the keys live in my ~/.ssh/id_rsa folder. I can access my droplet from the CLI using ssh root@MY-DROPLET-IP and then entering my SSH key password and my root password.

I don't really understand why ./learncoind isn't connecting.

ajbraus

Posted 2016-04-07T04:35:08.513

Reputation: 131

Question was closed 2019-07-17T20:49:38.603

If you run netstat -antlp | grep LIST on your droplet, is anything listening on port 9333?Nick ODell 2016-04-08T04:39:32.297

No answers