Post
Topic
Board Bitcoin Technical Support
Re: start btcrecover with opencl problems
by
nc50lc
on 29/04/2023, 04:36:40 UTC
NameError: name 'opencl_information' is not defined
Try to install the full requirements from "requirements-full.txt" file.
You can install those in one command:
Code:
python -m pip install -r "requirements-full.txt"
(if the requirements file isn't in python's directory, provide the absolute path)

By the way, it this related to your other topic where you're trying to bruteforce a wallet with unknown password using random characters tokens?
Because even with GPU acceleration, it'll be impossible for longer passwords.