(no title)
jonas-w | 1 year ago
With hashcat and opencl I could get 12GH/s but I couldn't find a way to use hashcat for this use case.
jonas-w | 1 year ago
With hashcat and opencl I could get 12GH/s but I couldn't find a way to use hashcat for this use case.
wdfx|1 year ago
Got an optimised C++ version with no deps averaging about ~24 MH/s on an i7-11800H.
I've got 9 zeros; if I get a result that ranks top 10 I think I'll submit and call it a day.
jonas-w|1 year ago
I don't know how I got it working, but I'm now at 3GH/s with my OpenCL implementation. I basically converted 90% of my rust logic to opencl and now my GPU is at 100% usage and I also needed to switch to a tty, as my window manager became unresponsive haha
I'm kind of glad about this HN post, as I had absolutely no clue about how sha256 and opencl worked before this challenge.
Thanks @quirino