cpuminer-opt-scryptnah from github doesn't works, issue erorr for miss some .dll, do you have any new link to download correct version, thanks!
Can you tell me what version of Windows you are using, and can you tell me what DLL was missing?
I was certain I compiled a static-linked binary.

I should investigate a bit further. It's probably something to do with mingw or it's a system DLL missing. If you can tell me your O/S version and any error message I can narrow it down. Thanks!
Hi, I have also some dll issues. I'm on windows 10.
I didn't find any source code so cannot compile and try on linux
The source has been updated at
https://github.com/catcoin-project/cpuminer-optDid you get an error message with which DLL was missing? I will upload a few DLLs it uses to the repository to see if that fixes any issues.
DLLs have been uploaded. I will create a release but until then, select the Code button and Download Zip. This should give you the entire master branch with the binary and its DLLs.
Otherwise the source code with a scrypt-NAH patch is there at
https://github.com/catcoin-project/cpuminer-opt-scryptnah.git, I've found it compiles without many issues on Linux and Windows. It needs libcurl-dev, libssl-dev (crypto and ssl), pthreads (or winpthreads) on top of the usual build tools (build-essential, autotools-dev, m4, libtool, automake, autoconf, git, .. that should do it).
Let me know how it goes!
[moderator's note: consecutive posts merged]