Bitcoin Forum
April 25, 2024, 12:43:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426868 times)
bugilt
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
December 07, 2013, 08:25:36 PM
 #1401

My script in the bat file is as follows:

Code:
cudaminer --url=stratum+tcp://litecoinpool.org:3333  -i 0 -l auto --userpass=u:p

Try -l K42x6 instead of -l auto.

1714049034
Hero Member
*
Offline Offline

Posts: 1714049034

View Profile Personal Message (Offline)

Ignore
1714049034
Reply with quote  #2

1714049034
Report to moderator
1714049034
Hero Member
*
Offline Offline

Posts: 1714049034

View Profile Personal Message (Offline)

Ignore
1714049034
Reply with quote  #2

1714049034
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
icolsuineg
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
December 07, 2013, 09:55:38 PM
 #1402

I posted a 2013-12-07 version. Most notable difference is that the Fermi kernel now targets the Compute 2.0 architecture explicitly. Expect maybe a very small boost in hash rates. For me it went up from 228->235 with the cudaminer x64 version for my Compute 2.0 card.
I'm using GTX480s and I just tried the latest build:
- previous build with K15x16 - 246 KH/s
- current build with F15x16 - ~220 KH/s
- current build with K15x16 - says it requires 3.0 and doesn't validate

other config: -c 0, -i 0, it is second card, so I use the interactive on the other one.

During the last few days I tried using Fxx*xx on both GTX480 and GTX570 and I always get much lower khs compared to using Kxx*xx

♦♦♦ CRYPTUMCOIN ♦♦♦
Miner and trade-centric Equihash-based cryptocurrency
Orai
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 07, 2013, 10:33:03 PM
 #1403

GTX 650Ti
Cudaminer x64 1 december - 91kh
Cudaminer x64 7 december - 94kh
-i 0 -l 56x2 -C 2
Thanx!
But... May be exist more effective parameters?
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 07, 2013, 10:51:21 PM
 #1404

I posted a 2013-12-07 version. Most notable difference is that the Fermi kernel now targets the Compute 2.0 architecture explicitly. Expect maybe a very small boost in hash rates. For me it went up from 228->235 with the cudaminer x64 version for my Compute 2.0 card.
I'm using GTX480s and I just tried the latest build:
- previous build with K15x16 - 246 KH/s
- current build with F15x16 - ~220 KH/s
- current build with K15x16 - says it requires 3.0 and doesn't validate

other config: -c 0, -i 0, it is second card, so I use the interactive on the other one.

During the last few days I tried using Fxx*xx on both GTX480 and GTX570 and I always get much lower khs compared to using Kxx*xx

I have also noticed a drop in performance since switching to the ulong2 method in fermi. Most noticable in x64. Also, this maybe of no concern of yours as you don't really support cuda 5.5 but, the spinlock kernel crashes the cuda 5.5 cicc compiler when compiling for compute 3.0.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
December 07, 2013, 11:28:06 PM
 #1405

you guys could try building the spinlock kernel for sm_20 to check if you'll be getting your previous speeds back when running it on a Fermi device
fruittool
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 08, 2013, 12:23:46 AM
 #1406

you guys could try building the spinlock kernel for sm_20 to check if you'll be getting your previous speeds back when running it on a Fermi device


Still crashed cicc when sm_20, went ok with sm_13. Testing against 2013-12-01, 2013-12-07 spinlock is about 5 - 6 khash/s faster.

With fermi kernel 2013-12-01 with the added offset is around 233, 2013-12-07 is about 228. I tested 2013-12-07 with both your precompiled exe and self built from source, results are identical.

Id like to see feedback from more fermi owners. In particular compute 2.0 fermis and even more particular 448 core gtx560ti.

Well i have a pallit one anyway. Cheapest i could find but that shouldn't cause my results to be totally different to yours. I don't think its a problem with os or drivers because i dual boot 32 bit debian and get the same results there.
Although i cant really see it, maybe my weird ddr3 + fsb + pcie 1.1 abomination is causing it.
bugilt
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
December 08, 2013, 06:30:47 AM
 #1407

Decided to try auto tune with the new build.

T24x20 GTX 780 438 kH/s

Greg121986
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 08, 2013, 03:11:04 PM
Last edit: December 08, 2013, 03:23:24 PM by Greg121986
 #1408

Anyone using a GTX 760? I've got flags -i 0 -l k96x2 and I've managed to hit 200Khash/s give or take 2. Much better than 100 when I first started a few days ago. Any other configs with better results?

Also, is it normal for the Khash/s rate to vary? I'm hitting 201 while I am using my computer, then when I leave it at night I see dips down to 155Khash/s and everywhere in between. What gives?

Overclock is 1306Mhz core, 3375Mhz memory although I can hit 3402 but I saw no performance increase from the 3402Mhz on memory. Does cudaminer benefit from maintaining a specific ratio like the AMD cards do?
alexrussel1980
Member
**
Offline Offline

Activity: 106
Merit: 10


CryptoBeggar


View Profile
December 08, 2013, 04:05:10 PM
 #1409

anyone tried this on linux ?
source files arent  compatible with unix format and contain ^M

Support My Drinking Habits And Guinness Draught Addiction

BTN - > 1DPHLULFXjtXSSCEZVKqGg7Y457q51fxxr
vosovich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 08, 2013, 04:19:44 PM
 #1410

anyone tried this on linux ?
source files arent  compatible with unix format and contain ^M

I am running cudaminer on Arch linux from the AUR repository (cudaminer-git) and it works just fine.

There is a dependency issue with the latest update, though. The newest version apparently depends on CUDA 5.0 instead of 5.5 and 5.0 depends on an older version of gcc than the one used in the Arch repositories. I should note that the package is not broken, just outdated. Hopefully it will be fixed soon.
alexrussel1980
Member
**
Offline Offline

Activity: 106
Merit: 10


CryptoBeggar


View Profile
December 08, 2013, 04:27:59 PM
 #1411

anyone tried this on linux ?
source files arent  compatible with unix format and contain ^M

I am running cudaminer on Arch linux from the AUR repository (cudaminer-git) and it works just fine.

There is a dependency issue with the latest update, though. The newest version apparently depends on CUDA 5.0 instead of 5.5 and 5.0 depends on an older version of gcc than the one used in the Arch repositories. I should note that the package is not broken, just outdated. Hopefully it will be fixed soon.


sweet im on Arch too Smiley

Support My Drinking Habits And Guinness Draught Addiction

BTN - > 1DPHLULFXjtXSSCEZVKqGg7Y457q51fxxr
thejepper
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 08, 2013, 04:44:31 PM
 #1412

Anyone using a GTX 760? I've got flags -i 0 -l k96x2 and I've managed to hit 200Khash/s give or take 2. Much better than 100 when I first started a few days ago. Any other configs with better results?

Also, is it normal for the Khash/s rate to vary? I'm hitting 201 while I am using my computer, then when I leave it at night I see dips down to 155Khash/s and everywhere in between. What gives?

Overclock is 1306Mhz core, 3375Mhz memory although I can hit 3402 but I saw no performance increase from the 3402Mhz on memory. Does cudaminer benefit from maintaining a specific ratio like the AMD cards do?

nice, i was at 1280 mhz core 3005 mem with config k94x2 on 182 k/hs. With the new build core 1280 kh/s and mem 3150 i now get 190 kh/s.
Cant seem to push it more, the driver crashes. Only at 69% TDP though and just 60 degrees temp.
Got a MSI GTX-760 TF. System watt uses under full gpu load is only 250w, so while not an AMD card in quite in the green.

No nightly drops btw.

Greg121986
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 08, 2013, 04:52:10 PM
 #1413

nice, i was at 1280 mhz core 3005 mem with config k94x2 on 182 k/hs. With the new build core 1280 kh/s and mem 3150 i now get 190 kh/s.
Cant seem to push it more, the driver crashes. Only at 69% TDP though and just 60 degrees temp.
Got a GTX-760. No nightly drops btw.

I usually run 1280 for games but I decided to push it further. 1306 typically crashes on games pretty quickly. I've got the MSI version and it's my first piece of hardware from that company. I'm really happy with this card. I don't run heat in my apartment so with inaudible fan < 50%, I'm getting around 55C. If I run 100% fan I'm seeing mid 40C. Ambient is probably 20C or less.  Grin My last card was water cooled but that turned out to be a huge hassle so I went with an aftermarket-OEM-supplied air cooler instead.

I would really prefer to run on Fedora 20 instead of Windows 7 which is where I do most of my multi media from my PC. Anyone been able to compile cudaminer for use on Fedora 20?
blackraven1425
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 08, 2013, 05:36:49 PM
Last edit: December 08, 2013, 07:47:37 PM by blackraven1425
 #1414

I ran into a weird issue trying the Titan kernel on my GTX670. It was reporting almost 400khash, but every share was being invalidated by the CPU, besides otherwise acting fairly normally. Maybe there's an improvement to be made somewhere that could let Kepler achieve these kinds of khash rates.

For anyone looking for a config for their GTX670, I'm at 180 khash with these settings. If someone has something better, I'm all ears.
-i 1 -l K98x2 -C 2 -m 1
trell0z
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
December 08, 2013, 09:05:01 PM
 #1415

How do you make it autotune for an specific generation btw? Would like to experiment like blackraven here above. Am I just missing something very obvious here or is it just broken? All kinds of combinations I can think of end up in either crashes, even when using the correct Fermi config (-l f?) which is my card, or just "unknow operator"
blackraven1425
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 08, 2013, 10:13:10 PM
 #1416

How do you make it autotune for an specific generation btw? Would like to experiment like blackraven here above. Am I just missing something very obvious here or is it just broken? All kinds of combinations I can think of end up in either crashes, even when using the correct Fermi config (-l f?) which is my card, or just "unknow operator"

Skimming this thread earlier, there's a lot of mentions of
-l F
-l K
for autotune with a selected kernel, leaving out the specifics (not sure what the #x# represents). Maybe you need a capital F. If it doesn't work, just try -l auto and it'll choose a kernel for you. It says which one it chose in the command prompt as a full descriptor like
K98x2
. You might be trying to use a kernel that's not supported on your card, and using autotune will give you a starting point.
trell0z
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
December 08, 2013, 10:27:45 PM
 #1417

I'm quite aware of the normal autotuning, what I want to try is force it to autotune with another kernel and see if there could be any gains like you found, albeit unstable.
Problem is, with capital letters it's just "unknown", with non-capital the program just crashes, even with "f", which is the correct one for my card..
blackraven1425
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 08, 2013, 10:41:06 PM
 #1418

Are you starting from a config that autotune is detecting? Try whatever it finds, then work from that. If just the -l F#x# that autotune chooses doesn't work (and you're using a lowercase L, and you have an updated cudaminer version), you'll need help from cbuchner.
vosovich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 08, 2013, 10:43:48 PM
 #1419

I'm quite aware of the normal autotuning, what I want to try is force it to autotune with another kernel and see if there could be any gains like you found, albeit unstable.
Problem is, with capital letters it's just "unknown", with non-capital the program just crashes, even with "f", which is the correct one for my card..
So it does pick a configuration when you use (capital) F, but you don't know which? If so, use the -D flag for debugging mode. It will give you more information about the auto-tuning process.
blackraven1425
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 08, 2013, 10:56:49 PM
 #1420

So it does pick a configuration when you use (capital) F, but you don't know which? If so, use the -D flag for debugging mode. It will give you more information about the auto-tuning process.

Seems like using just a K for me shows "Given launch config 'K' does not validate".

Interesting aside, it seems the 98x2 I've been using doesn't show up in the debug for autotune, despite being the best config I've found so far. This debug panel gives a few more leads to check out, though.

EDIT: Looking through the results of a couple tries, it seems the results of autotune are pretty inconsistent. Is each configuration being tested only once? Maybe an average more tests per config would work better as an option for people who are going to use the results to find an ideal configuration to set themselves instead of as a final configuration.
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 ... 1135 »
  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!