Bitcoin Forum
May 27, 2024, 03:04:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 [788] 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426873 times)
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 15, 2014, 09:52:05 AM
 #15741

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  Cool
+1, good idea ^^" Get the prerequisites going Cheesy
0000000000
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 15, 2014, 09:59:38 AM
 #15742


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
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
June 15, 2014, 10:05:56 AM
 #15743

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
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
June 15, 2014, 10:10:17 AM
Last edit: June 16, 2014, 06:33:42 AM by PVmining
 #15744

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 Smiley
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.

Quote from: compiling the new ccminer
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.

Quote from: ccminer softlink
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


Quote from: jk_14
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.435

so. 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
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 15, 2014, 10:12:27 AM
 #15745


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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
June 15, 2014, 10:13:45 AM
 #15746


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
Any worthwhile Groestl coins out there?

BTW, you still mining on minep? talkcoin pool is dead, right?
0000000000
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 15, 2014, 10:18:50 AM
 #15747

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.


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

Yeah, I trust everybody. I'll dl. Thanks.
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 15, 2014, 10:20:06 AM
 #15748

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
Any 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 Cheesy
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 Wink
0000000000
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 15, 2014, 10:28:41 AM
 #15749

http://imgur.com/JuefiwS

Awesome
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 15, 2014, 10:46:49 AM
Last edit: June 15, 2014, 11:16:22 AM by Bombadil
 #15750

For those who were wondering when I would release my profit calculator , it's here Wink 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/releases



Requires 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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
June 15, 2014, 10:51:57 AM
 #15751

For those who were wondering when I would release my profit calculator , it's here Wink 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/releases



Requires NET4.5!
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?
zelante
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
June 15, 2014, 10:55:55 AM
 #15752



http://github.com/zelante/ccminer/releases

Add split screen console output to pre-release of ccminer v1.1 by cbuchner1


Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
June 15, 2014, 10:58:41 AM
Last edit: June 15, 2014, 11:09:20 AM by Bombadil
 #15753

For those who were wondering when I would release my profit calculator , it's here Wink 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/releases

Requires NET4.5!
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 Cheesy
But I think, in a week or 1-2, tops, if all goes well  Roll Eyes  Cool 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 Wink But you can already test the profit calculation Cheesy

That face is Bombadil Cool
zelante
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
June 15, 2014, 11:03:07 AM
 #15754

For those who were wondering when I would release my profit calculator , it's here Wink 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/releases

Requires NET4.5!

My congratulations with great work! 
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 15, 2014, 11:11:12 AM
 #15755

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
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
June 15, 2014, 11:29:16 AM
 #15756

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
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
June 15, 2014, 11:33:51 AM
 #15757

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 Wink 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/releases



Requires 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
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
June 15, 2014, 11:40:37 AM
 #15758

For those who were wondering when I would release my profit calculator , it's here Wink 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/releases



Requires 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  Cool
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 15, 2014, 11:47:44 AM
 #15759


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)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
June 15, 2014, 11:48:13 AM
 #15760

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...
Pages: « 1 ... 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 [788] 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 ... 1135 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!