Nemo1024
Legendary

Activity: 1680
Merit: 1014
|
 |
August 26, 2013, 06:20:09 PM |
|
A quick question: how do I instruct cgminer to use only GPU and ignore all USBs?
|
“Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.” “We are only as strong as we are united, as weak as we are divided.” “It is important to fight and fight again, and keep fighting, for only then can evil be kept at bay, though never quite eradicated.”
|
|
|
xyzzy099
Legendary

Activity: 1068
Merit: 1109
|
 |
August 26, 2013, 06:28:49 PM |
|
A quick question: how do I instruct cgminer to use only GPU and ignore all USBs?
The README says that "--usb :0 will disable all USB I/O other than to initialise libusb".
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
Nemo1024
Legendary

Activity: 1680
Merit: 1014
|
 |
August 26, 2013, 06:49:03 PM |
|
Thank you, and excuse my laziness. 
|
“Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.” “We are only as strong as we are united, as weak as we are divided.” “It is important to fight and fight again, and keep fighting, for only then can evil be kept at bay, though never quite eradicated.”
|
|
|
|
c1010010
|
 |
August 26, 2013, 09:10:58 PM |
|
ck- Any idea how/why this happens?  The software works like a dream... and I love you for it.... so please don't take this as a complaint, just as a "I wonder if I'm using it incorrectly". The GPS are hashing like MF'ers, and blocks fall before me... so why does it tell me 0% load?
|
|
|
|
-ck (OP)
Legendary

Activity: 4858
Merit: 1746
Ruu \o/
|
 |
August 26, 2013, 09:14:48 PM |
|
ck- Any idea how/why this happens?  The software works like a dream... and I love you for it.... so please don't take this as a complaint, just as a "I wonder if I'm using it incorrectly". The GPS are hashing like MF'ers, and blocks fall before me... so why does it tell me 0% load? cgminer only reports back whatever the driver tells it the load is. However the driver will report 0 if you query it too often. I don't know what front end you're using there to communicate with cgminer but perhaps that's all it is.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
|
c1010010
|
 |
August 26, 2013, 09:20:02 PM |
|
cgminer only reports back whatever the driver tells it the load is. However the driver will report 0 if you query it too often. I don't know what front end you're using there to communicate with cgminer but perhaps that's all it is. BAMT and the mgpumon tool. Good to know. Thanks.
|
|
|
|
kano
Legendary

Activity: 4844
Merit: 1933
Linux since 1997 RedHat 4
|
 |
August 26, 2013, 10:43:46 PM |
|
Thanks, Kano. Let me get my rpi and program it  very thanks for the sharing of the setup! And I gotta buy that cute USB LCD! With 3.4.0 do you still suggest arch is better option? Or both are the same? I'm not sure why Minepeon has had trouble on Arch - so I don't know. The original libusb problem didn't exist on Arch with that install I've used, but there is of course a simple workaround for Raspbian - use the libusb in the README (which I now use in all my binary builds) I have had the rare network dropout occur on both Arch and Raspbian At this point I'm using Arch for mining and Raspbian is the media player ... that's incomplete. However I'll probably put an AMU in the media player soon just so it's running cgminer all the time rather than just testing when I build my binaries 
|
|
|
|
|
LordTheron
|
 |
August 26, 2013, 11:27:26 PM |
|
Hi, I was having a lot of messages in cgminer "BTB: Idled X miners". When that happen my hash rate would go down by half. 3.4.0 resolved all the issues  Great job guys! Thanks.
|
|
|
|
|
|
Karin
|
 |
August 27, 2013, 04:46:40 AM |
|
If you can build from git and you're on OSX, try building now as I've added a generic workaround for this.
Cool! Thanks for doing this. I get this when compiling now: util.c: In function ‘cgtimer_time’: util.c:1017: error: ‘ts’ undeclared (first use in this function) Thanks. git pull and try again please (I'm coding blind!) If I could buy you a Mac to help you test I would, but thanks for this nonetheless! I built from the latest git and it errored with: CCLD cgminer ld: library not found for -lrt collect2: ld returned 1 exit status make[1]: *** [cgminer] Error 1 make: *** [install-recursive] Error 1 If you are interested in the entire compiling output, it produces a few Mac-specific warnings that don't seem to affect the program (these warnings have existed for a few versions now): Making install in lib GEN arg-nonnull.h GEN c++defs.h GEN warn-on-use.h GEN signal.h GEN stdint.h GEN string.h make install-recursive CC dummy.o CC memmem.o AR libgnu.a /usr/bin/ranlib: file: libgnu.a(dummy.o) has no symbols ranlib: file: libgnu.a(dummy.o) has no symbols make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in compat Making install in jansson CC dump.o CC hashtable.o CC load.o CC strbuffer.o CC utf.o CC value.o CC memory.o CC error.o AR libjansson.a make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in ccan CC libccan_a-helpers.o CC libccan_a-opt.o CC libccan_a-parse.o CC libccan_a-usage.o AR libccan.a make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. CC cgminer-cgminer.o CC cgminer-util.o util.c: In function ‘keep_sockalive’: util.c:209: warning: unused variable ‘tcp_keepidle’ CC cgminer-sha2.o CC cgminer-api.o api.c: In function ‘print_data’: api.c:1166: warning: format ‘%06ld’ expects type ‘long int’, but argument 6 has type ‘__darwin_suseconds_t’ CC cgminer-logging.o CC cgminer-driver-opencl.o CC cgminer-ocl.o CC cgminer-findnonce.o CC cgminer-adl.o CC cgminer-scrypt.o CC cgminer-fpgautils.o CC cgminer-usbutils.o usbutils.c: In function ‘resource_unlock’: usbutils.c:3609: warning: unused variable ‘timeout’ CC cgminer-driver-bflsc.o CC cgminer-driver-bitforce.o CC cgminer-driver-icarus.o driver-icarus.c: In function ‘icarus_scanhash’: driver-icarus.c:927: warning: format ‘%06ld’ expects type ‘long int’, but argument 10 has type ‘__darwin_suseconds_t’ driver-icarus.c:964: warning: format ‘%06ld’ expects type ‘long int’, but argument 11 has type ‘__darwin_suseconds_t’ CC cgminer-driver-avalon.o CC cgminer-driver-modminer.o CC cgminer-driver-ztex.o CC cgminer-libztex.o CCLD cgminer ld: library not found for -lrt collect2: ld returned 1 exit status make[1]: *** [cgminer] Error 1 make: *** [install-recursive] Error 1
|
|
|
|
-ck (OP)
Legendary

Activity: 4858
Merit: 1746
Ruu \o/
|
 |
August 27, 2013, 05:20:20 AM |
|
Thanks. git pull and try again please (I'm coding blind!)
If I could buy you a Mac to help you test I would, but thanks for this nonetheless! I built from the latest git and it errored with: CCLD cgminer ld: library not found for -lrt collect2: ld returned 1 exit status make[1]: *** [cgminer] Error 1 make: *** [install-recursive] Error 1 Heh  try again.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
|
Karin
|
 |
August 27, 2013, 06:41:16 AM |
|
If I could buy you a Mac to help you test I would, but thanks for this nonetheless! I built from the latest git and it errored with: CCLD cgminer ld: library not found for -lrt collect2: ld returned 1 exit status make[1]: *** [cgminer] Error 1 make: *** [install-recursive] Error 1 Heh  try again. Perfect, that did it, and thank you! I just sent you a very tiny bitcoin tip. Don't even look at the value, seriously, it's so tiny (that's not sarcasm either). But hey, good work should be recognized.
|
|
|
|
|
gal40n0k
|
 |
August 27, 2013, 08:06:10 AM |
|
Hi! I am just updating cgminer and i have only rejects, R=18500 in 3 hours! Working on gpu, solo mining. Is it normal?
It is my conf:
{ "pools" : [ { "url" : "localhost:xxxxx", "user" : "x", "pass" : "x" } ] , "intensity" : "15", "vectors" : "2", "worksize" : "256", "kernel" : "scrypt", "lookup-gap" : "2", "thread-concurrency" : "3100", "shaders" : "0", "gpu-engine" : "850-900", "gpu-fan" : "70-100", "gpu-memclock" : "1200-1300", "gpu-memdiff" : "0", "gpu-powertune" : "10", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "auto-fan" : true, "auto-gpu" : true, "api-port" : "4028", "expiry" : "120", "gpu-dyninterval" : "7", "gpu-platform" : "0", "gpu-threads" : "2", "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" }
|
|
|
|
-ck (OP)
Legendary

Activity: 4858
Merit: 1746
Ruu \o/
|
 |
August 27, 2013, 08:07:11 AM |
|
Hi! I am just updating cgminer and i have onli rejects, R=18500 in 3 hours! Working on gpu, solo mining. Is it normal?
You're solo mining. Only a block solve would get accepted.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
|
gal40n0k
|
 |
August 27, 2013, 08:12:55 AM |
|
Hi! I am just updating cgminer and i have onli rejects, R=18500 in 3 hours! Working on gpu, solo mining. Is it normal?
You're solo mining. Only a block solve would get accepted. But in the earlier version was all good...
|
|
|
|
|
gal40n0k
|
 |
August 27, 2013, 08:15:02 AM |
|
I have to go back to the previous version?
|
|
|
|
|
HellDiverUK
|
 |
August 27, 2013, 08:37:17 AM |
|
Solo mining with GPU?  Did someone fall asleep for 2 years? 
|
|
|
|
|
|
gal40n0k
|
 |
August 27, 2013, 09:14:34 AM |
|
Solo mining with GPU?  Did someone fall asleep for 2 years?  I've been mining alternate coins. Someone will answer my question seriously or is there only one clown?
|
|
|
|
|
Askit2
|
 |
August 27, 2013, 09:15:21 AM |
|
Solo mining with GPU?  Did someone fall asleep for 2 years?  Unless something changed far more recent then that mining using scrypt should still be profitable. I don't mine scrypt so I don't know for sure. I don't know for sure but if your difficulty provided by your alt-coin wallet wasn't detected properly then you would submit shares and they would be less then a block. I wouldn't think you had that many close to a block since the last version was posted. I am guessing as I have dealt with neither. Likely someone knowledgeable will have a better idea. As far as the facts go though just watch hopefully a block level difficulty share will come up and you can see if its being rejected. Oh and check your CGMiner difficulty against if there is a source for diffictulty like blockchaininfo for bitcoins.
|
|
|
|
-ck (OP)
Legendary

Activity: 4858
Merit: 1746
Ruu \o/
|
 |
August 27, 2013, 09:54:03 AM |
|
Hi! I am just updating cgminer and i have onli rejects, R=18500 in 3 hours! Working on gpu, solo mining. Is it normal?
You're solo mining. Only a block solve would get accepted. But in the earlier version was all good... The scrypt and GPU mining code is unchanged now for 6 months+. Likely you have changed something else.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
ajw107
Newbie

Activity: 40
Merit: 0
|
 |
August 27, 2013, 03:11:47 PM |
|
Yikes, I'm about to look into getting cgminer or something to mine all the coins that CGWatcher supports with it's profitability calculator, sounds like I'll be running into a whole world of pain if some of them require more exotic settings. Why do I do this to myself? Ah the fun of tinkering, he he. Alex
|
|
|
|
|
|