Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please build a static version #9

Open
bitbybitllc opened this issue Dec 22, 2016 · 8 comments
Open

Please build a static version #9

bitbybitllc opened this issue Dec 22, 2016 · 8 comments

Comments

@bitbybitllc
Copy link

I'm using your release version 4.0d but it requires the visual studio runtime dll's.

Can you go to Project settings -> C/C++ -> Code Generation -> Runtime library and set to either (MTd or MT).

Can't run this on machines without the runtime library and I can't get the source to compile or else I would do it myself.

Thank you.

@bitbybitllc
Copy link
Author

Hoping to use this miner version in a project of mine since this supposedly works on AMD R7's correct?

However installing the runtime library isn't an option for me.

Tried adding MSVCP140.dll and vcruntime.dll's to the folder where the miner is but that caused it to crash.

Please statically link these runtime dlls by using the settings I provided above and post a release version. I would greatly appreciate that.

@maztheman
Copy link
Owner

sure, i can do that.

@bitbybitllc
Copy link
Author

You're the best man!

@maztheman
Copy link
Owner

ok, try https://github.com/maztheman/nheqminer/releases/download/v0.5a/v0.5a_AMD_Static.7z

let me know if that works for you.

@bitbybitllc
Copy link
Author

Doesn't seem to work.

Says MSVCR100.dll is missing.

Did you make sure to in your Visual Studio, open Project properties -> Configuration properties -> C/C++ -> Code generation and change option Runtime Library to /MT instead of /MD for the specific build (release/debug) and version (x64/x86) of the project?

@maztheman
Copy link
Owner

maztheman commented Dec 22, 2016 via email

@bitbybitllc
Copy link
Author

That's very odd. I didn't have this problem ever with the original nheqminer that nice hash posted.

Must be some setting being over looked :/

@bitbybitllc
Copy link
Author

Possible to get a 0.4d build statically?
I'm looking for an all in one solution for zcash mining on all platforms and I believe your version works on AMD R7's correct?

Hoping to use just one binary instead of one for each platform and I believe 0.4d is that solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants