-
Notifications
You must be signed in to change notification settings - Fork 131
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
add nicehash support #19
base: Verus2.2
Are you sure you want to change the base?
Conversation
It will be helpful if you could add static linking for the build |
my be yes, i will add a release for x86_64 standard PC on my ccminer releases with static linked. |
@wong-fi-hung can you help to static link the libs or add instructions to do so ? |
@monkins1010 help to verify and merge this |
any updates for static linking ? |
yes.. |
@wong-fi-hung can you document down how to do the static linking ? |
added nicehash support (reduce reject rate when using nicehash stratum).
added --nicehash option.
fixed hashrate calculation(util.cpp) : hashrate < 1000 = H/s
hashrate < 1e6 = KH/s
hashrate < 1e9 = MH/s
hashrate < 1e12 = GH/s
hashrate = 1e12 = TH/s