3rd Iteration

Results 162 comments of 3rd Iteration

Nobody seems to read the --help type of message, so something needs to go in the docs folder so that it in included at https://btcrecover.readthedocs.io/en/latest/ I'll also re-org the files...

OpenCL on M1 isn't currently supported

> does this still exist? I am getting this output from an M2. > > ``` > ***@***-MBP-2 btcrecover % python3 run-all-tests.py -vv > Traceback (most recent call last): >...

This is a limitation that basically exists within the OpenCL implementation, but it would be nicer if it just CPU-checked those passwords instead in an automatic way.

While this is true, it would be better to have it gracefully handle if the password is above the length of what can be handled via OpenCL. (Whatever this length...

Open CL hanging on sCrypt means you are running out of GPU memory, depending on the wallet difficulty this could happen with as few as half a dozen threads. In...

Does btcrecover.py work directly with the file? (As you are trying to use an extract script here)

I haven't tested pyopencl functionality on any Mac platform. Do you get the same behavior in Linux?