Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 496. (Read 3426976 times)

full member
Activity: 126
Merit: 100
I am using evga gtx 750 ti SC but i am not able to get my card to run 1.7 mh for x11. Its only running 1.2 - 1.3 mh. All my setting is +0. The gpu load always run around 70% TDP 50%. I am using windows 8.1. Need advise to improve hashrate.

Is this when you trying to run just 1 card or several at the same time? When I run 4 simultaneously I can only get about 1.5mh/s per card. With the same OC I get 1.65mh/s to 1.7mh/s with only 1 card active.

I am only running 1 card. I only have a single card now. What OC setting u use ? i saw someone on earlier post (using same model) getting 1.75 mh each running 5 cards. What is your GPU load ?

I've got 1310Mhz on the core and zero overclock on the memory. These are two fan Gigabyte 750Ti cards and with all 4 cards active they are at 80% load each according to GPUz.
full member
Activity: 210
Merit: 100
I am using evga gtx 750 ti SC but i am not able to get my card to run 1.7 mh for x11. Its only running 1.2 - 1.3 mh. All my setting is +0. The gpu load always run around 70% TDP 50%. I am using windows 8.1. Need advise to improve hashrate.

Is this when you trying to run just 1 card or several at the same time? When I run 4 simultaneously I can only get about 1.5mh/s per card. With the same OC I get 1.65mh/s to 1.7mh/s with only 1 card active.

I am only running 1 card. I only have a single card now. What OC setting u use ? i saw someone on earlier post (using same model) getting 1.75 mh each running 5 cards. What is your GPU load ?
full member
Activity: 126
Merit: 100
I am using evga gtx 750 ti SC but i am not able to get my card to run 1.7 mh for x11. Its only running 1.2 - 1.3 mh. All my setting is +0. The gpu load always run around 70% TDP 50%. I am using windows 8.1. Need advise to improve hashrate.

Is this when you trying to run just 1 card or several at the same time? When I run 4 simultaneously I can only get about 1.5mh/s per card. With the same OC I get 1.65mh/s to 1.7mh/s with only 1 card active.
member
Activity: 117
Merit: 10
I'm getting only 800khash with x11 on my 750ti... :/

My cards only go that low if I've OCd it too high. Reboot your rig and try again.

Also, share your command line that you're running just in case.
You use it with no OC at all? Iv oced clock +70 and memory -502
My batch file
Code:
ccminer50 -a x11 -o pool -u user -p password

I do overclock, I'm saying I get the low mhash when I overclock TOO MUCH and it errors and the mhash drops Smiley

That command line looks fine. Have you restarted the PC since your last post?
Yes, I've canceled the oc, now I'm getting around 1335 khash
full member
Activity: 126
Merit: 100
I'm getting only 800khash with x11 on my 750ti... :/

My cards only go that low if I've OCd it too high. Reboot your rig and try again.

Also, share your command line that you're running just in case.
You use it with no OC at all? Iv oced clock +70 and memory -502
My batch file
Code:
ccminer50 -a x11 -o pool -u user -p password

I do overclock, I'm saying I get the low mhash when I overclock TOO MUCH and it errors and the mhash drops Smiley

That command line looks fine. Have you restarted the PC since your last post?
legendary
Activity: 1400
Merit: 1050
Ok here a simple modification to run on diamond stratum (require to read between the line... why they can't say things simply on DMD threads !?)

DMD uses as transaction hash sha256d, while Groestlcoin uses sha256.
So you need to go into "cpu_miner.c" and replace
if (opt_algo == ALGO_FUGUE256 || opt_algo == ALGO_GROESTL)

by
if (opt_algo == ALGO_FUGUE256)

(the default being sha256d)
and recompile.
full member
Activity: 210
Merit: 100
 I am using evga gtx 750 ti SC but i am not able to get my card to run 1.7 mh for x11. Its only running 1.2 - 1.3 mh. All my setting is +0. The gpu load always run around 70% TDP 50%. I am using windows 8.1. Need advise to improve hashrate.
full member
Activity: 210
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.

Get this one. The other link was for 2012, you want the 2010 one.
http://www.microsoft.com/en-us/download/details.aspx?id=8328

already fix. Thank you.
full member
Activity: 154
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.

Get this one. The other link was for 2012, you want the 2010 one.
http://www.microsoft.com/en-us/download/details.aspx?id=8328
sr. member
Activity: 350
Merit: 250
i am running only 1 gtx 750 ti, ccminer is using 10% CPU , is that normal ?

Depends on your cpu and what coin
full member
Activity: 210
Merit: 100
i am running only 1 gtx 750 ti, ccminer is using 10% CPU , is that normal ?
member
Activity: 117
Merit: 10
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.
Check that one http://www.microsoft.com/en-us/download/details.aspx?id=5555

IT WORKS !

THANK YOU.

I think the link should post on OP.
Glad I could help, it will cost you 2 btc Smiley 1JvikuK3EUncEqq7nRBPnGKVgnz9KbUDDd
full member
Activity: 210
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.
Check that one http://www.microsoft.com/en-us/download/details.aspx?id=5555

IT WORKS !

THANK YOU.

I think the link should post on OP.
member
Activity: 117
Merit: 10
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.
Check that one http://www.microsoft.com/en-us/download/details.aspx?id=5555
full member
Activity: 210
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.

I have installed 32 bit. Having the same error.  MSVCP100.dll missing. What is the suppose location of file MSVCP100.dll ? maybe i can check whether is there or not.
full member
Activity: 210
Merit: 100
i did not install "cudaminer_vc2010_prerequisites.7z (49.3 MB)" because i dont know what to do with it.
member
Activity: 117
Merit: 10
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Although your windows is 64 bit, ccminer v1.0 official binaries release is 32 bit.
full member
Activity: 210
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing
Try installing this
http://www.microsoft.com/en-us/download/details.aspx?id=30679

I installed. Same error. The ccminer v1 only have 32 bit miner , i am using 64 bit windows, does it matter ?
member
Activity: 117
Merit: 10
I'm getting only 800khash with x11 on my 750ti... :/

My cards only go that low if I've OCd it too high. Reboot your rig and try again.

Also, share your command line that you're running just in case.
You use it with no OC at all? Iv oced clock +70 and memory -502
My batch file
Code:
ccminer50 -a x11 -o pool -u user -p password
full member
Activity: 210
Merit: 100
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it
is there a "how to instal ccminerl" guide for windows ? I saw there is a file on OP "cudaminer_vc2010_prerequisites.7z (49.3 MB)" but i dont know what to do with it

is ccminer plug and play  ? This is the first time i am using ccminer. I cannot run it. MSVCP100.dll missing

Can someone help me ? i have installed Visual C++ Redistributable for Visual Studio 2012. I am using windows 8.1
Are you sure you've installed the 32 bit version?

i am using 64 bit. I installed 64 bit. I have to install 32 bit instead ?
Jump to: