flatlanded
Newbie
Offline
Activity: 7
Merit: 0
|
|
January 24, 2014, 03:05:29 AM |
|
I've been lurking for a while now so I figured I'd post. I just wanted to say a big thank you to Christian for all of your hard work on this. The results have been awesome.
Just picked up a second GTX760 but this one is a 4gb model so it looks like I might have to dual-boot Ubuntu to get the most out of it.
3.85~ khash/s - MSI GTX760 2gb (has to go in for an RMA, the fan has thrown oil all over my mobo and case) 4.00~ khash/s - MSI GTX760 4gb (might need some tweaking, side note: the 4gb model is much better built card)
Thanks again!
|
|
|
|
taltamir
|
|
January 24, 2014, 03:41:52 AM |
|
But will it be without any windows opening ?
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray?
|
|
|
|
chapmanjw
Newbie
Offline
Activity: 53
Merit: 0
|
|
January 24, 2014, 04:00:14 AM |
|
But will it be without any windows opening ?
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray? This article has a number of suggestions for minimizing to the tray: http://www.actualtools.com/articles/detail.php?ID=888.
|
|
|
|
taltamir
|
|
January 24, 2014, 04:11:55 AM |
|
But will it be without any windows opening ?
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray? This article has a number of suggestions for minimizing to the tray: http://www.actualtools.com/articles/detail.php?ID=888. Every single one of them boils down to "buy our program for 20$" I tested the trial version and it works just fine. Not sure if its worth 20$ though I appreciate the help though
|
|
|
|
Zenitur
|
|
January 24, 2014, 04:13:11 AM Last edit: January 24, 2014, 04:25:46 AM by Zenitur |
|
g++ -g -O2 -pthread -L/usr/local/cuda-5.5/lib64 -o cudaminer cudaminer-cpu-miner.o cudaminer-util.o cudaminer-sha2.o cudaminer-scrypt.o cudaminer-scrypt-jane.o salsa_kernel.o spinlock_kernel.o legacy_kernel.o fermi_kernel.o kepler_kernel.o test_kernel.o titan_kernel.o -lcurl compat/jansson/libjansson.a -lpthread -lcudart -fopenmp salsa_kernel.o: In function `validate_config(char*, int&, int&, KernelInterface**, cudaDeviceProp*)': /home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:166: undefined reference to `NV2Kernel::NV2Kernel()' /home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:165: undefined reference to `NVKernel::NVKernel()' salsa_kernel.o: In function `find_optimal_blockcount(int, KernelInterface*&, bool&, int&)': /home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:381: undefined reference to `NV2Kernel::NV2Kernel()' /home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:379: undefined reference to `NVKernel::NVKernel()' collect2: error: ld returned 1 exit status make[2]: *** [cudaminer] Oшибкa 1 make[2]: Bыxoд из кaтaлoгa `/home/zenitur/cudaminer-2013-12-18/CudaMiner-master' make[1]: *** [all-recursive] Oшибкa 1 make[1]: Bыxoд из кaтaлoгa `/home/zenitur/cudaminer-2013-12-18/CudaMiner-master' make: *** [all] Oшибкa 2 zenitur@zenithar:~/cudaminer-2013-12-18/CudaMiner-master>
|
|
|
|
cuoficr
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 24, 2014, 04:31:39 AM |
|
Hey folks, relatively new to this, but I'm trying to squeeze the most I can out of my GTX 550Ti.. Just letting it auto-tune I'm gettting low 90kh/s on scrypt coins, and .44kh/s on scrypt-jane (was hoping for > .65kh/s) I've tried changing some of the commands, but it usually ends up crashing my driver. For example, I don't know where to put the kernel command in the code . I've noticed some are definitely better than others. (F32x4 > F83x2) Part of the problem is I dont really understand what the commands do... I'm sure at some point in these 150+ pages this has been addressed, but, my search is to broad I appreciate any help I can get.
|
|
|
|
BK124
Newbie
Offline
Activity: 23
Merit: 0
|
|
January 24, 2014, 06:00:54 AM |
|
Hey folks, relatively new to this, but I'm trying to squeeze the most I can out of my GTX 550Ti.. Just letting it auto-tune I'm gettting low 90kh/s on scrypt coins, and .44kh/s on scrypt-jane (was hoping for > .65kh/s) I've tried changing some of the commands, but it usually ends up crashing my driver. For example, I don't know where to put the kernel command in the code . I've noticed some are definitely better than others. (F32x4 > F83x2) Part of the problem is I dont really understand what the commands do... I'm sure at some point in these 150+ pages this has been addressed, but, my search is to broad I appreciate any help I can get. I have two 560 ti 1GB and from basing your stats off the numbers Ive seen with my cards, it seems your about maxing out the performance you can get. I cant push either of my 560 TIs past .44kh/s on scrypt jane and about 175 k/hs on scrypt usually with -l F7x1. A thing to remember with the flags, is that it doesnt matter where or what order you put them in as long as the syntax is right. For a better understand of the flags visit the Readme of cudaminer. https://github.com/cbuchner1/CudaMiner/blob/master/README.txt
|
|
|
|
cbuchner1 (OP)
|
|
January 24, 2014, 08:45:57 AM |
|
I have two 560 ti 1GB and from basing your stats off the numbers Ive seen with my cards, it seems your about maxing out the performance you can get. I cant push either of my 560 TIs past .44kh/s on scrypt jane and about 175 k/hs on scrypt usually with -l F7x1. A thing to remember with the flags, is that it doesnt matter where or what order you put them in as long as the syntax is right.
the X kernel was meant to push Fermi a bit further with scrypt-jane. Together with -L 2 or -L 3 you might see some 1.x kHash/s for Jane. The next release version will likely have kernel names like FS, FJ for the respective scrypt and scrypt-jane versions.
|
|
|
|
knox203
Member
Offline
Activity: 79
Merit: 10
|
|
January 24, 2014, 09:02:53 AM |
|
I just built the newest revision from github and am getting an error launching with: "cudaminer.exe -D --benchmark". I have two GTX 770's, so I'm not sure why it's selecting the "salsa" kernel. It should be using "Kepler", shouldn't it? Thanks!
|
|
|
|
cbuchner1 (OP)
|
|
January 24, 2014, 09:52:48 AM |
|
I just built the newest revision from github and am getting an error launching with: "cudaminer.exe -D --benchmark". I have two GTX 770's, so I'm not sure why it's selecting the "salsa" kernel. It should be using "Kepler", shouldn't it? Thanks!
pass the -d 0 flag to make it use just one device. There seem to be problems using two at a time. These problems started when I moved to CUDA 5.5 Christian
|
|
|
|
dgc81
Newbie
Offline
Activity: 1
Merit: 0
|
|
January 24, 2014, 09:58:06 AM |
|
/home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:166: undefined reference to `NV2Kernel::NV2Kernel()' /home/zenitur/cudaminer-2013-12-18/CudaMiner-master/salsa_kernel.cu:165: undefined reference to `NVKernel::NVKernel()'
Run ./autogen.sh to regenerate the configure file, then rerun ./configure
|
|
|
|
knox203
Member
Offline
Activity: 79
Merit: 10
|
|
January 24, 2014, 10:21:06 AM |
|
I just built the newest revision from github and am getting an error launching with: "cudaminer.exe -D --benchmark". I have two GTX 770's, so I'm not sure why it's selecting the "salsa" kernel. It should be using "Kepler", shouldn't it? Thanks!
pass the -d 0 flag to make it use just one device. There seem to be problems using two at a time. These problems started when I moved to CUDA 5.5 Christian I appreciate the help, Christian. That seemed to have done the trick! I noticed that after cudaMiner would crash, my main video card would mine about 100kh/s slower than my secondary back on the 12-18 release. A reboot would fix it, but then I found that enabling SLI then disabling SLI would take my main video card back up to the normal has rate. Dunno if this provides any insight, just something I noticed!
|
|
|
|
Lacan82
|
|
January 24, 2014, 12:09:42 PM |
|
But will it be without any windows opening ?
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray? put Start /B cudaminer.exe blah blah blah in your batch file
|
|
|
|
chup
Sr. Member
Offline
Activity: 736
Merit: 262
Me, Myself & I
|
|
January 24, 2014, 01:16:25 PM |
|
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray?
Try cryptominers in a tray: https://bitcointalk.org/index.php?topic=149442.0Highly customizable, so You have homework (xml-configuration file) to do. Works for me.
|
|
|
|
SystmHash
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 24, 2014, 02:09:54 PM |
|
So sorry to post this again, but maybe someone could give me some advice, I would highly appreciate it!
|
|
|
|
BK124
Newbie
Offline
Activity: 23
Merit: 0
|
|
January 24, 2014, 02:14:57 PM |
|
I have two 560 ti 1GB and from basing your stats off the numbers Ive seen with my cards, it seems your about maxing out the performance you can get. I cant push either of my 560 TIs past .44kh/s on scrypt jane and about 175 k/hs on scrypt usually with -l F7x1. A thing to remember with the flags, is that it doesnt matter where or what order you put them in as long as the syntax is right.
the X kernel was meant to push Fermi a bit further with scrypt-jane. Together with -L 2 or -L 3 you might see some 1.x kHash/s for Jane. The next release version will likely have kernel names like FS, FJ for the respective scrypt and scrypt-jane versions. Thanks Christian, I had read about the X kernel earlier in the the thread, didnt realize it was in the recent 122 commit that I already had . I saw my scrypt-jane numbers double to about .88k/h from before so good improvement there. I've got two 4GB 760s arriving today to replace these old 560 ti 1GB so it was a good send off to see their numbers double Thanks again for all the work on this.
|
|
|
|
cbuchner1 (OP)
|
|
January 24, 2014, 02:18:38 PM |
|
Does the TI justify the additional $140? So sorry to post this again, but maybe someone could give me some advice, I would highly appreciate it! My opinion is No. The 780Ti's have virtually no TDP headroom for overclocking (106% is the maximum with the stock BIOS), whereas the 780 cards can be sent to 120% (or 125%?) TDP and much higher overclock. In Windows then the 780 and 780Ti get about the same output with OC. On Linux your overclocking options are more limited however. I am currently doing 1.88 MHash/s on 3x 780Ti on Linux with a slightly modified BIOS. But now I wish I'd bought 780's instead... Christian
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
January 24, 2014, 02:56:52 PM |
|
The single memory switch turned on (-m 1) reduces my max total warps from 181 to 118 (for N 14 SJ, L 3), but it's needed for any texture caching (-C). Is it supposed to work like this?
|
Not your keys, not your coins!
|
|
|
SystmHash
Newbie
Offline
Activity: 37
Merit: 0
|
|
January 24, 2014, 03:01:01 PM |
|
Does the TI justify the additional $140? So sorry to post this again, but maybe someone could give me some advice, I would highly appreciate it! My opinion is No. The 780Ti's have virtually no TDP headroom for overclocking (106% is the maximum with the stock BIOS), whereas the 780 cards can be sent to 120% (or 125%?) TDP and much higher overclock. In Windows then the 780 and 780Ti get about the same output with OC. On Linux your overclocking options are more limited however. I am currently doing 1.88 MHash/s on 3x 780Ti on Linux with a slightly modified BIOS. But now I wish I'd bought 780's instead... Christian Thanks Christian! Keep up the good work buddy! (no homo)
|
|
|
|
Jayjay04
Legendary
Offline
Activity: 1364
Merit: 1000
|
|
January 24, 2014, 03:12:37 PM |
|
But will it be without any windows opening ?
that window is unsightly and i wish you could minimize it to tray. there are methods to hide it entirely but if you do that, then you can't do things like turning it off and running it again on another pool. Anyone knows a way to minimize it to tray? put Start /B cudaminer.exe blah blah blah in your batch file Does't seem to do anything more .... ?!
|
|
|
|
|