KlausT

Results 282 comments of KlausT

Version 3.02 is ok, I think. I will have to check the changes I made.

Should be fixed now

You can use `-l 32x84` for example. Looks like the US server has some problems. I just tried europe.cryptonight-hub.miningpoolhub.com and it works right now. `-a cryptonight` is the old algo,...

What error do you mean? The out of memory error ? Try adding -l 32x84 or -l 32x56 like this: `ccminer-cryptonight -a monero -l 32x84 -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580`

CUDA 7.5 doesn't support compute_60 and above. If you don't want to install CUDA 8.0 then you could modify the makefile.am and delete the compute_60 and 61 stuff.

I guess the compiler didn't compile the modified file. Try "make clean" before compiling it But I don't think commenting out the error check will help. Did you delete the...

Oops, sorry, small typo in my comment. I meant adding -gencode=arch=compute_52,code=compute_52 to the makefile.am If this works then the first start of ccminer will probably take a little bit longer,...

Try `-l 8x224 --bfactor=0` if you have enough memory maybe even 336 This algo is generally very slow. The memory speed has a large influence. My GTX1070 is doing 616...

In this line: `*** ccminer-cryptonight 2.01 (64 bit) for nVidia GPUs by tsiv and KlausT` does it say 64bit, or does it say 32bit?

I made a small change. Maybe you could try 8x336 now, I can't say if it will work for you or not.