Bitcoin Forum
May 07, 2024, 09:58:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 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 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 08:40:39 PM
 #11541

do u have a link to this GPU-Z you speak of, should I just google it

yes just google it

Owner of: cudamining.co.uk
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
hacksaw907
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 27, 2014, 09:04:27 PM
 #11542

yeh i can see a lot of people are going to ask, here is 32bit and 64bit ccminer 0.6 compiled
https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY
Thanks bigjme. Is this Compute 3.5? I tried using your compile with my same old groestl bat file. The performance was worse. From 3100+ kh/s down to ~2450kh/s. You experiencing any difference?

on Windows this should now be built in four flavours, when done correctly Wink

Compute 2.0  with #define MAXWELL_OR_FERMI 1   <-- Fermi
Compute 3.0  with #define MAXWELL_OR_FERMI 0   <-- old Kepler
Compute 3.5  with #define MAXWELL_OR_FERMI 0   <-- highend Kepler and GT630/640 with compute 3.5
Compute 3.5  with #define MAXWELL_OR_FERMI 1   <-- for Maxwell

the flag must be set in both .cu modules with "groestl" in its name. It affects
the speed optimization of the Groestl code.

at some point I will code a runtime selection of the MAXWELL_OR_FERMI flag.

Christian



I'm guessing the build bigjme made was for maxwell and that's why my 670 in the system is reporting crazy high hashrate, but is there a chance it's actually hashing between 1-2Mhash? lol  (I normally run separate bat files but I just left it since it looks like I've missed the train on this one anyways)

I just compiled the build straight from github sorry guys.

Would it be possible for you (or someone else) to compile it with the "#define MAXWELL_OR_FERMI" flag to 0? I would like to use the myriad-groestl algo, but my 780's are getting the insane hashrates with no confirmations bug, as others are getting on non-Maxwell cards.

I tried doing it myself, but Nvidia's CUDA toolkit doesn't recognize Visual Studio Express as a legitimate VS application, so I'm not exactly sure what else to do.

If you could even point me in the direction where I can find instructions to compile it myself if compiling it is too much trouble on your end, I'd really appreciate it.
BitSmacker
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 09:09:43 PM
 #11543

Is there any improvement for scrypt coins with ccminer vs cudaminer?  If not and this is now all about the asic resistant coins then perhaps a new thread should be started.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:11:13 PM
 #11544

Would it be possible for you (or someone else) to compile it with the "#define MAXWELL_OR_FERMI" flag to 0? I would like to use the myriad-groestl algo, but my 780's are getting the insane hashrates with no confirmations bug, as others are getting on non-Maxwell cards.

I tried doing it myself, but Nvidia's CUDA toolkit doesn't recognize Visual Studio Express as a legitimate VS application, so I'm not exactly sure what else to do.

If you could even point me in the direction where I can find instructions to compile it myself if compiling it is too much trouble on your end, I'd really appreciate it.

https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY
that one does have the flag set to 0, but doesn't have the spelling error fixed, which may be causing errors

so you need it with flag 0, but what version? (x86 or x64)

on a side note, anyone using nvapi, if you can help me figure out how on earth you can return an NvAPI_ShortString value that would be great, i can not for the life of me get it to return the fullname of the card, compiling is throwing and issue, here is the bit of code, and the error

Code:
NvAPI_ShortString name;
syntax error : missing ';' before identifier 'name'

ooo and ccminer does not mine scrypt

Owner of: cudamining.co.uk
BitSmacker
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 09:18:25 PM
 #11545

ooo and ccminer does not mine scrypt

Well then this project is completely different than what cudaminer started out as and a new thread should be started unless you are trying to keep this under wraps.  Also, does that mean the original cudaminer project has been abandoned?
RavenX
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 27, 2014, 09:20:13 PM
 #11546

Is there any improvement for scrypt coins with ccminer vs cudaminer?  If not and this is now all about the asic resistant coins then perhaps a new thread should be started.

http://www.cudaminers.net/forum/index.php

Give it a try.
Approved and supported by C&C musicminer factory...  Grin

bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:23:25 PM
 #11547

Well then this project is completely different than what cudaminer started out as and a new thread should be started unless you are trying to keep this under wraps.  Also, does that mean the original cudaminer project has been abandoned?

cudaminer is still working, and this thread is still for cudaminer, we just often talk about ccminer

Owner of: cudamining.co.uk
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 09:26:53 PM
 #11548

jackpotcoin is going to adopt the keccak-only approach permanently. Meaning ccminer will continue working past block 6000.

see line 139ff here
https://github.com/rtc29462/cpuminer/blob/master/jackpot.c

the other hashing functions have been commented out.

I would have fixed it differently, but I wasn't asked Wink

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:29:08 PM
 #11549

I would have fixed it differently, but I wasn't asked Wink

Christian

you don't have time, your too busy finding errors in coins Wink
christian have you ever looked through the docs for nvapi?

i am messing with it now and it will most likely be a better solution for you to use then nvml as its 32 and 64 bit

Owner of: cudamining.co.uk
hacksaw907
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 27, 2014, 09:31:53 PM
 #11550

Would it be possible for you (or someone else) to compile it with the "#define MAXWELL_OR_FERMI" flag to 0? I would like to use the myriad-groestl algo, but my 780's are getting the insane hashrates with no confirmations bug, as others are getting on non-Maxwell cards.

I tried doing it myself, but Nvidia's CUDA toolkit doesn't recognize Visual Studio Express as a legitimate VS application, so I'm not exactly sure what else to do.

If you could even point me in the direction where I can find instructions to compile it myself if compiling it is too much trouble on your end, I'd really appreciate it.

https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY
that one does have the flag set to 0, but doesn't have the spelling error fixed, which may be causing errors

so you need it with flag 0, but what version? (x86 or x64)

on a side note, anyone using nvapi, if you can help me figure out how on earth you can return an NvAPI_ShortString value that would be great, i can not for the life of me get it to return the fullname of the card, compiling is throwing and issue, here is the bit of code, and the error

Code:
NvAPI_ShortString name;
syntax error : missing ';' before identifier 'name'

ooo and ccminer does not mine scrypt

I would like both if possible, but if that is too much trouble, x64 only would be great.

Thank you kindly for your help!
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
April 27, 2014, 09:41:53 PM
Last edit: April 27, 2014, 09:59:55 PM by djm34
 #11551

jackpotcoin is going to adopt the keccak-only approach permanently. Meaning ccminer will continue working past block 6000.

see line 139ff here
https://github.com/rtc29462/cpuminer/blob/master/jackpot.c

the other hashing functions have been commented out.

I would have fixed it differently, but I wasn't asked Wink

Christian

Grin well it isn't like he invented any of the algo, he doesn't have to feel attached to them...

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

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:50:16 PM
 #11552

I would like both if possible, but if that is too much trouble, x64 only would be great.

Thank you kindly for your help!

i will compile it for you now then

Owner of: cudamining.co.uk
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
April 27, 2014, 09:51:19 PM
 #11553

i am messing with it now and it will most likely be a better solution for you to use then nvml as its 32 and 64 bit

"Initially exposed only to OEMs and game developer tools, NVAPI is now available for download to all developers interested in building Windows applications on NVIDIA GPUs."

it's Windows only. Meh.

Christian
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:52:55 PM
 #11554

i am messing with it now and it will most likely be a better solution for you to use then nvml as its 32 and 64 bit

"Initially exposed only to OEMs and game developer tools, NVAPI is now available for download to all developers interested in building Windows applications on NVIDIA GPUs."

it's Windows only. Meh.

Christian

hmm what about implement it into the windows build and use nvidia-smi under linux?
you already have the if definition for if its windows or not Smiley

you would need to use something like this

Code:
#ifdef _WIN64
    return "Windows 32-bit";
    #elif _WIN32
    return "Windows 64-bit";
    #elif __unix || __unix__
    return "Unix";
    #elif __APPLE__ || __MACH__
    return "Mac OSX";
    #elif __linux__
    return "Linux";
    #else
    return "Other";
#endif

Owner of: cudamining.co.uk
DELTA9
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
April 27, 2014, 09:56:13 PM
 #11555

Still having trouble mining Myriad with my GTX 750. I am so frustrated, did not think it would be this difficult. Downloading latest nVidia drivers to see if it helps. When I run my command to start ccminer the program runs for 1 second then closes, so I can't even read the error messages. Can someone please share their knowledge with me before I punch another hole in my wall?
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 09:57:10 PM
 #11556

Still having trouble mining Myriad with my GTX 750. I am so frustrated, did not think it would be this difficult. Downloading latest nVidia drivers to see if it helps. When I run my command to start ccminer the program runs for 1 second then closes, so I can't even read the error messages. Can someone please share their knowledge with me before I punch another hole in my wall?

run the bat file from command prompt and it will pause long enough for you to see the error

I would like both if possible, but if that is too much trouble, x64 only would be great.

Thank you kindly for your help!

Compute 3.5  with #define MAXWELL_OR_FERMI 0
https://mega.co.nz/#!BstlBaKJ!kIRU2EVLmnt-Uw6mDt7nwau3Utq4iqM1t9bLTPHzIk4

Owner of: cudamining.co.uk
GarlukKY
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
April 27, 2014, 10:23:07 PM
 #11557

Thanks, bigjme, for the Fermi 1 windows compile.   My hash rate on Groestl is up 25+% on my 750 TI vs the 0.6 version Grin
OmarGsPools
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
April 27, 2014, 10:39:46 PM
 #11558

Let me know if you guys need any pools for some of the odd algorithms. I run a mini 750Ti GPU farm so instead of solo mining I'd be fine with starting up pools.


.
      ▄▄█▀▀█▄▄
  ▄▄█████▄▄█████▄▄
████  ███  ███  ████
  ▀▀█████▀▀█████▀▀

▀█▄▄  ▀▀█▄▄█▀▀   ▄▄█
 ▀▀███▄▄     ▄▄██▀██
     ▀███   ██▀  ▄█
██     ██  ██ ▄██▀██
▀██    ██  ███▀  ▄██
 ▀███▄▄██  ██ ▄███▀
    ▀▀███  ▀██▀▀
Just.Bet 
 
 
 
█▀▀▀▀▀










█▄▄▄▄▄
.
DICE
LOTTERY
PLINKO
.
COIN FLIP
CRASH
WHEEL
▀▀▀▀▀█










▄▄▄▄▄█
.
        ███████       ▄▄██▄
                  ▄▄███▀▀██▄
      ██████   ▄███████▄▄███▄
               ▀██  █████████▄
                ▀█████████▀▀██▄
████████████     ▀███▀▀███▄▄██▀
██  ████  ██      ▀██▄▄███▀▀
█████▀▀█████  ██   ▀██▀▀
█████▄▄█████
██  ████  ██   ██████
████████████
.
DECENTRALIZED
PROVABLY FAIR
ON CHAIN GAMES
█▀▀▀▀▀










█▄▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
PLAY NOW
.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀▀█










▄▄▄▄▄█
[/center]
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
April 28, 2014, 12:42:48 AM
 #11559

Let me know if you guys need any pools for some of the odd algorithms. I run a mini 750Ti GPU farm so instead of solo mining I'd be fine with starting up pools.



I like the look of you jackpot coin pool. Have you tried to get the ccminer implemented into it?

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

Activity: 102
Merit: 10


View Profile
April 28, 2014, 02:25:15 AM
 #11560

run the bat file from command prompt and it will pause long enough for you to see the error
I tried doing this and the error message I get says something about nVidia drivers. I just updated mine to the most recent. Is there any hope?
Pages: « 1 ... 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 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 ... 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!