Author

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

full member
Activity: 263
Merit: 100
Who can see the mistake?
Running out of time to complete it now...  Angry

nicehash.bat

Thanks.
in you nicehash.bat you have 10 opened brackets "(" and 7 closed brackets ")"  Wink
hero member
Activity: 756
Merit: 502
Would be nice if ccminer is the first to crack this one Cheesy

it's classified. Ask Snowden. If I told you, you'd end up in Russia.
hero member
Activity: 644
Merit: 500
Does solomining something like a random Keccak coin allow me to validate my overclock?

each algorithm has different limits on OC. Hard to generalize, really.
Well, I found out, more or less, that you're better off trying each different algo, and lowering the clock as required, until you're at the lowest level. Algo-chaining coins, most profitable ATM, like X11 will probably use at least one of the algo's that you had to set the lowest clock for and it will break if it hits that algo too much. So I'm sticking with +180 core, +500mem for my gtx760 and +70 core, +250mem for my GTX750TI's Wink

Also, I like this: https://bitcointalksearch.org/topic/xmr-monero-a-secure-private-untraceable-cryptocurrency-583449
Would be nice if ccminer is the first to crack this one Cheesy
full member
Activity: 182
Merit: 100
Does solomining something like a random Keccak coin allow me to validate my overclock?

each algorithm has different limits on OC. Hard to generalize, really.
So to be really sure, try all the algorithms, got it Smiley
hero member
Activity: 756
Merit: 502
Does solomining something like a random Keccak coin allow me to validate my overclock?

each algorithm has different limits on OC. Hard to generalize, really.
full member
Activity: 182
Merit: 100
Does solomining something like a random Keccak coin allow me to validate my overclock?
full member
Activity: 210
Merit: 100
660gtx : 1.78mhs per card (non oc) is actually good ?
What can I expect with the future release ?

More profit
full member
Activity: 126
Merit: 100
660gtx : 1.78mhs per card (non oc) is actually good ?
What can I expect with the future release ?
full member
Activity: 168
Merit: 100
If any of you guys are mining SyncCoin at sync.v2.dedicatedpool.com I'd highly suggest switching over to http://sync.suchpool.pw/

Better hash rate (better luck) and no darn stratum errors.  I'm making about 15-20% more there overall.
full member
Activity: 154
Merit: 100
ccminer only worked for me after c++ 2012 32 bit.  without it i got msvcp110.dll missing even though that dll was in my windows/system32 folder.  are you talking cudaminer or ccminer?  maybe there's a distinction.

Yes, I'm talking about ccminer. I'm guessing it's as cbuchner1 says.

Are you using a version compiled by a 3rd party?

It may be needed for third party compiles, most probably by cryptominingblog and others.
I stick to VS2010 because it has all features I need for this project and because I
have a professional version - the upgrades to 2012/13 are just prohibitively expensive.

Christian

I've got the other versions through a msdn subscription, but you're not missing out on much.
At least there's no noticeable performance difference. (it would be very surprising if there was, either way).

And it's not like you really need the improved c++11 support Smiley
hero member
Activity: 756
Merit: 502

c++ redist 2012 32bit


Did someone somewhere post some guide incorrectly involving the 2012 redist somewhere?
I've seen this come across this thread way too many times now.

I really don't understand where this assumption that 2012 redist is needed is coming from.


It may be needed for third party compiles, most probably by cryptominingblog and others.
I stick to VS2010 because it has all features I need for this project and because I
have a professional version - the upgrades to 2012/13 are just prohibitively expensive.

Christian
legendary
Activity: 1400
Merit: 1050
just curious what OS are you using those having problem if msvcp ?
(kind of strange knowing that ccminer is compile with msvc 2010, or may-be you are using some "private" version compiled with something else, if it is the case it would be better that this dll get included in these private version)
legendary
Activity: 2296
Merit: 1031

c++ redist 2012 32bit


Did someone somewhere post some guide incorrectly involving the 2012 redist somewhere?
I've seen this come across this thread way too many times now.

I really don't understand where this assumption that 2012 redist is needed is coming from.


ccminer only worked for me after c++ 2012 32 bit.  without it i got msvcp110.dll missing even though that dll was in my windows/system32 folder.  are you talking cudaminer or ccminer?  maybe there's a distinction.
legendary
Activity: 2296
Merit: 1031
So I finally got ccminer working for x11 after installing all four versions of visual C++ (64/32 bit 2010/2012).   But... now I have other issues.  

With cudaminer I could schedule a task to run the miner automatically at login.  Furthermore, I ran a VBscript which forced it to run in the background so there's no ugly/confusing miner window (on my kid's computers... hehehehe).

But now... I can't even get ccminer to run even though I program it to with task scheduler in win 8.1 pro 64 bit.  Is this because it's x86?  Any ideas?  

thx
full member
Activity: 154
Merit: 100

c++ redist 2012 32bit


Did someone somewhere post some guide incorrectly involving the 2012 redist somewhere?
I've seen this come across this thread way too many times now.

I really don't understand where this assumption that 2012 redist is needed is coming from.
legendary
Activity: 2296
Merit: 1031
I keep getting that stupid msvcr100.dll missing error on a new 6 750 ti rig...win 7 64, installed c++ redist 2012 32bit and also the .net framework 4.5 just in case.

Any clues? (using ccminer official compiled binaries)

I did a fresh install of Win 7 64bit the other day and couldn't get mining to work until I installed the 2010 32bit version direct from MS themselves here...

http://www.microsoft.com/en-gb/download/details.aspx?id=5555

and again this link is missing service pack 1.

I use Visual C++ 2010 SP1 for official builds and most recently I have only been providing 32 bit binaries (I question the need for 64 bit binaries, as no significant computation is done on the CPU). Hence the redistributable for SP1 will be required.


I tried sp1 too, I'll reintall and reboot, but for now I'm at curecoin...thanks Christian.

I have four versions of visual C++... x86 and 64bit renditions of 2010 and 2012 and it finally worked after having all of those.
hero member
Activity: 812
Merit: 1000
I keep getting that stupid msvcr100.dll missing error on a new 6 750 ti rig...win 7 64, installed c++ redist 2012 32bit and also the .net framework 4.5 just in case.

Any clues? (using ccminer official compiled binaries)

I did a fresh install of Win 7 64bit the other day and couldn't get mining to work until I installed the 2010 32bit version direct from MS themselves here...

http://www.microsoft.com/en-gb/download/details.aspx?id=5555

and again this link is missing service pack 1.

I use Visual C++ 2010 SP1 for official builds and most recently I have only been providing 32 bit binaries (I question the need for 64 bit binaries, as no significant computation is done on the CPU). Hence the redistributable for SP1 will be required.


I tried sp1 too, I'll reintall and reboot, but for now I'm at curecoin...thanks Christian.
sr. member
Activity: 350
Merit: 250
I use Visual C++ 2010 SP1 for official builds and most recently I have only been providing 32 bit binaries (I question the need for 64 bit binaries, as no significant computation is done on the CPU). Hence the redistributable for SP1 will be required.


ive found the the latest ccminer actually doesn't compile for 64 bit atall. i left it an hour and it sits around line 326 or something like that. compiled for 32 bit though. its very strange
hero member
Activity: 756
Merit: 502
I keep getting that stupid msvcr100.dll missing error on a new 6 750 ti rig...win 7 64, installed c++ redist 2012 32bit and also the .net framework 4.5 just in case.

Any clues? (using ccminer official compiled binaries)

I did a fresh install of Win 7 64bit the other day and couldn't get mining to work until I installed the 2010 32bit version direct from MS themselves here...

http://www.microsoft.com/en-gb/download/details.aspx?id=5555

and again this link is missing service pack 1.

I use Visual C++ 2010 SP1 for official builds and most recently I have only been providing 32 bit binaries (I question the need for 64 bit binaries, as no significant computation is done on the CPU). Hence the redistributable for SP1 will be required.
full member
Activity: 126
Merit: 100

How is this profitable if it's not on an exchange? Reading it's thread isn't very encouraging either. Just another x11 pow+Piece Of Shitcoin, IMO.
Jump to: