bigjme
|
|
April 27, 2014, 08:40:39 PM |
|
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
|
|
|
hacksaw907
Newbie
Offline
Activity: 2
Merit: 0
|
|
April 27, 2014, 09:04:27 PM |
|
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 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
Activity: 84
Merit: 10
|
|
April 27, 2014, 09:09:43 PM |
|
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
|
|
April 27, 2014, 09:11:13 PM |
|
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__qtfOSc0vOMKyUQYthat 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 NvAPI_ShortString name; syntax error : missing ';' before identifier 'name' ooo and ccminer does not mine scrypt
|
Owner of: cudamining.co.uk
|
|
|
BitSmacker
Member
Offline
Activity: 84
Merit: 10
|
|
April 27, 2014, 09:18:25 PM |
|
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
Activity: 112
Merit: 10
|
|
April 27, 2014, 09:20:13 PM |
|
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.phpGive it a try. Approved and supported by C&C musicminer factory...
|
|
|
|
bigjme
|
|
April 27, 2014, 09:23:25 PM |
|
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)
|
|
April 27, 2014, 09:26:53 PM |
|
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.cthe other hashing functions have been commented out. I would have fixed it differently, but I wasn't asked Christian
|
|
|
|
bigjme
|
|
April 27, 2014, 09:29:08 PM |
|
I would have fixed it differently, but I wasn't asked Christian you don't have time, your too busy finding errors in coins 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
Activity: 2
Merit: 0
|
|
April 27, 2014, 09:31:53 PM |
|
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__qtfOSc0vOMKyUQYthat 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 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
Activity: 1400
Merit: 1050
|
|
April 27, 2014, 09:41:53 PM Last edit: April 27, 2014, 09:59:55 PM by djm34 |
|
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.cthe other hashing functions have been commented out. I would have fixed it differently, but I wasn't asked Christian well it isn't like he invented any of the algo, he doesn't have to feel attached to them...
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
bigjme
|
|
April 27, 2014, 09:50:16 PM |
|
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)
|
|
April 27, 2014, 09:51:19 PM |
|
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
|
|
April 27, 2014, 09:52:55 PM |
|
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 you would need to use something like this #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
Activity: 102
Merit: 10
|
|
April 27, 2014, 09:56:13 PM |
|
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
|
|
April 27, 2014, 09:57:10 PM |
|
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
Activity: 81
Merit: 10
|
|
April 27, 2014, 10:23:07 PM |
|
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
|
|
|
|
OmarGsPools
|
|
April 27, 2014, 10:39:46 PM |
|
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.
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 28, 2014, 12:42:48 AM |
|
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
|
|
|
DELTA9
Member
Offline
Activity: 102
Merit: 10
|
|
April 28, 2014, 02:25:15 AM |
|
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?
|
|
|
|
|