Bitcoin Forum
April 24, 2024, 09:17:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 [691] 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426868 times)
GES
Sr. Member
****
Offline Offline

Activity: 315
Merit: 250



View Profile
May 21, 2014, 04:48:04 AM
 #13801

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.

Hey Christian, have you looked at sph-sgminer in the same way you developed ccminer and looked to see if there are opportunities to rewrite the miner program to get a similar BIG BOOST from radeon cards?

It just seems that if you were able to design a new sgminer using the techniques and methods used in ccminer, you could possibly supercharge the radeon cards as well.  Or it could just be wishful thinking.

YOUR THOUGHTS?

good idea, AMD graphics cards can give more, but this one is not engaged
1713993430
Hero Member
*
Offline Offline

Posts: 1713993430

View Profile Personal Message (Offline)

Ignore
1713993430
Reply with quote  #2

1713993430
Report to moderator
1713993430
Hero Member
*
Offline Offline

Posts: 1713993430

View Profile Personal Message (Offline)

Ignore
1713993430
Reply with quote  #2

1713993430
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
I_M
Full Member
***
Offline Offline

Activity: 135
Merit: 100



View Profile
May 21, 2014, 05:13:45 AM
 #13802

AMD can suck a fat ...  XD
kebabman
Hero Member
*****
Offline Offline

Activity: 655
Merit: 504


You wan chili saus?


View Profile
May 21, 2014, 05:45:00 AM
 #13803

Thanks so much for ccminer guys it's awesome! Have my slightly long in the tooth GTX670FTWs pumping out 4MH/s each on JPC, especially satisfying as my friend only gets 2.5MH/s from his R9 280Xs.  Grin
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 21, 2014, 05:59:32 AM
 #13804

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.

Hey Christian, have you looked at sph-sgminer in the same way you developed ccminer and looked to see if there are opportunities to rewrite the miner program to get a similar BIG BOOST from radeon cards?

It just seems that if you were able to design a new sgminer using the techniques and methods used in ccminer, you could possibly supercharge the radeon cards as well.  Or it could just be wishful thinking.

YOUR THOUGHTS?


Do you think Christian has more than 24 hours ? Do you think its a good idea to work on somebody else work and help them succeed in their work while the creator of the program simply don't care ? Why dont u go the other way round and ask the creator of sgminer to LOOK at ccminer and improve their own work ? Someone who fail should look at someone who is successful and not ask someone who is successful to go to them and make then successful. Nobody got time for that. YOUR THOUGHTS?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
christian1980
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 21, 2014, 07:52:06 AM
 #13805

This is the final Version of the 0.3 Nicehash price comparison Script.
Maybe Zalante will still develop it a bit and put it into his github.
All needed Binarys and Cudaminer-Patch is included if you like to compile it yourself.
Scrypt and ScryptN prices will only be checked sometimes, coz rewards are normally very low.

https://drive.google.com/folderview?id=0BwCcP0dos0HKaTNRaGVrWDlwQVU&usp=sharing

Run Nicehash.bat as Administrator and have Fun!

This is very cool, thank you! Can you make a version of this that omits nvidiainspector ? That program refuses to run for me and removing the lines from the batch file that call for it did not work out.



You can create your own Inspector commands for your card if you start the Program (GUI will open), set your Overclockings and press "Create Clocks Shortcut". Youll find the needed command inside of a Icon on your Desktop after.
aasl
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
May 21, 2014, 08:58:56 AM
 #13806

This is the final Version of the 0.3 Nicehash price comparison Script.
Maybe Zalante will still develop it a bit and put it into his github.
All needed Binarys and Cudaminer-Patch is included if you like to compile it yourself.
Scrypt and ScryptN prices will only be checked sometimes, coz rewards are normally very low.

https://drive.google.com/folderview?id=0BwCcP0dos0HKaTNRaGVrWDlwQVU&usp=sharing

Run Nicehash.bat as Administrator and have Fun!

This is very cool, thank you! Can you make a version of this that omits nvidiainspector ? That program refuses to run for me and removing the lines from the batch file that call for it did not work out.



You can create your own Inspector commands for your card if you start the Program (GUI will open), set your Overclockings and press "Create Clocks Shortcut". Youll find the needed command inside of a Icon on your Desktop after.

thank you!

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
jk_14
Legendary
*
Offline Offline

Activity: 1292
Merit: 1000


View Profile
May 21, 2014, 09:01:33 AM
 #13807

Christian - do you have a suggestion on making something like this for linux? Would it be as simple as building a bash script using replacement system variables or is it more complicated?

Look at the batch file, it shouldnt be too hard to convert it to linux.
But I dont have a linux rig for testing here and i dont know how to change gpu overclockings within linux too.
But maybe someone else can do it for you.


Hi,

KopiemTu v1.3 with OC support - is almost ready...

( https://litecointalk.org/index.php?topic=16800.0 )
christian1980
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 21, 2014, 10:38:52 AM
 #13808

Is there a way that ccminer will close itself if something like this happens?
If it crashes like this, only a small rate of shares will still be sent to the pool.



Thanks.
policymaker
Full Member
***
Offline Offline

Activity: 210
Merit: 100

Crypto Currency Supporter


View Profile
May 21, 2014, 10:53:38 AM
 #13809

somebody ran gtx 660 ti, gtx 670 on drk?

I have been mining X11 with my 660ti for 1800kh/s , I havent tweaked it. Nvidia drivers just auto -OC the card accordingly. I don't know what settings in bat could benefit me

XCurrency Price Speculation Topic
Coin Control Basic guide                                                                XChat address/private/instant/absolute: XSKu1fpwvRcAekfK91qVHi51Tgz4ckoA91
XChat public key: zcfx74j4fFK9hW7rQniTvLyDyXd9SyRCrncP9vdukbVT
a123
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 21, 2014, 10:56:44 AM
 #13810

Is there a way that ccminer will close itself if something like this happens?
If it crashes like this, only a small rate of shares will still be sent to the pool.



Thanks.

Oh I get this issue as well. Wasn't sure if it was just a display glitch or a gpu screwed up. So I guess I had better reset it then.
ManIkWeet
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
May 21, 2014, 11:07:13 AM
 #13811

Overclocked? GPU messing up indeed...

BTC donations: 18fw6ZjYkN7xNxfVWbsRmBvD6jBAChRQVn (thanks!)
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 21, 2014, 11:29:22 AM
 #13812

which x11 coin should i mine with my 6x750ti?
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 21, 2014, 11:34:28 AM
 #13813

DRK or Sync are nice x11 coins to mine
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 21, 2014, 11:38:33 AM
 #13814

DRK or Sync are nice x11 coins to mine
i am trying drk solo since last night i will give  24hours more than i think bettter to switch Sync
lohveh
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 21, 2014, 11:41:10 AM
 #13815

DRK or Sync are nice x11 coins to mine
i am trying drk solo since last night i will give  24hours more than i think bettter to switch Sync

Mine drk and hold them  Cool
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 21, 2014, 11:55:59 AM
 #13816

DRK or Sync are nice x11 coins to mine
i am trying drk solo since last night i will give  24hours more than i think bettter to switch Sync

lol solo, you need like 7-10 days to find a block with that hash
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 21, 2014, 11:56:49 AM
 #13817

DRK or Sync are nice x11 coins to mine
i am trying drk solo since last night i will give  24hours more than i think bettter to switch Sync

lol solo, you need like 7-10 days to find a block with that hash
not if he can ddos the pools

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 21, 2014, 12:00:44 PM
 #13818


Hey Christian, have you looked at sph-sgminer in the same way you developed ccminer and looked to see if there are opportunities to rewrite the miner program to get a similar BIG BOOST from radeon cards?

It just seems that if you were able to design a new sgminer using the techniques and methods used in ccminer, you could possibly supercharge the radeon cards as well.  Or it could just be wishful thinking.

YOUR THOUGHTS?



nVidia is king of the hill and we will make sure it stays that way.

I think you have your answer.....

nVidia Army, don't forget to donate to C&C, their hard work should be rewarded. After all, without CCminer where would we be?



noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
May 21, 2014, 12:43:12 PM
 #13819

somebody ran gtx 660 ti, gtx 670 on drk?

I have been mining X11 with my 660ti for 1800kh/s , I havent tweaked it. Nvidia drivers just auto -OC the card accordingly. I don't know what settings in bat could benefit me


Me no problems here 4920Khash both cards ccminer from cryptomining-blog.com my cards are tdp unlocked  limit set at 150% with afterburner can push more but it ran in stability issues.
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
May 21, 2014, 12:48:59 PM
 #13820

Hi,
KopiemTu v1.3 with OC support - is almost ready...
( https://litecointalk.org/index.php?topic=16800.0 )

...hey, that's good news - JK I love your project.
would be the perfect addition to have some failover support within KopiemTu.
Pages: « 1 ... 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 [691] 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 ... 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!