1
BitShares PTS / Re: Cloud mining
« on: December 09, 2013, 09:47:55 am »
Thanks for the help, the mistake was all mine, the receiving address was wrong, and that is why the miner won't connect.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hello all, I am trying to mine with ptsminer, under Debian 7 on 2 clouds (IaaS) now, and the two of them are saying
"connecting to 54.201.26.128:1337
no connection to the server, reconnecting in 10 seconds"
apparently 1337 port is closed, I tried adding a firewall rule, but that does not seem to fix the problem. The one cloud provider is running Open Stack:
here is how I added the firewall rule:
http://docs.openstack.org/user-guide/content/Launching_Instances_using_Dashboard.html#security_groups_add_rule
Can you help me?
While SSH'd into the server do this.Code: [Select]telnet 54.201.26.128 1337
That will tell you if you can hit the port or not.