Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
cbuchner1
on 20/01/2014, 20:37:57 UTC
I see that someone has "released cudaminer" for vertcoin

https://bitcointalk.org/index.php?topic=404364.msg4620453#msg4620453

at least with a better ratio than the buggy AMD implementation vs scrypt - would have been gentlemanly if they had tipped their hat to Christian for all his effort.

I believe the CPU based validation code has some kind of hardcoded scratchpad buffer size for N=1024. This needs to be fixed.

EDIT:
oh look what's there !
Code:
scratch[32768]

EDIT2: okay, a likely fix is now on github. mine away!