seljak
Member
Offline
Activity: 101
Merit: 10
|
|
June 24, 2014, 08:29:47 PM |
|
My drivers crash on start. Using GTX770 with 327.23 and your compile. Should i update or is this something else?
|
|
|
|
mmmaybe
|
|
June 24, 2014, 08:39:14 PM |
|
Thank you all on the work on monero/crypto! Tomorrow I'm gonna point some 750 ti's on it
|
|
|
|
PVmining
|
|
June 24, 2014, 08:46:33 PM |
|
@christian... would you tell now how fast your own cryptonight miner is on a 750ti?
|
|
|
|
cayars
|
|
June 24, 2014, 08:47:38 PM |
|
Guys please help support tsiv https://bitcointalk.org/index.php?topic=656841.msg7495552#msg7495552Put some pressure on them here in this forum/thread to release bounty funds to tsiv. Carlo PS While I'm sure he didn't release this to us for the bounty. All them same a bounty was offered and he did everything required (unless they re-write the rules after the fact). So speak up and be heard. Get tsiv the bounty he deserves.
|
|
|
|
cayars
|
|
June 24, 2014, 08:50:42 PM |
|
@christian... would you tell now how fast your own cryptonight miner is on a 750ti?
Chris if you don't want to divulge your H/s we understand. But if you could just tell us as a rough percentage how much slower or faster your miner is that would do. 0.1% accuracy is close enough. Just a guess, but I'd say he is within 10-20% of your miner if not closer.
|
|
|
|
DixieWhiskey
Newbie
Offline
Activity: 9
Merit: 0
|
|
June 24, 2014, 08:59:55 PM |
|
http://i60.tinypic.com/2isdyz6.jpgfirst: AMD fx-6300 mining XMR on 5 cores below: 3 x 750 ti. I let ccminer do autotune. Also disabled ccminer.exe's affinity on all but 1 core and now desktop is slow but usable.
|
|
|
|
|
renegadepcsolutions
Full Member
Offline
Activity: 182
Merit: 100
Yeah... I mined your mom last night.
|
|
June 24, 2014, 09:11:28 PM |
|
Is it possible for you to compile it to run compute 2.1? (Fermi cards) PLEEEEEEASE?
|
Those who make peaceful revolution impossible will make violent revolution inevitable. -John F. Kennedy
|
|
|
ivanlabrie
|
|
June 24, 2014, 09:27:16 PM |
|
@tsivany thoughts about FCN and merged mining? btw. your -l 8x60 is also with my rigs the fastest option i tried so far [2014-06-24 17:57:02] GPU #4: GeForce GTX 750 Ti, 227.50 H/s [2014-06-24 17:57:02] GPU #1: GeForce GTX 750 Ti, 230.30 H/s [2014-06-24 17:57:03] GPU #0: GeForce GTX 750 Ti, 229.45 H/s [2014-06-24 17:57:03] GPU #3: GeForce GTX 750 Ti, 229.19 H/s [2014-06-24 17:57:03] GPU #5: GeForce GTX 750 Ti, 229.90 H/s [2014-06-24 17:57:04] GPU #2: GeForce GTX 750 Ti, 230.12 H/s [2014-06-24 17:57:13] GPU #3: GeForce GTX 750 Ti, 225.29 H/s [2014-06-24 17:57:13] accepted: 46/46 (100.00%), 1372.57 H/s (yay!!!)
I don't think you can pass launch configs to ccminer...cudaminer takes those, not cc, afaik.
|
|
|
|
Bombadil
|
|
June 24, 2014, 09:41:28 PM |
|
Is it possible for you to compile it to run compute 2.1? (Fermi cards) PLEEEEEEASE? Nope, error on cryptonight\cuda_cryptonight_aes.cu ^^" Tried it, but no luck it seems. I'm not the pro-programmer christian and tsiv are
|
|
|
|
cpilipav
Newbie
Offline
Activity: 8
Merit: 0
|
|
June 24, 2014, 09:46:28 PM |
|
@tsivany thoughts about FCN and merged mining? btw. your -l 8x60 is also with my rigs the fastest option i tried so far [2014-06-24 17:57:02] GPU #4: GeForce GTX 750 Ti, 227.50 H/s [2014-06-24 17:57:02] GPU #1: GeForce GTX 750 Ti, 230.30 H/s [2014-06-24 17:57:03] GPU #0: GeForce GTX 750 Ti, 229.45 H/s [2014-06-24 17:57:03] GPU #3: GeForce GTX 750 Ti, 229.19 H/s [2014-06-24 17:57:03] GPU #5: GeForce GTX 750 Ti, 229.90 H/s [2014-06-24 17:57:04] GPU #2: GeForce GTX 750 Ti, 230.12 H/s [2014-06-24 17:57:13] GPU #3: GeForce GTX 750 Ti, 225.29 H/s [2014-06-24 17:57:13] accepted: 46/46 (100.00%), 1372.57 H/s (yay!!!)
0 ( I don't think you can pass launch configs to ccminer...cudaminer takes those, not cc, afaik. I think the launch configs is actually working on tsiv miner... My hashrate goes from 180 to 213 with 8x60 (stock clocks)
|
|
|
|
zelante
|
|
June 24, 2014, 09:52:31 PM |
|
Maybe it work? -k, --launch=CONFIG launch config for the Cryptonight kernel\n\ THREADSxBLOCKS (default: 8x40)\n\
but why -k in usage? { "launch", 1, NULL, 'l' },
case 'l': /* cryptonight launch config */ p = strtok(arg, "x"); if (!p) show_usage_and_exit(1); opt_cn_threads = atoi(p); if( opt_cn_threads < 4 || opt_cn_threads > 1024 ) { applog(LOG_ERR, "Invalid value for threads per block, must be between 4 and 1024"); show_usage_and_exit(1); } p = strtok(NULL, "x"); if (!p) show_usage_and_exit(1); opt_cn_blocks = atoi(p); if( opt_cn_blocks < 1 ) { applog(LOG_ERR, "Invalid value for thread blocks, needs to be at least 1"); show_usage_and_exit(1); } break;
|
|
|
|
Strannik-74
|
|
June 24, 2014, 09:53:50 PM |
|
Help please Asus 750 1Gb 205H/s load 100% MSI 750Ti 2Gb 150H/s load 0-100% bat: ccminer50.exe -a cryptonight -o -p -u What should I do?
|
|
|
|
renegadepcsolutions
Full Member
Offline
Activity: 182
Merit: 100
Yeah... I mined your mom last night.
|
|
June 24, 2014, 09:54:35 PM |
|
Is it possible for you to compile it to run compute 2.1? (Fermi cards) PLEEEEEEASE? Nope, error on cryptonight\cuda_cryptonight_aes.cu ^^" Tried it, but no luck it seems. I'm not the pro-programmer christian and tsiv are I hope cbuchner1 and/or tsiv can chime in on this one, and save some of us older generation card owners! Don't leave us in the dust! WE ARE STILL HERE!
|
Those who make peaceful revolution impossible will make violent revolution inevitable. -John F. Kennedy
|
|
|
cryptodragon
Newbie
Offline
Activity: 26
Merit: 0
|
|
June 24, 2014, 10:01:00 PM |
|
Guys please help support tsiv https://bitcointalk.org/index.php?topic=656841.msg7495552#msg7495552Put some pressure on them here in this forum/thread to release bounty funds to tsiv. Carlo PS While I'm sure he didn't release this to us for the bounty. All them same a bounty was offered and he did everything required (unless they re-write the rules after the fact). So speak up and be heard. Get tsiv the bounty he deserves. Supported him there already. Even I had problem running it under Win8.1, :-). Nice job, tsiv, first X13, now this.
|
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
June 24, 2014, 10:04:33 PM |
|
I had a go with my 780ti, the best config I was able to get was -l 4x120 and I get 275H/s. (which is kind of slow comparing on one side to the 750ti and on the other side with the 290x which does 700H/s with claymore but this is a first step) The tdp usage is rather low, it doesn't get higher than 60% (I should be happy though but you want the big guns use all the power they can...)
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
cayars
|
|
June 24, 2014, 10:15:08 PM |
|
Maybe it work? -k, --launch=CONFIG launch config for the Cryptonight kernel\n\ THREADSxBLOCKS (default: 8x40)\n\
but why -k in usage? { "launch", 1, NULL, 'l' },
case 'l': /* cryptonight launch config */ p = strtok(arg, "x"); if (!p) show_usage_and_exit(1); opt_cn_threads = atoi(p); if( opt_cn_threads < 4 || opt_cn_threads > 1024 ) { applog(LOG_ERR, "Invalid value for threads per block, must be between 4 and 1024"); show_usage_and_exit(1); } p = strtok(NULL, "x"); if (!p) show_usage_and_exit(1); opt_cn_blocks = atoi(p); if( opt_cn_blocks < 1 ) { applog(LOG_ERR, "Invalid value for thread blocks, needs to be at least 1"); show_usage_and_exit(1); } break;
Yes the --help is wrong. It is -l and not -k But --launch=CONFIG does work ie --launch=8x60
|
|
|
|
|
th00ber
|
|
June 24, 2014, 10:40:56 PM |
|
198 H/s on 750ti OC @1350Mh/s, with low end CPU running (high CPU usage) Not that bad.
|
|
|
|
cayars
|
|
June 24, 2014, 10:45:59 PM Last edit: June 24, 2014, 10:57:18 PM by cayars |
|
tsiv, let me know where you live and I'll send my private jet to pick you up for a dinner and cocktails you'll never remember. I just need to earn enough XMR with your new miner to purchase the jet and then I'll send you the invite. Mohaha. But on a serious note. I can't express enough how much you have helped the open source community with this release. Words can't express it enough so I won't try except to say a big THANK YOU!Carlo
|
|
|
|
|