Hey I'm only getting about 150Mkey/s with a GTX 1080 ti with the following settings: clBitCrack.exe -c -b 224 -t 128 -p 1024 -o results.txt 1Me6EfpwZK5kQziBwBfvLiHjaPGxCKLoJi --keyspace [blahblahhexcode]
Is there any way to speed it up?
I don't know about -b 224 but try -t 512 and keep -p 1024
play around with the -b and see what is the best ...
In any case, the cuda code is much faster ... cuBitcrack
Thanks man I'll give that a go, for the cuda code, I have cuda 10.1 and it's built for 9.2 and I can't be arsed compiling on windows as it's a pain lol
Edit: Actually just built it there and was much quicker and easier than I thought, just have to change all references to 9.2 over to 10.1. The problem now is with cuBitCrack I'm only getting 7Mkey/s..
I've used Opencl on Windows and Ubuntu with no issues with both ATI and NVIDIA cards. I've also used cuda on Ubuntu which works perfectly. I can't say the same thing about cuda, c++ and windows , a real pain to get things going but maybe someone with more experience can help you on this.