Bitcoin Forum
June 16, 2024, 11:25:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: HELP!!! Stratum connection failed: Could not resolve host  (Read 729 times)
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 08:37:44 PM
 #1

Hey everyone this is my first post on here.I am trying to mine deeponion on x64 windows 10 using ccminer. I am using this command to try to mine:

ccminer-x64.exe -o stratum+tcp://onionminers.youngwebsolutions.com:17333 -u [my_worker_name] -p [worker_password]
pause


and everytime i open the .bat file i keep getting this:

[2018-04-13 21:24:12] Starting on stratum+tcp://onionminers.youngwebsolutions.com:17333
[2018-04-13 21:24:12] Stratum connection failed: Could not resolve host: onionminers.youngwebsolutions.com
[2018-04-13 21:24:12] ...retry after 30 seconds
[2018-04-13 21:24:12] NVML GPU monitoring enabled.
[2018-04-13 21:24:12] NVAPI GPU monitoring enabled.
[2018-04-13 21:24:12] 1 miner thread started, using 'auto' algorithm.
[2018-04-13 21:24:42] Stratum connection failed: Could not resolve host: onionminers.youngwebsolutions.com
[2018-04-13 21:24:42] ...retry after 30 seconds

I have searched online for solutions but have not found alot that has been useful solving this problem.I have gone onto the mining pool website and followed all their instructions and set up my miners on my account....ect.

Any help would be very appreciated as i have spent hours trying to work around this issue.
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 13, 2018, 08:47:16 PM
 #2

Even though you are using the url provided on their site, try replacing onionminers with onionpool as described here: https://deeponion.org/community/threads/tutorial-deeponion-community-pool.1246/. Also, if you are mining on a GPU instead of an ASIC, try using port 17000 instead of 17333.  Otherwise, the difficulty level may be too high on the ASIC port for GPU mining once you get connected.
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 09:05:52 PM
 #3

Thanks HashAuger,I will look at the link you sent me and tell you how it goes shortly.I have tried switching the port to 17000 before since i too thought that might have been the issue,unfortunately same result Sad Thanks for your time!!!
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 09:14:20 PM
 #4

Even though you are using the url provided on their site, try replacing onionminers with onionpool as described here: https://deeponion.org/community/threads/tutorial-deeponion-community-pool.1246/. Also, if you are mining on a GPU instead of an ASIC, try using port 17000 instead of 17333.  Otherwise, the difficulty level may be too high on the ASIC port for GPU mining once you get connected.
i have modified the command to the one suggested on the site:

ccminer.exe -a x13 -o stratum+tcp://onionpool.youngwebsolutions.com:17000 -u username.worker -p x -i 15 --cpu-priority=3

same issue unfortunately Sad

[2018-04-13 22:07:49] Starting on stratum+tcp://onionpool.youngwebsolutions.com:17000
[2018-04-13 22:07:49] Stratum connection failed: Could not resolve host: onionpool.youngwebsolutions.com
[2018-04-13 22:07:49] ...retry after 30 seconds
[2018-04-13 22:07:49] NVML GPU monitoring enabled.
[2018-04-13 22:07:49] NVAPI GPU monitoring enabled.
[2018-04-13 22:07:49] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:08:19] Stratum connection failed: Could not resolve host: onionpool.youngwebsolutions.com
[2018-04-13 22:08:19] ...retry after 30 seconds


thanks anyway....
fanatic26
Hero Member
*****
Offline Offline

Activity: 756
Merit: 560


View Profile
April 13, 2018, 09:27:37 PM
 #5

The error says "cannot resolve host"

That is a DNS error of some sort almost every time.

Non-authoritative answer:
Name:    onionminers.youngwebsolutions.com
Address:  198.251.84.201

try stratum+tcp://198.251.84.201:17000 and see if that lets you connect. Also try an nslookup on your machine to verify DNS is functioning.

Stop buying industrial miners, running them at home, and then complaining about the noise.
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 09:34:09 PM
 #6

The error says "cannot resolve host"

That is a DNS error of some sort almost every time.

Non-authoritative answer:
Name:    onionminers.youngwebsolutions.com
Address:  198.251.84.201

try stratum+tcp://198.251.84.201:17000 and see if that lets you connect. Also try an nslookup on your machine to verify DNS is functioning.

[2018-04-13 22:31:37] Starting on stratum+tcp://198.251.84.201:17000
[2018-04-13 22:31:37] NVML GPU monitoring enabled.
[2018-04-13 22:31:37] NVAPI GPU monitoring enabled.
[2018-04-13 22:31:37] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:31:38] Stratum connection failed: Failed to connect to 198.251.84.201 port 17000: Connection refused
[2018-04-13 22:31:38] ...retry after 30 seconds


same issue unfortunately Sad thanks again,really appreciate the time Smiley
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 13, 2018, 09:38:22 PM
 #7

Even though you are using the url provided on their site, try replacing onionminers with onionpool as described here: https://deeponion.org/community/threads/tutorial-deeponion-community-pool.1246/. Also, if you are mining on a GPU instead of an ASIC, try using port 17000 instead of 17333.  Otherwise, the difficulty level may be too high on the ASIC port for GPU mining once you get connected.
i have modified the command to the one suggested on the site:

ccminer.exe -a x13 -o stratum+tcp://onionpool.youngwebsolutions.com:17000 -u username.worker -p x -i 15 --cpu-priority=3

same issue unfortunately Sad

[2018-04-13 22:07:49] Starting on stratum+tcp://onionpool.youngwebsolutions.com:17000
[2018-04-13 22:07:49] Stratum connection failed: Could not resolve host: onionpool.youngwebsolutions.com
[2018-04-13 22:07:49] ...retry after 30 seconds
[2018-04-13 22:07:49] NVML GPU monitoring enabled.
[2018-04-13 22:07:49] NVAPI GPU monitoring enabled.
[2018-04-13 22:07:49] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:08:19] Stratum connection failed: Could not resolve host: onionpool.youngwebsolutions.com
[2018-04-13 22:08:19] ...retry after 30 seconds


thanks anyway....

I tried both addresses on one of my machines and I could connect to onionminers, but not onionpool, so the pool is currently up and running.
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 13, 2018, 09:43:24 PM
 #8

The error says "cannot resolve host"

That is a DNS error of some sort almost every time.

Non-authoritative answer:
Name:    onionminers.youngwebsolutions.com
Address:  198.251.84.201

try stratum+tcp://198.251.84.201:17000 and see if that lets you connect. Also try an nslookup on your machine to verify DNS is functioning.

[2018-04-13 22:31:37] Starting on stratum+tcp://198.251.84.201:17000
[2018-04-13 22:31:37] NVML GPU monitoring enabled.
[2018-04-13 22:31:37] NVAPI GPU monitoring enabled.
[2018-04-13 22:31:37] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:31:38] Stratum connection failed: Failed to connect to 198.251.84.201 port 17000: Connection refused
[2018-04-13 22:31:38] ...retry after 30 seconds


same issue unfortunately Sad thanks again,really appreciate the time Smiley

I also tried the IP address instead of the host name and I can mine on the pool. Can you try to ping that IP address without that port number to see if you get a response?
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 10:58:29 PM
 #9

The error says "cannot resolve host"

That is a DNS error of some sort almost every time.

Non-authoritative answer:
Name:    onionminers.youngwebsolutions.com
Address:  198.251.84.201

try stratum+tcp://198.251.84.201:17000 and see if that lets you connect. Also try an nslookup on your machine to verify DNS is functioning.

[2018-04-13 22:31:37] Starting on stratum+tcp://198.251.84.201:17000
[2018-04-13 22:31:37] NVML GPU monitoring enabled.
[2018-04-13 22:31:37] NVAPI GPU monitoring enabled.
[2018-04-13 22:31:37] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:31:38] Stratum connection failed: Failed to connect to 198.251.84.201 port 17000: Connection refused
[2018-04-13 22:31:38] ...retry after 30 seconds


same issue unfortunately Sad thanks again,really appreciate the time Smiley

I also tried the IP address instead of the host name and I can mine on the pool. Can you try to ping that IP address without that port number to see if you get a response?

I was able to get a ping from that ip adress strangely enough
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 13, 2018, 11:29:52 PM
 #10

The error says "cannot resolve host"

That is a DNS error of some sort almost every time.

Non-authoritative answer:
Name:    onionminers.youngwebsolutions.com
Address:  198.251.84.201

try stratum+tcp://198.251.84.201:17000 and see if that lets you connect. Also try an nslookup on your machine to verify DNS is functioning.

[2018-04-13 22:31:37] Starting on stratum+tcp://198.251.84.201:17000
[2018-04-13 22:31:37] NVML GPU monitoring enabled.
[2018-04-13 22:31:37] NVAPI GPU monitoring enabled.
[2018-04-13 22:31:37] 1 miner thread started, using 'x13' algorithm.
[2018-04-13 22:31:38] Stratum connection failed: Failed to connect to 198.251.84.201 port 17000: Connection refused
[2018-04-13 22:31:38] ...retry after 30 seconds


same issue unfortunately Sad thanks again,really appreciate the time Smiley

I also tried the IP address instead of the host name and I can mine on the pool. Can you try to ping that IP address without that port number to see if you get a response?

I was able to get a ping from that ip adress strangely enough

That's weird. What version of CCMiner are you using?  I was using Tpruvot 2.2.5 for my tests.
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 13, 2018, 11:49:55 PM
 #11

CCMINER 2.2.5.0 here too...
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 14, 2018, 12:04:19 AM
 #12

CCMINER 2.2.5.0 here too...

Just wondering. It seems more like a networking issue anyways.  I did notice that the error changed to "connection refused" when you used the IP address and not the host name. You might want to verify the format of your username and worker name.  I just used "-u testuser" and was able to connect.
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 14, 2018, 12:16:44 AM
 #13

here is a screenshot of my setup:
https://imgur.com/a/WRH56
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 14, 2018, 12:27:53 AM
 #14

Thanks for the time
HashAuger
Newbie
*
Offline Offline

Activity: 481
Merit: 0


View Profile WWW
April 14, 2018, 12:41:21 AM
 #15

here is a screenshot of my setup:
https://imgur.com/a/WRH56

I'm using just the -a -o and -u parameters.  Most pools don't use passwords, so might want to try removing it. I can connect to the pool, but I get a bunch of intermittent errors, including stratum authentication failed and the result won't validate on the CPU. But it is connecting and getting work.
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 14, 2018, 12:52:25 AM
 #16

Thanks i will make sure i try that in the morning(since my pc is off now and about to go to bed) but i will let you know how it goes tomorrow.Thanks for the help you have given. Smiley
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 14, 2018, 05:21:50 AM
 #17

also, traceroute the ip for them.  see where in the hops your connection is lost.


it does state connection refused... seems as if the pool replied in a manner (weather that reply is simply a refusal for a TCP connection)

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
gt_addict
Hero Member
*****
Offline Offline

Activity: 2506
Merit: 622


View Profile
April 14, 2018, 05:46:00 AM
 #18

Not sure if this will help but it did for me. I recently had a network issue that caused a bad conndction to pools. It was down to Windoze10 updating while i was away. Whatever updates they did meant I then had to update the formware on my router. After that it has worked without issue. So try updating your router and see if that works.

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 14, 2018, 09:15:28 PM
Last edit: April 16, 2018, 06:03:48 AM by JaredKaragen
 #19

Not sure if this will help but it did for me. I recently had a network issue that caused a bad conndction to pools. It was down to Windoze10 updating while i was away. Whatever updates they did meant I then had to update the formware on my router. After that it has worked without issue. So try updating your router and see if that works.

yes, local routers carry a DNS cache; that can be a nuscence.  Same as your machine.

With windows 10, run a command prompt as admin, and type: "ipconfig /flushdns"  you should have your local machine's DNS resolver cache reset.


Second;  encryption relies on a proper date;  so make sure your system date is set properly (probably not it, but worth mentioning)

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
chris47368 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
April 15, 2018, 02:23:16 PM
Last edit: April 15, 2018, 02:34:54 PM by chris47368
 #20

same result Sad
Pages: [1] 2 »  All
  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!