jayeeyee
|
|
April 25, 2013, 06:58:26 AM |
|
Sorry, I'm a GUI noob. How do I use this, any setup instructions? cmd line settings? flags? I have a 670GTX card.
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 09:45:54 AM |
|
Sorry, I'm a GUI noob. How do I use this, any setup instructions? cmd line settings? flags? I have a 670GTX card.
The command line settings are explained in the README.txt file. README as in read me. If you are not familiar with the command prompt (CMD.exe), I suggest you wait until my miner becomes included in some GUI based mining kits. It shouldn't take long before such solutions will be available.
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 09:47:03 AM Last edit: April 25, 2013, 11:43:26 AM by cbuchner1 |
|
The 320.00 beta driver really made my GTX 660Ti slightly faster. With my current experimental cudaminer version (unreleased) I reach 168-171 kHash/s (slightly varying over time). Before the driver update it was around 160.
|
|
|
|
3devilred
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 25, 2013, 10:09:32 AM |
|
cudaminer do not work on triplemining.com???
|
|
|
|
Lacan82
|
|
April 25, 2013, 10:28:01 AM |
|
cudaminer do not work on triplemining.com???
cudaMiner is for scrypt based mining only. bitcoin is sha256d
|
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 11:41:16 AM |
|
Spreadsheet is now linked on first post.
|
|
|
|
|
coalescent
Newbie
Offline
Activity: 13
Merit: 0
|
|
April 25, 2013, 01:56:11 PM |
|
@yakka: In the README there is some documentation on what arguments do. There's even an example...
|
|
|
|
gork68
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 25, 2013, 03:34:01 PM |
|
The 320.00 beta driver really made my GTX 660Ti slightly faster. With my current experimental cudaminer version (unreleased) I reach 168-171 kHash/s (slightly varying over time). Before the driver update it was around 160.
curious, what are you running your 660 ti at, stock? also what clocks etc. if you are stock settings, model? I ask because without the beta driver and your unrelease optimized version (i am using the 4/22) i am getting +180 with my msi 660 ti pe at stock no OC. i am using flags -i 0 -C 2 -l 42x7 thx
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 04:36:21 PM |
|
I have an EVGA 660Ti "SC" (Superclocked, meaning a slight factory overclock), it has 3 GB memory.
Right now it runs at core clock 1097.4, memory clock 1502.3. TDP around 99.6% doing hashing.
Interestingly, the GPU load seems to oscillate between 85 and 99%. which is where I might be losing some performance.
Maybe it's a TDP or temperature issue and the GPU clocks down or idles when needed?
Mine currently runs fastest with-i 0 -l 70x2 -C 2
There is also a principal issue with autotune, as the card may dynamically adjust its clock speed to meet TDP requirements, therefore interfering with the accuracy of the measurements. Argh.
Christian
|
|
|
|
gork68
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 25, 2013, 04:45:26 PM |
|
I have an EVGA 660Ti "SC" (Superclocked), 3 GB memory.
Right now it runs at core clock 1097.4, memory clock 1502.3. TDP around 99.6% doing hashing.
Interestingly, the GPU load seems to oscillate between 85 and 99%. which is where I might be losing some performance.
Maybe it's a TDP or temperature issue and the GPU clocks down when needed?
Christian
hmmm... my clock's are almost identical to yours but I do not see much if any fluctuation of load, just flat lined pegged out i guess that is the difference. i see no issue with temps on my card, fan is not working hard ~40% and temp steady 62c power consumption ~80% all numbers flat and steady without fluctuation. curious if anyone has any success with OC... i have tried to OC my card and i get good performance increases for gaming (stable OC as far as temps and such) but oddly my hashing dips slightly... weird EDIT Mine currently runs fastest with-i 0 -l 70x2 -C 2
I have also used this setting and get almost 180 but the 42x7 pushed me over
|
|
|
|
dbabo
Newbie
Offline
Activity: 41
Merit: 0
|
|
April 25, 2013, 06:59:28 PM |
|
Christian, I'm looking @ htop and not sure i completely understand it: http://speedy.sh/GR5eH/Screenshot-root-azlnx.png why is it 98% CPU utilization?
|
|
|
|
BrewCrewFan
|
|
April 25, 2013, 07:02:20 PM |
|
Arg finally got this to work. Its funny when you do read the read me, tells you all the flags and stuff... but never tells you how to modify. Finally I made a shortcut and then added all the info I needed to into it and walla... its working 2x faster with heck less lag as cgminer did. Now to find some good settings for the 660/540/250.
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 07:27:42 PM |
|
Christian, I'm looking @ htop and not sure i completely understand it: http://speedy.sh/GR5eH/Screenshot-root-azlnx.png why is it 98% CPU utilization? Huh, were did my response go? Well, let's type it again: I also noticed the effect that on Linux, one thread will continually eat 100% on a single CPU core. I believe Linux defines 100% CPU utilization as full load on one core. i.e. a 6 core CPU can go up to 100%. This effect does not occur on windows. As an example: My desktop PC is mining on 4 GPUs at 500kHash and is currently using 30-40% CPU for cudaMiner (Phenom II 1055T CPU, not the fastest one really). I believe most of this load is actually caused by submitting input data to the GPU (SHA-256) and also hashing GPU results again before validating them against the difficulty target. I suspect on Linux there is one thread that continually pegs the CPU - either within the CUDA API, or possibly the usleep() API call that does some kind of busy wait when sleeping for sub-millisecond time intervals. If someone knows what is going on, please let me know. Christian
|
|
|
|
cbuchner1 (OP)
|
|
April 25, 2013, 07:32:05 PM |
|
What are the best tools to overclock Kepler based GPUs? that MSI AfterBurner tool sucks
|
|
|
|
dbabo
Newbie
Offline
Activity: 41
Merit: 0
|
|
April 25, 2013, 07:35:23 PM |
|
.. I suspect on Linux there is one thread that continually pegs the CPU - either within the CUDA API, or possibly the usleep() API call that does some kind of busy wait when sleeping for sub-millisecond time intervals.
If someone knows what is going on, please let me know.
Christian
actually you are right - it does say the process is sleeping... but taking 100% CPU %)
|
|
|
|
termhn
|
|
April 25, 2013, 07:42:32 PM |
|
What are the best tools to overclock Kepler based GPUs? that MSI AfterBurner tool sucks
I like EVGA Precision X personally.
|
|
|
|
Misiolap
Newbie
Offline
Activity: 14
Merit: 0
|
|
April 25, 2013, 07:53:14 PM |
|
@dbabo Try this: in salsa_kernel.cu find line: cudaSetDeviceFlags(cudaDeviceScheduleYield);
and change it to cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);
On my setup it doesn't help much, as most cpu time is spent in sha256_transformx4 function, but it may help on your setup.
|
|
|
|
nst6563
|
|
April 25, 2013, 08:00:05 PM |
|
What are the best tools to overclock Kepler based GPUs? that MSI AfterBurner tool sucks
I've used EVGA Precision but I liked NvidiaInspector more. It seemed to have more/better control for my cards. I have 2 gtx560se's and Precision would only adjust one of them and leave the other at stock. NvidiaInspector lets you set each cards speeds, fan, and voltage separately. Try them both.
|
|
|
|
|