-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical OpenCL big affecting intel Graphics devices #123
Comments
Perhaps for the same reason AMD devices do not work correctly? |
I have a laptop with Intel HD Graphics 620 and dedicated AMD Radeon 530. None of them works. |
0.28 release is working now with AMD Radeon 530. |
current updates |
The latest release (0.29) has a workaround for the Intel multiplication bug. Tested on an Intel UHD 630 |
0.29 release is working now on Intel HD Graphics 620. |
And Intel HD Graphics 520. Thanks! |
how to use multiple gpu? i add command in bat like -d 0 -d 1 not working... the software always use d 1 gpu |
@ayiphelmy Each instance can only use 1 GPU. To use multiple GPUs you will need to run multiple instances of the program. |
2020 ==) on intel hd graphics 620 , it stops at ===) loading adresses from ' address .txt ' ? |
@brichard19 2020 ==) on intel hd graphics 620 , it stops at ===) loading adresses from ' address .txt ' ? |
in fact, on AMD devices, the not finding error is when the --keyspace parameter is specified.When we do not specify this parameter, the program works fine. As soon as the parameter is indicated, any range, then the result can be skipped. Hope for a quick direction from the developer. Thank you. |
Hi. I downloaded all files. I typed the key I want to search in the keys section of the main file in the AddrGen folder. There is no activity currently. When I try to open .exe files it instantly shuts down. How should I go about it? What should I do? |
I tried running the program in Linux. I failed. ./cuBitCrack: Access denied.... ./clBitCrack: There is no such file or directory ... Command not found ... As a result, I failed and was desperate. I'm waiting for your help. Linux sürümü, Mint 19.2 |
May i get a video, please? How to use it. Its very helpful for me. My Intel HD Graphics 5500 |
Hello sir I have an address but looking for the right tools to crack the private key |
my device is is there any solution ? |
i have AMD RX590 when input bitcoin puzzle addresses founds only 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH and 1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e all others are skipped. i'm developer but not worked before with opencl and dont know everythin. what i see and don't know it's correct or not
double pct = 10.0;
} and in loop system always finding 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH and 1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e infinitly also i was not able to build opencl kernel until i copied functions from other cl files |
Does anyone know if this program searches in random or sequential MODE? |
There is a critical OpenCL bug detailed here https://software.intel.com/en-us/forums/opencl/topic/801754
This bug affects the OpenCL version of Bitcrack. It will not find keys on some Intel graphics devices.
I will look into creating a work-around in the code until the issue is resolved.
The text was updated successfully, but these errors were encountered: