Bitcoin Forum
May 13, 2024, 01:59:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Stratum-mining help!!  (Read 2114 times)
ganjaman (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 304


View Profile WWW
February 05, 2017, 02:25:16 AM
 #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


www.ganjacoinpro.com 25% POS / ONLINE SHOPPING MALL/ VIP SECTION
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
1715608740
Hero Member
*
Offline Offline

Posts: 1715608740

View Profile Personal Message (Offline)

Ignore
1715608740
Reply with quote  #2

1715608740
Report to moderator
Reynaldo
Legendary
*
Offline Offline

Activity: 1143
Merit: 1000


View Profile
February 05, 2017, 02:38:58 AM
 #2

are you trying to mine bitcoin? it says scrypt algorithm bitcoin does not use scrypt.
kolloh
Legendary
*
Offline Offline

Activity: 1736
Merit: 1023


View Profile
February 05, 2017, 02:59:40 AM
 #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.
ganjaman (OP)
Sr. Member
****
Offline Offline

Activity: 700
Merit: 304


View Profile WWW
February 05, 2017, 06: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

www.ganjacoinpro.com 25% POS / ONLINE SHOPPING MALL/ VIP SECTION
danderson197
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 01, 2017, 09: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.
Crypbul
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 15, 2017, 03:37:18 PM
 #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 ...
Crypbul
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 31, 2017, 07:15:07 PM
 #7

Hi All,
I have same problem ...
Did any one fix it?

Thanks
Dr.Lecter
Full Member
***
Offline Offline

Activity: 602
Merit: 134



View Profile
July 29, 2017, 10:30:09 AM
 #8

me too man, i can't mine XMR on my VPS.
because can't connect to pool
mpangeea
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 30, 2017, 07:19:59 AM
 #9

Is this solved. I ran into this as well and is December 2017...
bitcoinbox.win
Newbie
*
Offline Offline

Activity: 114
Merit: 0


View Profile WWW
December 30, 2017, 08: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?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!