-
Notifications
You must be signed in to change notification settings - Fork 54
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
Scrypt jane support #15
Comments
That patch merges without too much work over the current revision. I have the changes available in my own fork (https://github.com/vergoh/cgminer-3.7.2-kalroth) and could do another pull request about that but it seems that my previous and still open pull request #12 blocks me from doing any new ones from the same branch before the previous gets merged. |
@vergoh thank you very much. Now I use your fork at all my rigs. Could you add sha-512 and N-scrypt? It would be universal single version for all. |
I'd be interested in scrypt jane and scrypt-n support as well, so I can use multiple thread settings while mining ultracoin and vertcoin. |
Could you provide sources for the correct/latest versions of those extra support patches that you'd want be merged? |
scrypt-N support is basically for vertcoin (and clones thereof). |
vertminer has its own scrypt opencl kernel that fixes the HW errors and actually works with standard scrypt as well, however it's performance is hit or miss. I've been working with it and adding support to my miner (which does scrypt, scrypt-chacha, and nscrypt), but it needs some work still as the nscrypt kernel performs slowly on newer cards for scrypt. |
Hello. I really like your cgminer, could you add scrypt-jane support please? It could be disabled by default, just add additional --enable-scrypt-jane line while compiling.
I have tried to patch your miner with this patch: https://sites.google.com/site/rmdavidson/ but some fixes couldn't apply. I think it doesn't takes too much time to add this patch.
The text was updated successfully, but these errors were encountered: