Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 233. (Read 5806004 times)

full member
Activity: 131
Merit: 100
Quote
I just wanted to cgminer to use one pool and disable all the rest unless i select the pool.

Then why don't you disable them?  [P]ool  [D]isable  

You know, there's useful information in the readme down past line #3...

That is a good idea! Thank you!

Nice would be a way of if i change to a pool disabling the rest!
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
...
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
...
Lulz - you do actually have to compile in a driver or 2 ... otherwise without a driver ... it wont find any devices.

CFLAGS="-O2 -Wall" ./configure --disable-opencl --enable-icarus

To see that the driver you want .... isn't there
./cgminer -h | head -2

After you actually include at least one driver
./cgminer -n

Edit: lol OK someone just posted that before me ... I was slow typing Tongue
...
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
...
Lulz - you do actually have to compile in a driver or 2 ... otherwise without a driver ... it wont find any devices.

CFLAGS="-O2 -Wall" ./configure --disable-opencl --enable-icarus

To see that the driver you want .... isn't there
./cgminer -h | head -2

After you actually include at least one driver
./cgminer -n

Edit: lol OK someone just posted that before me ... I was slow typing Tongue

Kano & Zanatoss666 - Thanks. I am putting myself forward as main candidate for "CGM shit-for-brains award 2013".  My stupidity amazes even me sometimes...... Cheesy Cheesy Cheesy

Right, now that I've done embarrassing myself, I'm still stuck with this 30% cpu usage problem - any ideas on that one?

Be gentle with me.......

hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Aaah, don't say that! You make me sound stupider than I actually am....... Cheesy Cheesy

Right, let me go at it again.........

Me? Stupid?  Grin
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
...
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
...
Lulz - you do actually have to compile in a driver or 2 ... otherwise without a driver ... it wont find any devices.

CFLAGS="-O2 -Wall" ./configure --disable-opencl --enable-icarus

To see that the driver you want .... isn't there
./cgminer -h | head -2

After you actually include at least one driver
./cgminer -n

Edit: lol OK someone just posted that before me ... I was slow typing Tongue
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
Right, I'm obviously done something wrong here. Rebooted & now got the "all devices disabled - cannot mine" death sentence.

What you reckon - uninstall/reinstall everything? or is it a simple fix?

I'm such a nonce sometimes....... Grin

It wouldnt hurt, if you have that time.  I would start over, download the latest version from the git and extract, then move your "make clean" line before your ./autogen.sh line, recompile and see if that works.  Again, I know less than you do, just from the little bit I have seen around and from what I have done, it seems you have to make clean first, I almost think that when you do the make clean after your CFLAGS line its wiping our those options you just enabled.

OK, reinstalled everything - no go:

" [2013-09-04 18:21:42] Started cgminer 3.4.2
 [2013-09-04 18:21:42] Loaded configuration file /home/bitcoin/.cgminer/cgminer.
conf
 [2013-09-04 18:21:42] All devices disabled, cannot mine!"

Seems it's not detecting my usb? Also seing this at end of report:

"configure: error: No mining configured in"

Any help would be greatly appreciated......

AH, stupid me, you have to enable your USB's as well.  So, you arent wanting to use your GPU's at all, right?  Then in addition to --disable-opencl, you need to also include --enable-blfsc --enable-icarus --enable-avalon

This will enable block erupters, butterfly lab USB devices, and Avalon devices.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Right, I'm obviously done something wrong here. Rebooted & now got the "all devices disabled - cannot mine" death sentence.

What you reckon - uninstall/reinstall everything? or is it a simple fix?

I'm such a nonce sometimes....... Grin

It wouldnt hurt, if you have that time.  I would start over, download the latest version from the git and extract, then move your "make clean" line before your ./autogen.sh line, recompile and see if that works.  Again, I know less than you do, just from the little bit I have seen around and from what I have done, it seems you have to make clean first, I almost think that when you do the make clean after your CFLAGS line its wiping our those options you just enabled.

OK, reinstalled everything - no go:

" [2013-09-04 18:21:42] Started cgminer 3.4.2
 [2013-09-04 18:21:42] Loaded configuration file /home/bitcoin/.cgminer/cgminer.
conf
 [2013-09-04 18:21:42] All devices disabled, cannot mine!"

Seems it's not detecting my usb? Also seing this at end of report:

"configure: error: No mining configured in"

Any help would be greatly appreciated......
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
Right, I'm obviously done something wrong here. Rebooted & now got the "all devices disabled - cannot mine" death sentence.

What you reckon - uninstall/reinstall everything? or is it a simple fix?

I'm such a nonce sometimes....... Grin

It wouldnt hurt, if you have that time.  I would start over, download the latest version from the git and extract, then move your "make clean" line before your ./autogen.sh line, recompile and see if that works.  Again, I know less than you do, just from the little bit I have seen around and from what I have done, it seems you have to make clean first, I almost think that when you do the make clean after your CFLAGS line its wiping our those options you just enabled.
hero member
Activity: 574
Merit: 501
Quote
I just wanted to cgminer to use one pool and disable all the rest unless i select the pool.

Then why don't you disable them?  [P]ool  [D]isable  

You know, there's useful information in the readme down past line #3...
hero member
Activity: 591
Merit: 500
Sorry, what do you mean? Did you understood what i am asking? I am trying to solomine a coin and have a pool from other coin in the same config. So i just switch pool when i want and i don't have to close cgminer. I just wanted to cgminer to use one pool and disable all the rest unless i select the pool.
As long as all of the pools/coin daemons in your config are using the same blockchain, there is no harm in allowing cgminer to detect block changes from a pool while solo-mining.
full member
Activity: 131
Merit: 100
"Do not use on multiple block chains at the same time!"

So, the thing is.. Does not work?... Dam.. Can't i just disable the get blocks from another pools and it only runs from the pool 0 and get blocks from it?
Read about how pooled mining work...

Sorry, what do you mean? Did you understood what i am asking? I am trying to solomine a coin and have a pool from other coin in the same config. So i just switch pool when i want and i don't have to close cgminer. I just wanted to cgminer to use one pool and disable all the rest unless i select the pool.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Right, I'm obviously done something wrong here. Rebooted & now got the "all devices disabled - cannot mine" death sentence.

What you reckon - uninstall/reinstall everything? or is it a simple fix?

I'm such a nonce sometimes....... Grin
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Hi ckolivas,

Here's what I used to compile:

./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
make clean
make

Is that right? I know it's a new, different build.....It's running 40 USB erupters.

Edit: AMD Phenom X4 9750  4GB Ram on a ssd.

Edit2: Just done another git pull - couple of minor additions, rebooting & trying again.......


Maybe I am wrong, because I dont know nearly as much as even a novice user, but, shouldnt the "make clean" line come before the CFLAGS line?

Typo corrected..... Wink  Ta.
hero member
Activity: 807
Merit: 500
I don't remember why, and I can't find a post saying why, but I'm still running 3.1.1.  I decided to try out 3.4.2 and I get this:
Code:
ADL..................: SDK NOT found, GPU monitoring support DISABLED
from the exact same configure command I can still run in the 3.1.1 source and get this:
Code:
ADL..................: SDK found, GPU monitoring support enabled
.  Any chance a change needs made in the source to fix that again?  I know this happened once before and it was a pretty quick fix, after which I redownloaded.
sr. member
Activity: 280
Merit: 250
Sometimes man, just sometimes.....
Hi ckolivas,

Here's what I used to compile:

./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
make clean
make

Is that right? I know it's a new, different build.....It's running 40 USB erupters.

Edit: AMD Phenom X4 9750  4GB Ram on a ssd.

Edit2: Just done another git pull - couple of minor additions, rebooting & trying again.......


Maybe I am wrong, because I dont know nearly as much as even a novice user, but, shouldnt the "make clean" line come before the CFLAGS line?
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Hi ckolivas,

Here's what I used to compile:

./autogen.sh
make clean
CFLAGS="-O2 -Wall -march=native" ./configure --disable-opencl
make

Is that right? I know it's a new, different build.....It's running 40 USB erupters.

Edit: AMD Phenom X4 9750  4GB Ram on a ssd.

Edit2: Just done another git pull - couple of minor additions, rebooting & trying again.......
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Hi guys,

Bit of an issue, not serious. Cgminer is showing 30% cpu usage since upgrading to latest - seems very high eh? I done the usual compile with make clean, had no errors at all that I could see, it just seems to be a bit too heavy on resources - any suggestions? Xubuntu 12.04 64bit.
That does sound wrong. Did you set CFLAGS to enable optimisations? I see 1% CPU usage on a modern CPU with 217GH across 4 devices on a similar linux.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Hi guys,

Bit of an issue, not serious. Cgminer is showing 30% cpu usage since upgrading to latest - seems very high eh? I done the usual compile with make clean, had no errors at all that I could see, it just seems to be a bit too heavy on resources - any suggestions? Xubuntu 12.04 64bit.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
"Do not use on multiple block chains at the same time!"

So, the thing is.. Does not work?... Dam.. Can't i just disable the get blocks from another pools and it only runs from the pool 0 and get blocks from it?
Read about how pooled mining work...
full member
Activity: 131
Merit: 100
"Do not use on multiple block chains at the same time!"

So, the thing is.. Does not work?... Dam.. Can't i just disable the get blocks from another pools and it only runs from the pool 0 and get blocks from it?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
Line 3 of the README ...
Jump to: