07-01-2014, 07:46 PM
yes, 1050 Mhz core & 1375 Mhz memory. the `power=50' value is for powertune and tells the card it may use up to 50% more electricity than normal to power the card.
the -n/-u settings you use will vary per algorithm. the appropriate -n/-u values for each algorithm can be found by benchmarking that algorithm. for example, with md5crypt, `oclHashcat64.bin -b -m 500' reports:
therefore you should use -n 128 -u 1000 for this algorithm.
alternatively, you can just omit -n/-u and just use "-w 3" instead. it will automatically use the optimal -n/-u values for each algorithm.
the -n/-u settings you use will vary per algorithm. the appropriate -n/-u values for each algorithm can be found by benchmarking that algorithm. for example, with md5crypt, `oclHashcat64.bin -b -m 500' reports:
Code:
Hashtype: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Workload: 1000 loops, 128 accel
therefore you should use -n 128 -u 1000 for this algorithm.
alternatively, you can just omit -n/-u and just use "-w 3" instead. it will automatically use the optimal -n/-u values for each algorithm.