cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
692 stars 304 forks source link

Outrageous hashrate on GTS 450? #20

Closed smcallis closed 10 years ago

smcallis commented 10 years ago

I'm guessing I did something wrong and it's not actually hashing at these rates:

[ ~/opt/CudaMiner ] LD_LIBRARY_PATH=/usr/local/cuda/lib64/ ./cudaminer -H 1 -d0 -i 0 -l F56x16 -C 2 -o localhost:9332 -O user:pass * CudaMiner for nVidia GPUs by Christian Buchner * This is version 2013-11-20 (alpha) based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler Cuda additions Copyright 2013 Christian Buchner My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm

[2013-11-21 20:47:39] 1 miner threads started, using 'scrypt' algorithm. [2013-11-21 20:47:39] GPU #0: GeForce GTS 450 with compute capability 2.1 [2013-11-21 20:47:39] GPU #0: interactive: 0, tex-cache: 2D, single-alloc: 1 [2013-11-21 20:47:39] GPU #0: using launch configuration F56x16 [2013-11-21 20:47:39] GPU #0: GeForce GTS 450, 28672 hashes, 152.63 khash/s [2013-11-21 20:47:39] GPU #0: GeForce GTS 450, 774144 hashes, 1509 khash/s [2013-11-21 20:47:44] GPU #0: GeForce GTS 450, 7569408 hashes, 1680 khash/s [2013-11-21 20:47:49] GPU #0: GeForce GTS 450, 8429568 hashes, 1684 khash/s [2013-11-21 20:47:54] GPU #0: GeForce GTS 450, 8429568 hashes, 1667 khash/s [2013-11-21 20:47:59] GPU #0: GeForce GTS 450, 8343552 hashes, 1682 khash/s [2013-11-21 20:48:04] GPU #0: GeForce GTS 450, 8429568 hashes, 1679 khash/s

Any thoughts?