Theoretical speed could not be reached(help)
#1
Smile 
THE THEORETICAL SPEED CANNOT BE REACHED, AND THE ACTUAL SPEED IS ONLY 1700H/S, Because of my hash value is $2a$10$ So I chose to use it -m 3200 in use -b Look at the theoretical velocity as  12889 H/s There is too much difference from reality Even if I use -w 3 Still not improving Please help me
Reply
#2
You can't reach the speed in the benchmark because the benchmark tests a hash with cost 5 and your hash is cost 10.

The cost refers to the number of iterations the algorithm must do, cost 5 is 2^5 (32 iterations), and your hash is 2^10 (1024 iterations).
Reply