Author

Topic: Stratum-mining help!! (Read 2145 times)

newbie
Activity: 114
Merit: 0
December 30, 2017, 03:01:21 PM
#10
me too man, i can't mine XMR on my VPS.
because can't connect to pool

How to start masternode to VPS?
newbie
Activity: 5
Merit: 0
December 30, 2017, 02:19:59 AM
#9
Is this solved. I ran into this as well and is December 2017...
full member
Activity: 602
Merit: 134
July 29, 2017, 05:30:09 AM
#8
me too man, i can't mine XMR on my VPS.
because can't connect to pool
newbie
Activity: 8
Merit: 0
May 31, 2017, 02:15:07 PM
#7
Hi All,
I have same problem ...
Did any one fix it?

Thanks
newbie
Activity: 8
Merit: 0
May 15, 2017, 10:37:18 AM
#6
Did you fix that problem?
I install small pool at home everything is working just i am not able to MINE..."Connection refused"
I follow few coins installation and i go to same point....
Ubuntu 14
Stratum-mining
any coin ...
newbie
Activity: 3
Merit: 0
March 01, 2017, 04:19:31 PM
#5
Hello i am working on a small project and i got my coin compile every computer i setup on can solo mine  fine and block updates.... when i run my VPS for the mining pool all my workers get connection refused im kind of at a stand still. i have checked my ports IPs rpcusers and passwords everything so far is correct i just cant seem to connect any workers to the pool this is the error i get

Quote
[2017-02-04 20:47:13] Starting Stratum on stratum+tcp://MYSERVERIP:3333
[2017-02-04 20:47:13] Binding thread 0 to cpu 0
[2017-02-04 20:47:13] Binding thread 3 to cpu 3
[2017-02-04 20:47:13] Binding thread 5 to cpu 5
[2017-02-04 20:47:13] Binding thread 2 to cpu 2
[2017-02-04 20:47:13] Binding thread 1 to cpu 1
[2017-02-04 20:47:13] Binding thread 6 to cpu 6
[2017-02-04 20:47:13] Binding thread 4 to cpu 4
[2017-02-04 20:47:13] Binding thread 7 to cpu 7
[2017-02-04 20:47:13] 8 miner threads started, using 'scrypt' algorithm.
[2017-02-04 20:47:13] Stratum connection failed: Failed to connect to MYSERVERIP port 3333: Connection refused

im using MPOS and stratum-mining

oh also the pool server runs fine the network boots up and shows hashing from the local VPS its hosted on

I'm assuming you simply redacted the IP above and you aren't actually using MYSERVERIP for the connection.

It sounds like it isn't properly listening on the server due to the connection refused errors. By default, I think it only binds to localhost and won't listen for connections from remote clients. You'll need to edit the configuration and bind to the main interface/IP so that you can receive remote connections.

If you are running this on Linux, you should be able to run "netstat -plan" to see which interface the server is currently listening on.


Having the same problem. Which config file do i edit to bind the main interface to IP??? Everything works except connecting and mining on the website.
sr. member
Activity: 700
Merit: 304
February 05, 2017, 01:59:29 PM
#4
thanks everyone for relpys but i got it working last night  i needed to config NOMP and run it lol lack of sleep can do alot to a person
legendary
Activity: 1736
Merit: 1023
February 04, 2017, 09:59:40 PM
#3
Hello i am working on a small project and i got my coin compile every computer i setup on can solo mine  fine and block updates.... when i run my VPS for the mining pool all my workers get connection refused im kind of at a stand still. i have checked my ports IPs rpcusers and passwords everything so far is correct i just cant seem to connect any workers to the pool this is the error i get

Quote
[2017-02-04 20:47:13] Starting Stratum on stratum+tcp://MYSERVERIP:3333
[2017-02-04 20:47:13] Binding thread 0 to cpu 0
[2017-02-04 20:47:13] Binding thread 3 to cpu 3
[2017-02-04 20:47:13] Binding thread 5 to cpu 5
[2017-02-04 20:47:13] Binding thread 2 to cpu 2
[2017-02-04 20:47:13] Binding thread 1 to cpu 1
[2017-02-04 20:47:13] Binding thread 6 to cpu 6
[2017-02-04 20:47:13] Binding thread 4 to cpu 4
[2017-02-04 20:47:13] Binding thread 7 to cpu 7
[2017-02-04 20:47:13] 8 miner threads started, using 'scrypt' algorithm.
[2017-02-04 20:47:13] Stratum connection failed: Failed to connect to MYSERVERIP port 3333: Connection refused

im using MPOS and stratum-mining

oh also the pool server runs fine the network boots up and shows hashing from the local VPS its hosted on

I'm assuming you simply redacted the IP above and you aren't actually using MYSERVERIP for the connection.

It sounds like it isn't properly listening on the server due to the connection refused errors. By default, I think it only binds to localhost and won't listen for connections from remote clients. You'll need to edit the configuration and bind to the main interface/IP so that you can receive remote connections.

If you are running this on Linux, you should be able to run "netstat -plan" to see which interface the server is currently listening on.
legendary
Activity: 1143
Merit: 1000
February 04, 2017, 09:38:58 PM
#2
are you trying to mine bitcoin? it says scrypt algorithm bitcoin does not use scrypt.
sr. member
Activity: 700
Merit: 304
February 04, 2017, 09:25:16 PM
#1
Hello i am working on a small project and i got my coin compile every computer i setup on can solo mine  fine and block updates.... when i run my VPS for the mining pool all my workers get connection refused im kind of at a stand still. i have checked my ports IPs rpcusers and passwords everything so far is correct i just cant seem to connect any workers to the pool this is the error i get

Quote
[2017-02-04 20:47:13] Starting Stratum on stratum+tcp://MYSERVERIP:3333
[2017-02-04 20:47:13] Binding thread 0 to cpu 0
[2017-02-04 20:47:13] Binding thread 3 to cpu 3
[2017-02-04 20:47:13] Binding thread 5 to cpu 5
[2017-02-04 20:47:13] Binding thread 2 to cpu 2
[2017-02-04 20:47:13] Binding thread 1 to cpu 1
[2017-02-04 20:47:13] Binding thread 6 to cpu 6
[2017-02-04 20:47:13] Binding thread 4 to cpu 4
[2017-02-04 20:47:13] Binding thread 7 to cpu 7
[2017-02-04 20:47:13] 8 miner threads started, using 'scrypt' algorithm.
[2017-02-04 20:47:13] Stratum connection failed: Failed to connect to MYSERVERIP port 3333: Connection refused


im using MPOS and stratum-mining

oh also the pool server runs fine the network boots up and shows hashing from the local VPS its hosted on

Jump to: