Bitcoin Forum
April 26, 2024, 02:18:41 AM *
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 72 73 74 75 76 77 78 79 80 81 82 83 ... 843 »
  Print  
Author Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1  (Read 5805212 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
ZombieDeity
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 01, 2011, 01:42:04 PM
 #641

I just wanted to say that I <3 CGMiner.  Thank you for all your work in making it so great.  I was hesitant to switch from Phoenix, since I was getting good hash rates and decent stability, but I couldn't pass this up when I read the list of features.

I love the failover policy and all the measures you've implemented to prevent idling.  I'm getting consistently higher hash rates now and I can breathe easier knowing that if my primary pools get overloaded or DDOSed, I'm still making money somewhere.

Also, with Phoenix, I was running a separate process for each of my six GPUs (3x6990) in a bunch of screen sessions.  This made it really tricky to determine my overall performance and to quickly catch the GPUs that crapped out no and then.  I basically had to run "watch -n3 aticonfig --adapter=all --odgt" to get an indicator of performance from temps.  I'm really pleased that I can now see everything that's happening with all my GPUs as well as a nice summary of current and average hashrate.

Thanks again!
1714097921
Hero Member
*
Offline Offline

Posts: 1714097921

View Profile Personal Message (Offline)

Ignore
1714097921
Reply with quote  #2

1714097921
Report to moderator
1714097921
Hero Member
*
Offline Offline

Posts: 1714097921

View Profile Personal Message (Offline)

Ignore
1714097921
Reply with quote  #2

1714097921
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
JinTu
Full Member
***
Offline Offline

Activity: 133
Merit: 100



View Profile
August 01, 2011, 04:21:12 PM
 #642

Looks like the 1.5.3 configure script inadvertently dropped support for alternate cURL library path support via --with-libcurl:

Code:
$ ./configure --with-libcurl=/usr/local/lib/

configure: WARNING: unrecognized options: --with-libcurl
.
.
zaytsev
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
August 01, 2011, 04:41:53 PM
 #643

Looks like the 1.5.3 configure script inadvertently dropped support for alternate cURL library path support via --with-libcurl:

Yes, because it's the crappy way to do it. The right way is to export a variable to specify the PKG_CONFIG_PATH to the correct *.pc file. See my RPMs for reference...
ancow
Full Member
***
Offline Offline

Activity: 373
Merit: 100


View Profile WWW
August 01, 2011, 04:47:47 PM
 #644

Looks like the 1.5.3 configure script inadvertently dropped support for alternate cURL library path support via --with-libcurl:

Yes, because it's the crappy way to do it. The right way is to export a variable to specify the PKG_CONFIG_PATH to the correct *.pc file. See my RPMs for reference...
At least it worked on OSX. Using pkg-config exclusively breaks the whole OSX build...

BTC: 1GAHTMdBN4Yw3PU66sAmUBKSXy2qaq2SF4
tigereye
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
August 02, 2011, 02:12:55 AM
 #645

I'm getting this error on one of my rigs and am unsure how to resolve it:
Code:
Error: Getting program info CL_PROGRAM_BINARY_SIZES. (clGetPlatformInfo)

Has anyone else run into this?
Does anyone have a suggestion I could try?

Thanks in advance!

If my posts have helped, consider leaving a tip! 1AE5e56ivvaGMJJmLrZoLgiZXPx93CddyA
Ali
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 02, 2011, 08:44:39 AM
 #646

Is it possible to use a proxy-server with cgminer?

I can't find any option about it in the first post.
Caesium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
August 02, 2011, 08:46:27 AM
 #647

I have a couple of improvement requests if I may Smiley

1) I've been purposefully feeding cgminer some getworks that will never be accepted for my pool testing purposes and noticed a pattern - even if the first share it sends back in a getwork is rejected, it still carries on processing that getwork anyway, sometimes leading to a second (and maybe even third or more?) reject out of the same work unit. I think cgminer should abandon a work unit if a share in it is rejected, as subsequent submissions are very likely to be rejected as well.

2) it would be nice to be able to PageUp and PageDown the log in the lower part of the display Smiley

3) optional millisecond timestamp display would be useful - maybe a --developer mode or something for people who want exact precision?

Tired of annoying signature ads? Ad block for signatures
zaytsev
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
August 02, 2011, 08:47:41 AM
 #648

Is it possible to use a proxy-server with cgminer?
I can't find any option about it in the first post.

I think I told you that you don't need any options for that, just export the http_proxy variable before starting cgminer.
Ali
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 02, 2011, 09:01:17 AM
 #649

Is it possible to use a proxy-server with cgminer?
I can't find any option about it in the first post.

I think I told you that you don't need any options for that, just export the http_proxy variable before starting cgminer.

Sorry, I forgot about this.

I'm trying to run it ONLY for CPU-mining. Had to install AMD's Stream SDK.
When I start with this options:

Quote
C:\cgminer>cgminer.exe --cpu-threads 2 --gpu-threads 0 -o http://uswest.btcguild
.com:8332/

I get this error:

Quote
[2011-08-02 10:57:54] Error: Getting Device IDs (num)
clDevicesNum returned error

Can I skip that step somehow so it just mines with the CPU?
sirky
Sr. Member
****
Offline Offline

Activity: 404
Merit: 250



View Profile
August 02, 2011, 10:16:15 AM
 #650

I tried cgminer on a couple of my boxes last night and woke up to find 3/4 GPU marked as DEAD on one and 2/4 DEAD on another. Trying to restart the DEAD GPU doesnt seem to do anything on either machine (restarting the ones still running did seem to restart them OK). Both boxes have been running for weeks using poclbm without errors. Running the 1.5.3 binary on Ubuntu (3xHD5870 and HD6310).

Anyone else seeing problems with DEAD GPU that won't recover unless cgminer is restarted?

BB.

I do too, but only on my linux boxes.

Actually, I have switched to persistent mode of Linuxcoin, and this does not seem to be happening anymore. Are you just running off of a USB stick? Perhaps persistent mode will fix you as well.
dostortugas
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
August 02, 2011, 11:06:12 AM
 #651

Can I skip that step somehow so it just mines with the CPU?

nothing personal Ali, it was just your post to let me become mad!

This thread is filled with CPU miners complaining about stuff, I do not get why you people still care that much about CPU mining?! My CPUs get 3MH/s each even my crappy 2 year old nvidia graphics does 28MH/s using less power... want it? 5 btc + shipping! If it is a game, pay for it before you play with it, you know ck's BTC address! You won't ever return any amount of investment with CPU mining. Let me do the math for you, ~2 valid shares/hour per core, 2 BTC sent to ck for fixing up some cpu related stuff in cgminer == 4.6 CPU-Years without increase in difficulty to pay the 2 BTC at current difficulty... think of the environment, you waste +95W for 2 BTC a year (reference is Athlon II X4 in this case and difficulty is not raised)...

Buy a $200 gpu and have it payed in 3-5 month including your powerbills... or buy the 2 BTC for $20
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
August 02, 2011, 11:13:17 AM
 #652

Looks like the 1.5.3 configure script inadvertently dropped support for alternate cURL library path support via --with-libcurl:

Yes, because it's the crappy way to do it. The right way is to export a variable to specify the PKG_CONFIG_PATH to the correct *.pc file. See my RPMs for reference...

Seems to be a way that works on more systems  and with local built binaries is the right way to do it.  Dependance on a packaging system  is the crappy way to do it.

█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
plantucha
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
August 02, 2011, 12:17:20 PM
 #653

Can I skip that step somehow so it just mines with the CPU?

nothing personal Ali, it was just your post to let me become mad!

This thread is filled with CPU miners complaining about stuff, I do not get why you people still care that much about CPU mining?! My CPUs get 3MH/s each even my crappy 2 year old nvidia graphics does 28MH/s using less power... want it? 5 btc + shipping! If it is a game, pay for it before you play with it, you know ck's BTC address! You won't ever return any amount of investment with CPU mining. Let me do the math for you, ~2 valid shares/hour per core, 2 BTC sent to ck for fixing up some cpu related stuff in cgminer == 4.6 CPU-Years without increase in difficulty to pay the 2 BTC at current difficulty... think of the environment, you waste +95W for 2 BTC a year (reference is Athlon II X4 in this case and difficulty is not raised)...

Buy a $200 gpu and have it payed in 3-5 month including your powerbills... or buy the 2 BTC for $20

well fo number of reasons

because my

1. cpu make 20Mh/s
2. cpu is already in rig and doing nothing (load 1%)
3. in 5 years will cost 1BTC many thousands $ so even making almost nothing or loosing - will be profit in future if you keep it
4. because this is only decent cpu miner
5. On my rig is  GPU mining 20% more effective with combination Phoenix + Smartcoin
    it has more Mhash/s and failover with more options. Cgminer is running for CPU only under Smartcoin, so I don't care about Cgminer GPU hashing at all.

Ali
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 02, 2011, 12:22:37 PM
 #654

I don't want to talk about the reasons why I cpu-mine. It leads to nothing but arguments.

All I want to know is how to get cgminer to work without an openCl-device.
spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
August 02, 2011, 12:38:59 PM
 #655

Hi ckolivas,

today I decided to give your miner a try, it has so many features that I could not resist anymore Smiley

Sadly, after a couple of minutes both GPUs in my rig ( a 5850 and a 5870 on a linuxcoin v0.2b system) are declared SICK and then DEAD.

This is without any fancy parameters, just -o -u -p and -I 8 (it is a dedicated rig) and -Q 2 to have a little more buffer (so I thought).

Is there some other parameter I can try?

spiccioli

ps. my rig is running since june with phoenix and poclmb without problems, so I don't think this is due to hardware/OS issues.
sirky
Sr. Member
****
Offline Offline

Activity: 404
Merit: 250



View Profile
August 02, 2011, 12:47:03 PM
 #656

Hi ckolivas,

today I decided to give your miner a try, it has so many features that I could not resist anymore Smiley

Sadly, after a couple of minutes both GPUs in my rig ( a 5850 and a 5870 on a linuxcoin v0.2b system) are declared SICK and then DEAD.

This is without any fancy parameters, just -o -u -p and -I 8 (it is a dedicated rig) and -Q 2 to have a little more buffer (so I thought).

Is there some other parameter I can try?

spiccioli

ps. my rig is running since june with phoenix and poclmb without problems, so I don't think this is due to hardware/OS issues.

ckolivas is on a two week vacation.

Are you running persistent? I had the same problem before I starting running in persistent mode with a r/w file.
dostortugas
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
August 02, 2011, 12:49:31 PM
 #657

I don't want to talk about the reasons why I cpu-mine. It leads to nothing but arguments.

All I want to know is how to get cgminer to work without an openCl-device.
I'm being a bit of an eco freak there Wink, you can do what ever you want... but ck wont do anything to cpu support if not paid for so I guess the calculation is important even if your cpu does 25MH/s!

Without opencl it should just say that there is no opencl and still compile without oCL support, have you tried with opencl (sdk, etc) installed to your system? (even if you do not use it...)
Ali
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 02, 2011, 12:51:34 PM
 #658

Yeah, I installed it (and therefore got rid of the missing openCl.dll-error).

Now I get this:

Quote
C:\cgminer>cgminer
[2011-08-02 14:51:15] Error: Getting Device IDs (num)
clDevicesNum returned error
spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
August 02, 2011, 01:04:23 PM
 #659

Hi ckolivas,

today I decided to give your miner a try, it has so many features that I could not resist anymore Smiley

Sadly, after a couple of minutes both GPUs in my rig ( a 5850 and a 5870 on a linuxcoin v0.2b system) are declared SICK and then DEAD.

This is without any fancy parameters, just -o -u -p and -I 8 (it is a dedicated rig) and -Q 2 to have a little more buffer (so I thought).

Is there some other parameter I can try?

spiccioli

ps. my rig is running since june with phoenix and poclmb without problems, so I don't think this is due to hardware/OS issues.

ckolivas is on a two week vacation.

Are you running persistent? I had the same problem before I starting running in persistent mode with a r/w file.

Yes, I'm persistent.

I've found that with a -g 1 it does not happen anymore (it's been running for half a hour now), but I loose a couple Mh/s.

spiccioli.

ps. I had to install curl since it's not installed in linuxcoin by default.
sirky
Sr. Member
****
Offline Offline

Activity: 404
Merit: 250



View Profile
August 02, 2011, 01:11:39 PM
 #660

Hi ckolivas,

today I decided to give your miner a try, it has so many features that I could not resist anymore Smiley

Sadly, after a couple of minutes both GPUs in my rig ( a 5850 and a 5870 on a linuxcoin v0.2b system) are declared SICK and then DEAD.

This is without any fancy parameters, just -o -u -p and -I 8 (it is a dedicated rig) and -Q 2 to have a little more buffer (so I thought).

Is there some other parameter I can try?

spiccioli

ps. my rig is running since june with phoenix and poclmb without problems, so I don't think this is due to hardware/OS issues.

ckolivas is on a two week vacation.

Are you running persistent? I had the same problem before I starting running in persistent mode with a r/w file.

Yes, I'm persistent.

I've found that with a -g 1 it does not happen anymore (it's been running for half a hour now), but I loose a couple Mh/s.

spiccioli.

ps. I had to install curl since it's not installed in linuxcoin by default.

Do you have linuxcoin final? Everything should just work with it.
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 72 73 74 75 76 77 78 79 80 81 82 83 ... 843 »
  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!