kano
Legendary
Offline
Activity: 4690
Merit: 1859
Linux since 1997 RedHat 4
|
 |
September 25, 2013, 01:32:09 PM |
|
The -3 error means you didn't read the README that tells you how to fix that.
SETTING UP USB DEVICES ...
|
|
|
|
village.idiot
|
 |
September 25, 2013, 01:34:40 PM |
|
The -3 error means you didn't read the README that tells you how to fix that.
SETTING UP USB DEVICES ...
sorry
|
|
|
|
village.idiot
|
 |
September 25, 2013, 02:33:41 PM |
|
Okay Now that I read part of the instructions, it's working. Thank you kano Experiencing 1 minor problem. I've been instructed to use port 3333 When I use the command line cgminer -o http://pool:port -u username -p password it is identified as a bad url It works just fine if I omit the port I have no problem using the pool:port on another mining program I searched through the readme file and I think I'm doing it right and hope I didn't miss anything Please tell me what I'm doing wrong this time.
|
|
|
|
The00Dustin
|
 |
September 25, 2013, 02:36:50 PM |
|
Okay Now that I read part of the instructions, it's working. Thank you kano Experiencing 1 minor problem. I've been instructed to use port 3333 When I use the command line cgminer -o http://pool:port -u username -p password it is identified as a bad url It works just fine if I omit the port I have no problem using the pool:port on another mining program I searched through the readme file and I think I'm doing it right and hope I didn't miss anything Please tell me what I'm doing wrong this time. Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
|
|
|
|
village.idiot
|
 |
September 25, 2013, 02:55:59 PM |
|
Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
Still identifies it as bad Tried it from the command line and in pool management
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 02:59:43 PM |
|
Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
Still identifies it as bad Tried it from the command line and in pool management Try it without any leading protocol definition. I use "-o us.ozco.in:3333" for instance. Sam
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
village.idiot
|
 |
September 25, 2013, 03:04:01 PM |
|
Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
Still identifies it as bad Tried it from the command line and in pool management Try it without any leading protocol definition. I use "-o us.ozco.in:3333" for instance. Sam You mean like cgminer -o http://pool:port -u username -p password as I posted above, or am I completely misunderstanding you? Edit: Oh, you mean without the http. I use us3.eclipsemc.com:3333 but that isn't working
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 03:13:11 PM |
|
Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
Still identifies it as bad Tried it from the command line and in pool management Try it without any leading protocol definition. I use "-o us.ozco.in:3333" for instance. Sam You mean like cgminer -o http://pool:port -u username -p password as I posted above, or am I completely misunderstanding you? Edit: Oh, you mean without the http. I use us3.eclipsemc.com:3333 but that isn't working telnet us3.eclipsemc.com 3333 Connecting To us3.eclipsemc.com...Could not open connection to the host, on port 3333: Connect failed
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
Zanatos666
Sr. Member
  
Offline
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
|
 |
September 25, 2013, 03:13:49 PM |
|
Try stratum+tcp://pool:port for 3333? It is stratum, right? http is used for longpoll and you would need to use the appropriate longpoll port that would then advertise stratum and switch you to it.
Still identifies it as bad Tried it from the command line and in pool management Try it without any leading protocol definition. I use "-o us.ozco.in:3333" for instance. Sam You mean like cgminer -o http://pool:port -u username -p password as I posted above, or am I completely misunderstanding you? Edit: Oh, you mean without the http. I use us3.eclipsemc.com:3333 but that isn't working What about using one of the other US servers? I personally use us1 with us2 as my failover.
|
Squiggly letters, written really fast, with a couple of dots for good measure.
|
|
|
village.idiot
|
 |
September 25, 2013, 03:17:20 PM |
|
What about using one of the other US servers? I personally use us1 with us2 as my failover.
It doesn't seem to matter which one I enter, it gets rejected. I use them in reverse order 3,2,1
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 03:19:35 PM |
|
What about using one of the other US servers? I personally use us1 with us2 as my failover.
It doesn't seem to matter which one I enter, it gets rejected. I use them in reverse order 3,2,1 telnet us3.eclipsemc.com 3333 Connecting To us3.eclipsemc.com...Could not open connection to the host, on port 3333: Connect failed
The above means that the server isn't listening on tcp port 3333
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
village.idiot
|
 |
September 25, 2013, 04:02:31 PM |
|
What about using one of the other US servers? I personally use us1 with us2 as my failover.
It doesn't seem to matter which one I enter, it gets rejected. I use them in reverse order 3,2,1 telnet us3.eclipsemc.com 3333 Connecting To us3.eclipsemc.com...Could not open connection to the host, on port 3333: Connect failed
The above means that the server isn't listening on tcp port 3333 Interesting Could you check us1 & us2?
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 04:09:30 PM Last edit: September 25, 2013, 04:30:52 PM by os2sam |
|
What about using one of the other US servers? I personally use us1 with us2 as my failover.
It doesn't seem to matter which one I enter, it gets rejected. I use them in reverse order 3,2,1 telnet us3.eclipsemc.com 3333 Connecting To us3.eclipsemc.com...Could not open connection to the host, on port 3333: Connect failed
The above means that the server isn't listening on tcp port 3333 Interesting Could you check us1 & us2? Done did. Same results. Try 443 instead of 3333 and see how that works. Sam Edit: the actual intent of my post was to have you try telnet'ing to that port and see what your results were. The reason it failed on my network is probably due to not having a rule in my firewall to allow it to pass since I don't actually use EMC.
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
village.idiot
|
 |
September 25, 2013, 04:40:21 PM |
|
not knowing anything about telenet, I pulled up a 'Command Prompt" (Windows) and entered telnet us3.eclipsemc.com 3333
Didn't work That's why I asked you
Thanks
If I use us3.eclipsemc.com:3333 on bfgminer, I see stratum in the data display
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 04:59:11 PM |
|
not knowing anything about telenet, I pulled up a 'Command Prompt" (Windows) and entered telnet us3.eclipsemc.com 3333
Didn't work That's why I asked you
Thanks
If I use us3.eclipsemc.com:3333 on bfgminer, I see stratum in the data display
It took me a minute or two for me to realize/remember my firewall was probably blocking it. That is why EMC offers port 443 as well which is the port ssl/tls uses. If your using Win7 try this to get the telnet program. Control Panel -> Programs and Features. Turn Windows features on or off. Telnet Client. Also I use the :3333 on Ozoin and BTCGuild and it works fine for me. Don't know why you would be having problems unless your firewall is blocking it. But I would think that would effect the "other mining software" as well.
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 05:04:08 PM |
|
not knowing anything about telenet, I pulled up a 'Command Prompt" (Windows) and entered telnet us3.eclipsemc.com 3333
Didn't work That's why I asked you
Thanks
If I use us3.eclipsemc.com:3333 on bfgminer, I see stratum in the data display
Try running "netstat -aon" to see if it is actually using tcp 3333.
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
village.idiot
|
 |
September 25, 2013, 05:17:47 PM |
|
after checking telnet client I tried telnet us3.eclipsemc.com 3333 in the terminal a line came up and then the screen cleared before I could see what it said.
Don't understand what to do with "netstat -aon" If I run that a lot of Unix information comes up but that's just the local machine Right?
|
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 05:21:25 PM |
|
after checking telnet client I tried telnet us3.eclipsemc.com 3333 in the terminal a line came up and then the screen cleared before I could see what it said.
That means you can reach that port on that server. So it is working correctly. Make sure your Windoze firewall isn't blocking cgminer.exe or cgminer-nogpu.exe.
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
os2sam
Legendary
Offline
Activity: 3586
Merit: 1099
Think for yourself
|
 |
September 25, 2013, 05:24:23 PM |
|
Don't understand what to do with "netstat -aon" If I run that a lot of Unix information comes up but that's just the local machine Right?
Run two dos boxes. Run "netstat -aon" in one and "tasklist" in the other and compare the PID column to identify which port the "other miner" and cgminer are using. You sure you don't just have a typo somewhere in your .bat file?
|
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
|
|
|
village.idiot
|
 |
September 25, 2013, 05:47:48 PM |
|
after checking telnet client I tried telnet us3.eclipsemc.com 3333 in the terminal a line came up and then the screen cleared before I could see what it said.
That means you can reach that port on that server. So it is working correctly. Make sure your Windoze firewall isn't blocking cgminer.exe or cgminer-nogpu.exe. The target here is to run cgminer on a Pi. But, I guess we've further verified that the port is available on the server. 
|
|
|
|
|