Bitcoin Forum
April 24, 2024, 10:38:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
Author Topic: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only)  (Read 1958265 times)
postcd
Full Member
***
Offline Offline

Activity: 182
Merit: 103



View Profile WWW
June 26, 2013, 10:19:36 AM
 #581

there is guide how to install, but please how to configure it and run (for linux noobs) ?

Bitcoin Web hosting, Server? InstantcPanelHosting.com
Contact.
1713998325
Hero Member
*
Offline Offline

Posts: 1713998325

View Profile Personal Message (Offline)

Ignore
1713998325
Reply with quote  #2

1713998325
Report to moderator
1713998325
Hero Member
*
Offline Offline

Posts: 1713998325

View Profile Personal Message (Offline)

Ignore
1713998325
Reply with quote  #2

1713998325
Report to moderator
1713998325
Hero Member
*
Offline Offline

Posts: 1713998325

View Profile Personal Message (Offline)

Ignore
1713998325
Reply with quote  #2

1713998325
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713998325
Hero Member
*
Offline Offline

Posts: 1713998325

View Profile Personal Message (Offline)

Ignore
1713998325
Reply with quote  #2

1713998325
Report to moderator
1713998325
Hero Member
*
Offline Offline

Posts: 1713998325

View Profile Personal Message (Offline)

Ignore
1713998325
Reply with quote  #2

1713998325
Report to moderator
PSL
Member
**
Offline Offline

Activity: 166
Merit: 10


View Profile
June 26, 2013, 07:11:25 PM
 #582

I run cpuminer at ARM CPU and it crashes [...]

I have pushed a fix to the git repo, would you be so kind to test it?

Fixed version of cpuminer was tested and it is OK. Thank you!
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
June 26, 2013, 07:29:04 PM
 #583

Question on CFLAGS:

When I configure CFLAGS="-03" is says that "C cannot compile executables"

But if I use "./configure CPPFLAGS="" and then "make" tehre are no errors after the configure command

Does this make any sense and is there any reason NOT to do this when the miner seems to work just fine (sometimes better depending on the pool)?

I put a paste up addressing this issue.

http://pastebin.com/iLSck4ES

Please not that I am aware of teh typo re: "CPFLAGS" it was supposed to read "CFLAGS"

Would like some feedback

Thanks

pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
June 26, 2013, 07:37:38 PM
 #584

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.)

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
nostromo429
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 27, 2013, 12:13:28 AM
 #585

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?
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
June 27, 2013, 08:22:39 AM
 #586

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.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
June 27, 2013, 12:49:51 PM
 #587

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


dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
June 27, 2013, 12:59:06 PM
 #588

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?

pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
June 27, 2013, 01:18:57 PM
 #589

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.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Brunt, FCA
Member
**
Offline Offline

Activity: 68
Merit: 10



View Profile
July 02, 2013, 09:24:44 AM
 #590

I am trying to use this software on a work computer that uses a proxy, so I have addded "-x http://<proxy address>: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?
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 02, 2013, 09:49:53 AM
 #591

I am trying to use this software on a work computer that uses a proxy, so I have addded "-x http://<proxy address>: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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Brunt, FCA
Member
**
Offline Offline

Activity: 68
Merit: 10



View Profile
July 02, 2013, 09:58:48 AM
Last edit: July 02, 2013, 10:33:27 AM by Brunt, FCA
 #592

Quote
http style
I don't understand what you mean.
I have tried using  -x http://<proxy address>:8082:<user name> but this doesn't work.
I need to know the correct syntax to add the user name.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 02, 2013, 11:11:21 AM
 #593

Quote
http style
I don't understand what you mean.
I have tried using  -x http://<proxy address>:8082:<user name> but this doesn't work.
I need to know the correct syntax to add the user name.
according to rfc: http://<user>:<pw>@<host>[<port>]

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Brunt, FCA
Member
**
Offline Offline

Activity: 68
Merit: 10



View Profile
July 02, 2013, 11:25:14 AM
 #594

Quote
according to rfc: http://<user>:<pw>@<host>[<port>]
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.
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 02, 2013, 12:27:07 PM
 #595

Quote
according to rfc: http://<user>:<pw>@<host>[<port>]
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

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Brunt, FCA
Member
**
Offline Offline

Activity: 68
Merit: 10



View Profile
July 02, 2013, 01:16:39 PM
 #596

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 ?
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
July 02, 2013, 04:16:01 PM
 #597

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?

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Ljubisa
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
July 03, 2013, 02:09:19 PM
 #598

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....
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
July 03, 2013, 02:14:47 PM
 #599

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.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Pontius
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
July 03, 2013, 02:18:37 PM
 #600

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 "/".
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  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!