KlausT

Results 282 comments of KlausT

Scrypt should work fine with tpruvot's ccminer version. In your example you wrote algo instead of --algo

Yes, that's usually no problem. You have to install a few things first: - libssl-dev - libcurl4-openssl.dev - libjansson-dev - automake Then you download the source code and run ./build.sh...

You probably have to update the driver. And please check if it is actually being used

There's no dev fee

The default intensity is probably too high. Try setting it manually. What algo are you trying to mine?

Did it say something about cuda_neoscrypt.cu ? Maybe it's not your cards but your system that's out of memory. In this case changing the intensity wouldn't help.

If those cards have the same high memory latency than the 1080Ti, they might be faster when we make a little code change. After this line: https://github.com/KlausT/ccminer/blob/5a4b96bb24806cf430c18be9ad9b6152b7886982/neoscrypt/neoscrypt.cu#L45 I could add...

Did you use port 9999? SSL doesn't work. Try a different port. ![screenshot](http://www.sonstiges.org/Screenshot%202017-05-02%2003.55.27.png)

Maybe you can try the option -P then you can see some more info about what's happening

Yeah, maybe. Intensity would be log(blocks*threads) / log(2) Or the other way around: blocks * threads = 2^intensity