Sorry, my previous PR had an issue where it won't print out results to the terminal for small number of leading zeros (<= 3) when using GPU OpenCL
(because too little time has elapsed between the start of the loop and the time when a solution is found).
This PR fixes it by not resetting the previous time of printing upon every solution found.
Sorry, my previous PR had an issue where it won't print out results to the terminal for small number of leading zeros (<= 3) when using GPU OpenCL (because too little time has elapsed between the start of the loop and the time when a solution is found).
This PR fixes it by not resetting the previous time of printing upon every solution found.