Bombadil
|
|
June 15, 2014, 09:52:05 AM |
|
But rejoice, there will be an open sourced Wild Keccak nVidia GPU miner published by us, as soon as the Boolberry developer(s) provide
a) some stratum capable pool code for Wild Keccak b) a cpu miner based on cpuminer-multi with some working stratum support
Due to the need for transferring and updating the Wild Keccak scratchpad this won't be trivial, but it's also not impossible.
once a) and b) are available, it won't take long for us to either integrate this into ccminer or publish a fork of cpuminer-multi with some nVidia support.
Christian
Maybe surfer should give the 880 BBR bounty to boolberry developer for making those happen. That would be really funny +1, good idea ^^" Get the prerequisites going
|
|
|
|
0000000000
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 15, 2014, 09:59:38 AM |
|
Hi, thx for the info. I'll check JPC.
With a single GTX 750 Ti on a non-powered riser I'm getting: - x11 (Nicehash): 2.6MHs - Quark (pool): 4.4MHs - Groestl (pool): 7.6MHs - Jackpot (pool): 5.5MHs
Power consumption varies from 85W to 92W. x11 is the one with less consumption figure.
EDIT: How many JPCs one GTX750Ti can make a day?
wat. 5.5mhs on jackpot? I'm only getting 3700khs and 3550khs with my two 750ti's :/
|
|
|
|
cayars
|
|
June 15, 2014, 10:05:56 AM |
|
Yep, sounds right in line with what I'm getting.
I have one machine with 2 750ti boards and I get 11MH exactly on that machine with JPC.
Carlo
Are you running the new ccminer1.1 release?
|
|
|
|
PVmining
|
|
June 15, 2014, 10:10:17 AM Last edit: June 16, 2014, 06:33:42 AM by PVmining |
|
Thanks a ton PVmining... this info helps a ton.
Even just using vi and Pico again (which I probably haven't done since working on the university systems 20 years ago...) is kind of funny to me.
It's funny how much comes back even after all this time, but I still needed to google some stupid easy commands like 'mv'.
you're welcome the whole cudanerds in here (djm, bigjme, raven, invan,... inculding you) helped me more than you all know (I nearly read the whole thread while I start mining a few months ago). So I'm happy if I can give a little back to you. So help me out a little with what happens with the commands that you gave me to compile the code from github....
I clone the code to the ccminer dir and go through the make process?
Or should I be doing that to a ccminer-[date] directory like I see there already and then update the soft pointer in the ccminer folder?
yep, I would do this way. I'm logged in as root via ssh. clean kopiemtu 1.3 installation.mine stop monitor stop git clone https://github.com/cbuchner1/ccminer /opt/miners/ccminer-2014-06-13 cd /opt/miners/ccminer-2014-05-20 cp -v util.c /opt/miners/ccminer-2014-06-13 cd /opt/miners/ccminer-2014-06-13 ./autogen.sh ./configure make now you should have a working ccminer 1.1 try it out: ./ccminer -a nist5 --benchmark now we have to make the softlink, to use the new miner instead of the old. cd /opt/miners rm -r ccminer ln -s /opt/miners/ccminer-2014-06-13 /opt/miners/ccminer
ls -l /opt/miners/ccminer ...shows if the softlink points to /opt/miners/ccminer-2014-06-13 EDIT: jk_14 has the solution why mine start & stop does not work anymore on kopiemtu I forgot about this bug in ccminer...
Just comment out those lines in parse_cmdline function:
Code: [Select] if (opt_algo == ALGO_HEAVY && opt_vote == 9999) { fprintf(stderr, "%s: Heavycoin hash requires block reward vote parameter (see --vote)\n", argv[0]); show_usage_and_exit(1); }
And 'make' again, and everything will be OK then
details about this funky feature: https://litecointalk.org/index.php?topic=16800.435so. right now the new ccminer should work as before with "mine start/stop" and brings back the failover via "monitor start" please let me know if it works for you.
|
|
|
|
Bombadil
|
|
June 15, 2014, 10:12:27 AM |
|
Hi, thx for the info. I'll check JPC.
With a single GTX 750 Ti on a non-powered riser I'm getting: - x11 (Nicehash): 2.6MHs - Quark (pool): 4.4MHs - Groestl (pool): 7.6MHs - Jackpot (pool): 5.5MHs
Power consumption varies from 85W to 92W. x11 is the one with less consumption figure.
EDIT: How many JPCs one GTX750Ti can make a day?
wat. 5.5mhs on jackpot? I'm only getting 3700khs and 3550khs with my two 750ti's :/ Yep. Use the latest miner from source, which has Killer Groestl xD If you can't compile yourself, and you trust me enough, I have it ready here: https://github.com/KBomba/ccminer-KBomba/releases
|
|
|
|
Starscream
|
|
June 15, 2014, 10:13:45 AM |
|
Hi, thx for the info. I'll check JPC.
With a single GTX 750 Ti on a non-powered riser I'm getting: - x11 (Nicehash): 2.6MHs - Quark (pool): 4.4MHs - Groestl (pool): 7.6MHs - Jackpot (pool): 5.5MHs
Power consumption varies from 85W to 92W. x11 is the one with less consumption figure.
EDIT: How many JPCs one GTX750Ti can make a day?
wat. 5.5mhs on jackpot? I'm only getting 3700khs and 3550khs with my two 750ti's :/ Yep. Use the latest miner from source, which has Killer Groestl xD If you can't compile yourself, and you trust me enough, I have it ready here: https://github.com/KBomba/ccminer-KBomba/releasesAny worthwhile Groestl coins out there? BTW, you still mining on minep? talkcoin pool is dead, right?
|
|
|
|
0000000000
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 15, 2014, 10:18:50 AM |
|
Yep, sounds right in line with what I'm getting.
I have one machine with 2 750ti boards and I get 11MH exactly on that machine with JPC.
Carlo
Are you running the new ccminer1.1 release?
No, but I think I'm about to. Yeah, I trust everybody. I'll dl. Thanks.
|
|
|
|
Bombadil
|
|
June 15, 2014, 10:20:06 AM |
|
wat. 5.5mhs on jackpot? I'm only getting 3700khs and 3550khs with my two 750ti's :/
Yep. Use the latest miner from source, which has Killer Groestl xD If you can't compile yourself, and you trust me enough, I have it ready here: https://github.com/KBomba/ccminer-KBomba/releasesAny worthwhile Groestl coins out there? BTW, you still mining on minep? talkcoin pool is dead, right? Lol, not many profitable Groestl coins but many profitable algorithms are made up by combining several other algo's. X11, Jackpothash, Quark, ... they all have some piece of Groestl in them Here's a list with the algo's who have groestl and at what benefit, for a gtx750ti (less benefit for compute3.0 devices though): Old New heavy 12MH/s 13.1MH/s groestl 3.3MH/s 7.7MH/s myr-gr 6.4MH/s 12.9MH/s jackpot 4MH/s 5.6MH/s quark 3.1MH/s 4.5MH/s nist5 5MH/s 8.4MH/s x11 2.1MH/s 2.6MH/s Yeah, TAC pool is down, but dev is asleep ATM. I guess it will be fixed as soon as he's back
|
|
|
|
0000000000
Newbie
Offline
Activity: 14
Merit: 0
|
|
June 15, 2014, 10:28:41 AM |
|
|
|
|
|
Bombadil
|
|
June 15, 2014, 10:46:49 AM Last edit: June 15, 2014, 11:16:22 AM by Bombadil |
|
For those who were wondering when I would release my profit calculator , it's here Loads of people were asking for it, but it isn't the profit switcher yet. But it's a big part of it, so tell me your findings. https://github.com/KBomba/cuda-profit-calc/releasesRequires NET4.5! It has all the hashrates set for a gtx750ti by default. Measured by taking the average of 10 accepts in which both my cards, EVGA SC & Gigabyte, contributed. Stock OC.
|
|
|
|
Starscream
|
|
June 15, 2014, 10:51:57 AM |
|
Sweet man! lol @ the face, who the hell is that farmer joe? BTW, when is the ETA for the cudawatcher? and do you need test subjects?
|
|
|
|
|
Bombadil
|
|
June 15, 2014, 10:58:41 AM Last edit: June 15, 2014, 11:09:20 AM by Bombadil |
|
Sweet man! lol @ the face, who the hell is that farmer joe? BTW, when is the ETA for the cudawatcher? and do you need test subjects? Cudawatcher is ETA for whenever I get a decent sleeping pattern ^^" All this fuzz about killergroestl and profitcalcs, it's giving me insomnia But I think, in a week or 1-2, tops, if all goes well This is my first "big" project ever, only did simple calcs and stuff before, so I can't really tell. But I love doing this. When I need testers, I'll put it for everyone on github But you can already test the profit calculation That face is Bombadil
|
|
|
|
zelante
|
|
June 15, 2014, 11:03:07 AM |
|
My congratulations with great work!
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
June 15, 2014, 11:11:12 AM |
|
x13 for 750 ti should be around 2.1MH/s if the new optimization would be implemented for that algo also, i mean just the 11 algo of the whole 13
|
|
|
|
yellowduck2
|
|
June 15, 2014, 11:29:16 AM |
|
Can someone mod the new x11 speed to x13 ? Nicehash paying 1.5 / gh right now for x13. Might grow to 2 or even 3 / gh. Hope all nvidia can hope onto this short ride.
|
|
|
|
DemosMirak
|
|
June 15, 2014, 11:33:51 AM |
|
Can someone mod the new x11 speed to x13 ?
I believe people are working on it. For those who were wondering when I would release my profit calculator , it's here Loads of people were asking for it, but it isn't the profit switcher yet. But it's a big part of it, so tell me your findings. https://github.com/KBomba/cuda-profit-calc/releasesRequires NET4.5! It has all the hashrates set for a gtx750ti by default. Measured by taking the average of 10 accepts in which both my cards, EVGA SC & Gigabyte, contributed. Stock OC. Thanks. man! When I get home I will start benchmarking all the algos to get a full profitability list. I've been thinking about getting more active with switching coins and doing my own trading, and this will help me out big time. Is there some way to change the default hash numbers, so that I can put in my own? Also, could you make it so that when a field is empty, that it does not give a warning, but rather assumes zero? Thanks again, man, and I can't wait to see what you're going to do with the manager, once you get a good sleeping pattern. Good luck with that! Also, you can probably expect a little bit of BTC (I'm no big time miner, so it won't be jaw dropping) from me, some time soon.
|
BTC: 13enECLM3M3gjQDoBKouXuYFG4zXaDdDPx LTC: LRTbQNQcRjZV51PivQdhK7zpMtJYPouqR9
|
|
|
yellowduck2
|
|
June 15, 2014, 11:40:37 AM |
|
For those who were wondering when I would release my profit calculator , it's here Loads of people were asking for it, but it isn't the profit switcher yet. But it's a big part of it, so tell me your findings. https://github.com/KBomba/cuda-profit-calc/releasesRequires NET4.5! It has all the hashrates set for a gtx750ti by default. Measured by taking the average of 10 accepts in which both my cards, EVGA SC & Gigabyte, contributed. Stock OC. Maybe u should open Nvidia multipool switcher using what u have created and charge pool fee. I bet u will make a lot of BTC in long run since Nvidia might take over AMD by year end and your pool will be unique with no competitor. Perhaps part of the pool fee goes to cbuchner1 as donation for being the creator of ccminer and continuous effort in improving ccminer. Developer win , you win , Nvidia miner win , everybody win
|
|
|
|
cbuchner1 (OP)
|
|
June 15, 2014, 11:47:44 AM |
|
I'd welcome the idea of someone creating a profit switching nVidia-centric multipool.
Patches to support such feature within ccMiner would be welcome.
|
|
|
|
cbuchner1 (OP)
|
|
June 15, 2014, 11:48:13 AM |
|
Can someone mod the new x11 speed to x13 ? Nicehash paying 1.5 / gh right now for x13. Might grow to 2 or even 3 / gh. Hope all nvidia can hope onto this short ride.
working on this and dmd-gr algo...
|
|
|
|
|