Author

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

hero member
Activity: 896
Merit: 1000
the readme doesn't help me so much :/

And it can't unless you actually read it and spend the time doing research so that you can comprehend it as well.

If your unwilling or incapable of moving toward the goal of understanding then I would, kindly, suggest your finding something else to spend your/our time on.
Sam

I've try to set up to "thread-concurrency" : "",

But I have this error

GPU0: invalid nonce - HW error

HW error: try lower intensity values (I find 17/18 are what works the best on my hardware).
If it doesn't remove almost all HW errors (<1-2% of shares being an HW error warn you that you are near your hardware limit but that's for you to decide if it's acceptable, the more you overclock the more you risk frying your card), try lowering the GPU/memory clocks.
sr. member
Activity: 336
Merit: 250
the readme doesn't help me so much :/

And it can't unless you actually read it and spend the time doing research so that you can comprehend it as well.

If your unwilling or incapable of moving toward the goal of understanding then I would, kindly, suggest your finding something else to spend your/our time on.
Sam

I've try to set up to "thread-concurrency" : "",

But I have this error

GPU0: invalid nonce - HW error


Here my setup after reading the readme in deep

Code:
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "xxx",
"pass" : "xxx"
}
]
,
"intensity" : "20",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "",
"shaders" : "1792",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
legendary
Activity: 3583
Merit: 1094
Think for yourself
the readme doesn't help me so much :/

And it can't unless you actually read it and spend the time doing research so that you can comprehend it as well.

If your unwilling or incapable of moving toward the goal of understanding then I would, kindly, suggest your finding something else to spend your/our time on.
Sam
sr. member
Activity: 336
Merit: 250
Didn't say set it to zero. I said take it out  "".  CGMiner will find a value for you then you can tune from there. Try the Scrypt Readme.


I don't understand what you mean by take it out  "".

Sorry I'm noobish with scrypt and the readme doesn't help me so much :/
hero member
Activity: 497
Merit: 500
Didn't say set it to zero. I said take it out  "".  CGMiner will find a value for you then you can tune from there. Try the Scrypt Readme.
sr. member
Activity: 336
Merit: 250
Hi,

I have an issue when trying to run CGminer for mining Litecoin maybe you can help me ?

Thanks in advance Wink

Error:

Quote

 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Loaded configuration file cgminer.conf
 [2013-05-23 11:44:56] Probing for an alive pool
 [2013-05-23 11:45:01] Maximum buffer memory device 0 supports says 536870912
 [2013-05-23 11:45:01] Your scrypt settings come to 1572864000
 [2013-05-23 11:45:01] Error -61: clCreateBuffer (padbuffer8), decrease TC or in
crease LG
 [2013-05-23 11:45:01] Failed to init GPU thread 0, disabling device 0
 [2013-05-23 11:45:01] Restarting the GPU from the menu will not fix this.
 [2013-05-23 11:45:01] Try restarting cgminer.
Press enter to continue:




Here my cgminer.conf

Quote

{
"pools" : [
   {
      "url" : "stratum+tcp://ltc.coinat.com:3333",
      "user" : "xxx",
      "pass" : "xxx"
   }
]
,
"intensity" : "18",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



Set your shaders and take out thread-concurency and the run it.


If shaders set to "1792" and thread-concurency set to "0" = hardware error

But if shaders set to "1792" and thread-concurency set to "22400" cgminer running good with Average 635 Kh/s

Not bad but with a 7950 @ 1175gpu / 1500mem is pretty low if you see the Mining Hardware List, what do you think ?
legendary
Activity: 2912
Merit: 1060
Try my p2pool I too get 4 second lps
hero member
Activity: 497
Merit: 500
Hi,

I have an issue when trying to run CGminer for mining Litecoin maybe you can help me ?

Thanks in advance Wink

Error:

Quote

 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Loaded configuration file cgminer.conf
 [2013-05-23 11:44:56] Probing for an alive pool
 [2013-05-23 11:45:01] Maximum buffer memory device 0 supports says 536870912
 [2013-05-23 11:45:01] Your scrypt settings come to 1572864000
 [2013-05-23 11:45:01] Error -61: clCreateBuffer (padbuffer8), decrease TC or in
crease LG
 [2013-05-23 11:45:01] Failed to init GPU thread 0, disabling device 0
 [2013-05-23 11:45:01] Restarting the GPU from the menu will not fix this.
 [2013-05-23 11:45:01] Try restarting cgminer.
Press enter to continue:




Here my cgminer.conf

Quote

{
"pools" : [
   {
      "url" : "stratum+tcp://ltc.coinat.com:3333",
      "user" : "xxx",
      "pass" : "xxx"
   }
]
,
"intensity" : "18",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



Set your shaders and take out thread-concurency and the run it.
legendary
Activity: 3583
Merit: 1094
Think for yourself
MY two PCs are stil shutting down because overheating, what can I do to prevent this, how to make cgminer slows down with mining when overheating!

If it is your GPU's overheating then use the auto fan and auto gpu command line arguments.

There are examples in the executive summary in the top post of this thread.
newbie
Activity: 60
Merit: 0
I just got my mining rig up and running tonight. I pointed it a P2Pool to mine LTC. I'm getting a decent hash rate (~500kH/s x 2 7950 cards), but I am seeing a lot of "Stratum from pool 0 requested work restart" in the log -- I mean like half of the entries. I'm also getting about a 30% reject rate.
...
P2Pool has a 10second LP ... so you should on average get one every 10seconds ...

Thanks for your help.

I'm getting these, on average, approximately every three to four seconds (according to the time stamps on the log entries).

If this is an oddity with this pool, I'm not opposed to switching to a different pool. But, if it is something in my settings, I would like to fix it.

Anything else you can suggest?
sr. member
Activity: 336
Merit: 250
Hi,

I have an issue when trying to run CGminer for mining Litecoin maybe you can help me ?

Thanks in advance Wink

Error:

Quote

 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Started cgminer 3.1.1
 [2013-05-23 11:44:56] Loaded configuration file cgminer.conf
 [2013-05-23 11:44:56] Probing for an alive pool
 [2013-05-23 11:45:01] Maximum buffer memory device 0 supports says 536870912
 [2013-05-23 11:45:01] Your scrypt settings come to 1572864000
 [2013-05-23 11:45:01] Error -61: clCreateBuffer (padbuffer8), decrease TC or in
crease LG
 [2013-05-23 11:45:01] Failed to init GPU thread 0, disabling device 0
 [2013-05-23 11:45:01] Restarting the GPU from the menu will not fix this.
 [2013-05-23 11:45:01] Try restarting cgminer.
Press enter to continue:




Here my cgminer.conf

Quote

{
"pools" : [
   {
      "url" : "stratum+tcp://ltc.coinat.com:3333",
      "user" : "xxx",
      "pass" : "xxx"
   }
]
,
"intensity" : "18",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

sr. member
Activity: 412
Merit: 250
MY two PCs are stil shutting down because overheating, what can I do to prevent this, how to make cgminer slows down with mining when overheating!
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
I just got my mining rig up and running tonight. I pointed it a P2Pool to mine LTC. I'm getting a decent hash rate (~500kH/s x 2 7950 cards), but I am seeing a lot of "Stratum from pool 0 requested work restart" in the log -- I mean like half of the entries. I'm also getting about a 30% reject rate.
...
P2Pool has a 10second LP ... so you should on average get one every 10seconds ...
newbie
Activity: 60
Merit: 0
I just got my mining rig up and running tonight. I pointed it a P2Pool to mine LTC. I'm getting a decent hash rate (~500kH/s x 2 7950 cards), but I am seeing a lot of "Stratum from pool 0 requested work restart" in the log -- I mean like half of the entries. I'm also getting about a 30% reject rate.

I have tried reducing intensity but that didn't seem to change much except the hash rate. But I haven't tried yet to tweak any of the other settings. The settings I am using are from another guy that is also running 7950s on scrypt to mine LTC. I could post all the setting here if it would help.

First of all, should I be worried? I don't know enough about GPU mining in general, and stratum in particular, to know if what I am getting is normal.

Second, if it is not normal, can anyone tell me what I need to do to fix it?

Thanks in advance for any help you can give.

BTW, I did try to search this thread for that "requested work restart" phrase, but didn't find much that was illuminating.
newbie
Activity: 56
Merit: 0
Can anyone tell me why scrypt mining works fine on 2.11.4 but I download 3.1.1 and use the same .bat and get a force close every time.  Nonscrypt mining works fine out of the box with the same old .bats.
legendary
Activity: 3583
Merit: 1094
Think for yourself
Can someone post cgminer settings to mine BTC with Sapphire 7950s please, because I reach 550Mh/s stock and I see people writing about up to 740Mh/s with 7950s.

Thanks!

https://en.bitcoin.it/wiki/Mining_hardware_comparison
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
how to enable usb autoscan?

If i start cgminer with an usb device already plugged-in, it works.
If i plug it while a cgminer session is running, nothing happens...

regards bcm42

It does already for BFL SC, ModMiner Quad and BFL FPGA
The code for all the Icarus devices (ICA, BLT, LLT, AMU) should be in the next release - except no idea about Cairnsmore1 (CMR) yet.
ZTex isn't coz I didn't write that driver and don't have a ZTex.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Is it possible to use cgminer to connect to multiple pools of different coins (like Litecoin, Feathercoin, WorldCoin)?

I am concerned about this "new block in pool x detected". So lets say I'm mining Litecoin at the moment (pool 0), and a new block in Feathercoin (pool 1) is detected - does that have a negative effect?
As per line 3 of the README, no you cannot.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Can someone post cgminer settings to mine BTC with Sapphire 7950s please, because I reach 550Mh/s stock and I see people writing about up to 740Mh/s with 7950s.

Thanks!
They must have been taking drugs at the time - ignore them.
newbie
Activity: 57
Merit: 0
Can someone post cgminer settings to mine BTC with Sapphire 7950s please, because I reach 550Mh/s stock and I see people writing about up to 740Mh/s with 7950s.

Thanks!
Jump to: