cbuchner1 (OP)
|
|
February 06, 2014, 02:15:38 PM |
|
this is what I get on my 660Ti under Linux. buchner@test02:~/CudaMiner-master$ ./cudaminer --algo=keccak -L 64 -l K1024x32 --benchmark *** CudaMiner for nVidia GPUs by Christian Buchner *** This is version 2014-02-04 (beta) based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler Cuda additions Copyright 2013,2014 Christian Buchner LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4 [2014-02-06 15:13:53] 1 miner threads started, using 'keccak' algorithm. [2014-02-06 15:14:09] GPU #0: GeForce GTX 660 Ti with compute capability 3.0 [2014-02-06 15:14:09] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0 [2014-02-06 15:14:09] GPU #0: 32 hashes / 0.1 MB per warp. [2014-02-06 15:14:09] GPU #0: using launch configuration K1024x32 [2014-02-06 15:14:13] GPU #0: GeForce GTX 660 Ti, 98313 khash/s [2014-02-06 15:14:13] Total: 98313 khash/s [2014-02-06 15:14:18] GPU #0: GeForce GTX 660 Ti, 98940 khash/s [2014-02-06 15:14:18] Total: 98940 khash/s
|
|
|
|
Burninj
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
February 06, 2014, 02:15:40 PM |
|
I wonder, if it is really good for the coin all that...
I think it's good for all crypto if @ least one coin make nvidia cards owners join the game... And I say that as an Ati farm owner...
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 06, 2014, 02:15:45 PM |
|
ok here we go:
COuld you please share the download with the rest of us windows users? Thanks +1 There will be an official release at 7pm...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 06, 2014, 02:19:06 PM |
|
I wonder, if it is really good for the coin all that...
I think it's good for all crypto if @ least one coin make nvidia cards owners join the game... And I say that as an ait farm owner... Actually, nvidia cards are are already ahead for script-jane Nfactor=9 (or at least pretty close)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
bigjme
|
|
February 06, 2014, 02:19:17 PM |
|
I settled for maxrregcount=96 in keccak.cu. Using __launch_bounds__ directives I make sure the other keccak512 kernels (for scrypt-jane) remain at 64 registers so they keep working.
Maybe some guys will want to test the Linux based Makefile.am (run ./autogen.sh) and run it on ther GTX 780's, Titans, 780 Ti's and GT 640 with Compute 3.5 ? You can go up to x24 launch configurations with this register count on Compute 3.5 devices. And hopefully we'll get into the >400 kHash/s range
how do we test this christian? sorry i am a little slow today, compile as normal?
|
Owner of: cudamining.co.uk
|
|
|
aikklond
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
February 06, 2014, 02:19:58 PM |
|
Ok guys I have a couple of gts 450 1gb, what cuddaminer should I use for maxcoin? the default download from page one or a special ed (link if possible)?
Could you advise me on abat file configuration?
I am on windows!
|
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:20:16 PM |
|
Me want! Christian I think something must be throttling back the 780 to the 780ti. There isnt that much performance difference and right now its over a 300Mhash/s difference
it's the maxrregcount option during compilation.
|
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:21:00 PM |
|
I settled for maxrregcount=96 in keccak.cu. Using __launch_bounds__ directives I make sure the other keccak512 kernels (for scrypt-jane) remain at 64 registers so they keep working.
Maybe some guys will want to test the Linux based Makefile.am (run ./autogen.sh) and run it on ther GTX 780's, Titans, 780 Ti's and GT 640 with Compute 3.5 ? You can go up to x24 launch configurations with this register count on Compute 3.5 devices. And hopefully we'll get into the >400 kHash/s range
how do we test this christian? sorry i am a little slow today, compile as normal? yes, right from github. Don't forget the ./autogen.sh I haven't modified the Visual Studio 2010 solution's maxrregcount yet!
|
|
|
|
bigjme
|
|
February 06, 2014, 02:22:27 PM |
|
ok downloaded directly from github, compiled as normal. Results; https://i.imgur.com/e5LY5wN.pngyehhhhh im getting results as high as 67million khash/s using ./cudaminer --algo=keccak -d gtx780 -L 16 -l K192x32 --benchmark i am still getting 4.6million khash/s
|
Owner of: cudamining.co.uk
|
|
|
Burninj
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
February 06, 2014, 02:23:39 PM |
|
Actually, nvidia cards are are already ahead for script-jane Nfactor=9 (or at least pretty close)
in term of Hashrate / price ? I don't think so...
|
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:25:44 PM |
|
improbable. probably broken launch config.
|
|
|
|
bigjme
|
|
February 06, 2014, 02:26:41 PM |
|
using ./cudaminer --algo=keccak -d gtx780 -L 16 -l K192x32 --benchmark i am still getting 4.6million khash/s
that being said, every 3 attempts it does nothing, so its saying
4.6million khash/s 4.6million khash/s 0 khash/s
|
Owner of: cudamining.co.uk
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:28:32 PM |
|
using ./cudaminer --algo=keccak -d gtx780 -L 16 -l K192x32 --benchmark i am still getting 4.6million khash/s
try x16 x20 x21... x22 might already exceed the register file's 65536 limit because 96 registers per thread x 22 warps x 32 threads/warp > 65536.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
February 06, 2014, 02:29:43 PM |
|
you have one line at 0 and the next 1.6G
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:30:40 PM Last edit: February 06, 2014, 02:44:31 PM by cbuchner1 |
|
you have one line at 0 and the next 1.6G
yeah don't trust numbers that are so obviously suspicious. I am not even sure if I can trust the 450 kHash/s that someone was reporting on Windows.
|
|
|
|
bigjme
|
|
February 06, 2014, 02:31:07 PM |
|
./cudaminer --algo=keccak -d gtx780 -L 16 -l K192x22 --benchmark
115Mhash/s
and thats why i posted the screenshot :-)
EDIT: so i just ran tests from /cudaminer --algo=keccak -d gtx780 -L 92 -l K192x32 --benchmark down to /cudaminer --algo=keccak -d gtx780 -L 92 -l K192x24 --benchmark
changing the x** number down 1 each time. anything higher then x24 gives me stupid numbers, 24 gives me 126Mhash/s, and i lost about 5Mhash/s for every x** i take off after that
|
Owner of: cudamining.co.uk
|
|
|
paulus51
|
|
February 06, 2014, 02:42:06 PM |
|
oke cbuchner1 thanks for updating, do you have perhaps a good setting for my poor Evga GT610 2 GB card ? i cant get it higher then 7.5 khash/s !
I do not think this device can be much faster. 48 CUDA cores on what I believe to be a single Compute 2.1 multiprocessor. As you see it's already putting out more heat than your fan (or passive cooling) can transport away. yep correct i did know that nut perhaps could it be better , saving for other card i think , thanks m8
|
|
|
|
rtm
Newbie
Offline
Activity: 22
Merit: 0
|
|
February 06, 2014, 02:44:19 PM |
|
Can some one help me with gt640 2gb? I try with cudaminer --algo=keccak -d gt640 -l K2x32 --benchmark
K2x32 is from autotune without --algo=keccak When i put --algo=keccak and the miner says "try cudaminer --help"
|
|
|
|
FlyingLotus
Newbie
Offline
Activity: 47
Merit: 0
|
|
February 06, 2014, 02:44:41 PM |
|
:O Is this legit? What do you reckon for 2x670s?
|
|
|
|
cbuchner1 (OP)
|
|
February 06, 2014, 02:45:23 PM |
|
K2x32 is from autotune without --algo=keccak
keccak requires a less than 24 hours old development build, and autotune does not yet tune for keccak, but for scrypt.
|
|
|
|
|