Pages:
Author

Topic: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) - page 41. (Read 1958260 times)

hero member
Activity: 839
Merit: 507
I'm having a problem with minerd not able to connect to a stratum pool behind a corporate proxy. I can connect to a different longpoll pool fine using the proxy settings but stratum+tcp fails. The same stratum settings work fine outside the Corp proxy on my other mining boxes.

Are the proxy settings only configured to work when you aren't using stratum?
You can't use Stratum with a HTTP proxy because Stratum does not operate over HTTP, but you can use a SOCKS4/5 proxy.
For further assistance, please specify the type of proxy and the exact command-line arguments you have tried.
hero member
Activity: 798
Merit: 1000
I'm having a problem with minerd not able to connect to a stratum pool behind a corporate proxy. I can connect to a different longpoll pool fine using the proxy settings but stratum+tcp fails. The same stratum settings work fine outside the Corp proxy on my other mining boxes.

Are the proxy settings only configured to work when you aren't using stratum?
hero member
Activity: 839
Merit: 507
Is it possible to add Intel Xeon Phi support (MIC architecture)?
Thanks!
If you or someone else can give me access to the hardware, I might try to give it a go.
newbie
Activity: 21
Merit: 0
tnx, the / was the problem Smiley
full member
Activity: 225
Merit: 100
Hi, maybe this is not a perfect thread for this, but anyway... I have a problem with connecting to mine some LTC
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:00:06] Started cgminer 3.1.0
[...]
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] Pool: 0  URL: stratum+tcp://mine.pool-x.eu/:9000  User: xxxxxxx Password: xxxxxxx
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] No servers could be used! Exiting.
 Ive used parameters from site as you can see.... I just x-ed the user name and password here....

Not perfect? You're using cgminer and pool-x.eu. Hmm, completly wrong thread I would say.  Cheesy
Anyway, your URL looks wrong - check the postion of "/".
hero member
Activity: 839
Merit: 507
Hi, maybe this is not a perfect thread for this, but anyway... I have a problem with connecting to mine some LTC
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:00:06] Started cgminer 3.1.0
You're definitely in the wrong thread. Ask in your pool's thread or in the thread for cgminer, and provide more info about your configuration.
newbie
Activity: 21
Merit: 0
Hi, maybe this is not a perfect thread for this, but anyway... I have a problem with connecting to mine some LTC
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:00:06] Started cgminer 3.1.0
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:00:07] Probing for an alive pool
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] No servers were found that could be used to get work from.
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] Please check the details from the list below of the servers you have input
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] Pool: 0  URL: stratum+tcp://mine.pool-x.eu/:9000  User: xxxxxxx Password: xxxxxxx
2013-07-03 16:01:07: Listener for "6790": [2013-07-03 16:01:07] No servers could be used! Exiting.
 Ive used parameters from site as you can see.... I just x-ed the user name and password here....
legendary
Activity: 1792
Merit: 1008
/dev/null
Quote
then use the -u and -p for auth and the -o just without credentials
I don't have any problem with the username and password for the pool I am using, I just have a problem figuring out the correct syntax to use with the -x option for the proxy server that that particular computer is using. The proxy username is PUBLIC\*****@LibraryPublic
So you are saying it should look like:
-x http://PUBLIC\*****@LibraryPublic@***.***.***.***:8082 ?
ah right, forgot you need it for the proxy not for the pool auth. in this case there probably isnt a easy solution besides making a hardcoded proxy into minerd or running with proxychains/similiar
are you enforced to use this proxy?
member
Activity: 68
Merit: 10
Quote
then use the -u and -p for auth and the -o just without credentials
I don't have any problem with the username and password for the pool I am using, I just have a problem figuring out the correct syntax to use with the -x option for the proxy server that that particular computer is using. The proxy username is PUBLIC\*****@LibraryPublic
So you are saying it should look like:
-x http://PUBLIC\*****@LibraryPublic@***.***.***.***:8082 ?
legendary
Activity: 1792
Merit: 1008
/dev/null
Quote
according to rfc: http://:@[]
OK, thanks for your help, I'll try out that configuration tomorrow.
I'm not convinced that it will work though because my username also has an @ symbol in it.
then use the -u and -p for auth and the -o just without credentials
member
Activity: 68
Merit: 10
Quote
according to rfc: http://:@[]
OK, thanks for your help, I'll try out that configuration tomorrow.
I'm not convinced that it will work though because my username also has an @ symbol in it.
legendary
Activity: 1792
Merit: 1008
/dev/null
Quote
http style
I don't understand what you mean.
I have tried using  -x http://:8082: but this doesn't work.
I need to know the correct syntax to add the user name.
according to rfc: http://:@[]
member
Activity: 68
Merit: 10
Quote
http style
I don't understand what you mean.
I have tried using  -x http://:8082: but this doesn't work.
I need to know the correct syntax to add the user name.
legendary
Activity: 1792
Merit: 1008
/dev/null
I am trying to use this software on a work computer that uses a proxy, so I have addded "-x http://:8082"
The output from the terminal says "[2013-07-02 10:17:04] HTTP request failed: The requested URL returned error: 407 Proxy Authentication Required"
The proxy needs me to add a user name, which I do know.
What is the correct format to add my user name to the proxy option to make it work?
http style
member
Activity: 68
Merit: 10
I am trying to use this software on a work computer that uses a proxy, so I have addded "-x http://:8082"
The output from the terminal says "[2013-07-02 10:17:04] HTTP request failed: The requested URL returned error: 407 Proxy Authentication Required"
The proxy needs me to add a user name, which I do know.
What is the correct format to add my user name to the proxy option to make it work?
hero member
Activity: 839
Merit: 507
Will changing my scantime affect performance on older, slower computers?
Brief note on the -s/--scantime option
I have seen people suggest various values for this option in order to reduce stales when mining in pools.
The funny thing is that, to my knowledge, all Litecoin pools have long polling permanently enabled (which is good), and when long polling is enabled the scantime parameter is completely ignored.
For this reason, the use of this parameter only makes sense when you are mining solo.
sr. member
Activity: 439
Merit: 250
When I configure CFLAGS="-03" is says that "C cannot compile executables"
It's "-O3", not "-03". See the difference? (It's big O, not zero.)

One other question for Pooler...Will changing my scantime affect performance on older, slower computers?
sr. member
Activity: 439
Merit: 250
When I configure CFLAGS="-03" is says that "C cannot compile executables"
It's "-O3", not "-03". See the difference? (It's big O, not zero.)

Holy Crap!! That is why it always says that it cannot compile executables!

Thanks Pooler, Ive been doing this wrong for a long time

hero member
Activity: 839
Merit: 507
is there built in support for failover to different configurations if (eg) a p2pool node goes down, or would one need to write their own external script for that?
No native support for that at this point, sorry. See here for some sample failover scripts.
newbie
Activity: 14
Merit: 0
Hi pooler,

is there built in support for failover to different configurations if (eg) a p2pool node goes down, or would one need to write their own external script for that?
Pages:
Jump to: