Bitcoin Forum
June 28, 2024, 01:52:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 [602] 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426880 times)
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
May 04, 2014, 12:24:58 AM
 #12021

That was put jn after the tutorial. What card is it for?

750ti you set the variable to 1
660 to 780 you set it to 0

Ccminer30 is compute 3.0  660 to 770
Ccminer35 is compute 3.5 780, 780ti, titan
Ccminer50 is compute 3.5 750, 750Ti

Somoone correct me if im wrong, its almost 2am so im talking off the top of my head

Owner of: cudamining.co.uk
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 04, 2014, 12:29:25 AM
 #12022

That was put jn after the tutorial. What card is it for?

750ti you set the variable to 1
660 to 780 you set it to 0

Ccminer30 is compute 3.0  660 to 770
Ccminer35 is compute 3.5 780, 780ti, titan
Ccminer50 is compute 3.5 750, 750Ti

Somoone correct me if im wrong, its almost 2am so im talking off the top of my head

Got that and it covers ccminer50.exe below:
ccminer50.exe was compiled for Compute 3.5 with #define MAXWELL_OR_FERMI set to 1 in three .cu modules

However what else is set differently to build ccminer30.exe and ccminer35.exe as they both have #define MAXWELL_OR_FERMI set to 0:
ccminer35.exe was compiled for Compute 3.5 with #define MAXWELL_OR_FERMI set to 0 in three .cu modules
ccminer30.exe was compiled for Compute 3.0 with #define MAXWELL_OR_FERMI set to 0 in three .cu modules

That what I'm asking.
JRyoku
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 04, 2014, 12:38:23 AM
 #12023

That was put jn after the tutorial. What card is it for?

750ti you set the variable to 1
660 to 780 you set it to 0

Ccminer30 is compute 3.0  660 to 770
Ccminer35 is compute 3.5 780, 780ti, titan
Ccminer50 is compute 3.5 750, 750Ti

Somoone correct me if im wrong, its almost 2am so im talking off the top of my head

Got that and it covers ccminer50.exe below:
ccminer50.exe was compiled for Compute 3.5 with #define MAXWELL_OR_FERMI set to 1 in three .cu modules

However what else is set differently to build ccminer30.exe and ccminer35.exe as they both have #define MAXWELL_OR_FERMI set to 0:
ccminer35.exe was compiled for Compute 3.5 with #define MAXWELL_OR_FERMI set to 0 in three .cu modules
ccminer30.exe was compiled for Compute 3.0 with #define MAXWELL_OR_FERMI set to 0 in three .cu modules

That what I'm asking.
In Visual Studio 2010 select ccminer in the left menu, press alt + f7, in the left column click Configuration Properties, Cuda C/C++, Device. 
In the right window under Code Generation it should list "compute_35,sm_35" by default. That value is for compute 3.5 and 5.0.
If you click the drop down arrow on the right hand side of it, you can edit it.  Change it to "compute_30,sm_30" to build under compute 3.0
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 04, 2014, 12:47:04 AM
 #12024

I'd say you guys are the best but you already think that so...  Shocked   LOL

Seriously thank you all for the help!

Hopefully having this info in the thread will help someone else also.

Carlo
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
May 04, 2014, 03:21:54 AM
 #12025

Guys if you want better hashrate for jackpot on 6 x ti 750 use the -d function and separate to -d 0,1,2 and onother ccminer with -d 3,4,5 .I don`t know why but with this settings i managed to reach my single ti 750 at 3000khs for card. Grin

Are you getting 3,000 kh/s per card? The most I get is 2,060 kh/s but I am not overclocked. I am using ccminer v0.8 with the 50.exe

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
Croak
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
May 04, 2014, 04:32:40 AM
 #12026

Compiled three versions for 3.0, 3.5, and 5.0 following the #define MAXWELL_OR_FERMI. Did I do this right? Works on my PC.

https://mega.co.nz/#!adBy1YiY!bwix_AfHUKGPmLzm2BvxmX1zcMcRvUQq0SscyZhVMh0

edit: re-uploaded the zip, 5.0 was compiled before the stratum update.

I just tried your compiled version and ran it against HVC with drastic drop off in hash rate.  Went from 24MH to 16MH with 2 750tis.
have the same problem (with my own compilation), it is due to the fact that gpu usage stays at 50%, you need to open 2 separate instances to run at full gpu usage.

We did a little mistake with the Timing. Plz do the follow (if you compiled the code a your own):

Code:
open the file: "Heavy/heavy.cu"
goto line 329: "MyStreamSynchronize(NULL, 0, thr_id);"
Change it to: "MyStreamSynchronize(NULL, 1, thr_id);"

This should help, we implemented a Counter, so I didn't tested this exact way. Next release will be fine Smiley

Christian

Made the code change, works correct on my 780.  Here is the new zip.

https://mega.co.nz/#!CV5nGLaZ!WXL66wxvN5ifnqn2wEh4fk-e5WoCB7cBqmmQpsRUIh8

Using your 0.8 binary is a nice little speedup on HVC for me, used to get about 25500-26000 khash/s each with my 780Ti's running a single instance. 

[2014-05-04 06:30:36] thread 1: 1768423424 hashes, 29389 khash/s
[2014-05-04 06:30:39] thread 0: 274112674 hashes, 30157 khash/s
[2014-05-04 06:30:39] accepted: 31/31 (100.00%), 59546 khash/s (yay!!!)
c0rtiz0n
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 04, 2014, 06:06:07 AM
Last edit: May 04, 2014, 09:37:15 AM by c0rtiz0n
 #12027

Tested with JRyoku's compile w/ the corrected code : my 660 (no ti) jumped from 3.8MH to 7.5MH  Tongue

edit :is there an option to log verbose in a file? for some reason the program crashes at some point but I can't get the reason why (issue is with both my own compile or JRyoku's).

edit2 : seems it stabilizes itself... nevermind Smiley
he-man
Full Member
***
Offline Offline

Activity: 128
Merit: 100


View Profile
May 04, 2014, 11:33:46 AM
 #12028

How many Mega hashes does a single 750Ti get with the groestl algo? is there a new update?

Donate if you like he-man Wink

8bgxSh44Gx9fHtn5AKnWXEuVz9vgvfgREd
Breadpudding
Member
**
Offline Offline

Activity: 76
Merit: 12


View Profile
May 04, 2014, 01:09:56 PM
 #12029

Could someone post their working MNR .bat file, I'm not able to configure it properly - keep on getting boos.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 04, 2014, 01:15:49 PM
 #12030

Could someone post their working MNR .bat file, I'm not able to configure it properly - keep on getting boos.

there is nothing to configure
ccminer -a mjollnir

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

Activity: 76
Merit: 12


View Profile
May 04, 2014, 01:23:17 PM
 #12031

Heh, silly me.  Got it, thanks Smiley

Could someone post their working MNR .bat file, I'm not able to configure it properly - keep on getting boos.

there is nothing to configure
ccminer -a mjollnir
labestia
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
May 04, 2014, 02:50:57 PM
 #12032

would anyone be able to recommend a coin using scrypt-jane which would have a similar mining experience to the upcoming Black Dragon Coin?  I'd like to get my system ready to roll so i don't spend time messing with settings once it's live.

thanks guys, this has been the most helpful thread on the entire forum. 
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
May 04, 2014, 03:05:32 PM
 #12033

ccminer gets a lot of disconnections for 1gh pool with mjollnircoin, similar to hefty. Anyone knows a fix for this? I only get 70% accepted shares.
cryptomines
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
May 04, 2014, 03:23:54 PM
 #12034

ccminer gets a lot of disconnections for 1gh pool with mjollnircoin, similar to hefty. Anyone knows a fix for this? I only get 70% accepted shares.


I've had better luck at the other pools. I got a lot of rejected shares at 1gh

https://mnr.suprnova.cc/index.php

http://mnr.nonce-pool.com/index.php
zstanic
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
May 04, 2014, 03:37:16 PM
 #12035

Hello, what values do you get for MNR?
I have 2 750Ti's, and I'm getting ~25500 khash/s.
Is it OK?
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 04, 2014, 03:39:38 PM
 #12036

not really sure, it is worth running on... 3 hours (23MHash/s) on 1gh gets you 37 MNR.... kind of ridiculous...
(anyhow the nvidia went back to jackpotcoin right after the end of the launch (when the diff was around 64).
I just keep the R9-290x there, as it does better on that than on jackpotcoin...

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

Activity: 168
Merit: 100


View Profile
May 04, 2014, 03:41:10 PM
 #12037

Hello, what values do you get for MNR?
I have 2 750Ti's, and I'm getting ~25500 khash/s.
Is it OK?

You're right where you want to be.  Just a matter of your overclock.
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
May 04, 2014, 03:48:22 PM
 #12038

not really sure, it is worth running on... 3 hours (23MHash/s) on 1gh gets you 37 MNR.... kind of ridiculous...

I found 21 blocks in the first 20 minutes. yay.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 04, 2014, 03:57:42 PM
 #12039

not really sure, it is worth running on... 3 hours (23MHash/s) on 1gh gets you 37 MNR.... kind of ridiculous...

I found 21 blocks in the first 20 minutes. yay.
I beat you... 120blocks in the first 11 minutes nothing at all after that
It is a little better than for futurcoin where I got many blocks but nothing after the 2nd minutes

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

Activity: 1400
Merit: 1050


View Profile WWW
May 04, 2014, 04:11:29 PM
 #12040

would anyone be able to recommend a coin using scrypt-jane which would have a similar mining experience to the upcoming Black Dragon Coin?  I'd like to get my system ready to roll so i don't spend time messing with settings once it's live.

thanks guys, this has been the most helpful thread on the entire forum. 
It is difficult to say at the moment as they didn't release yet the chacha parameters.
However they say, they will give example in advance.
(don't use the latest github cudaminer as scrypt jane is currently broken)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 [602] 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 ... 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!