brichard19 / BitCrack

A tool for cracking Bitcoin private keys
MIT License
719 stars 479 forks source link

bug found : key not found #373

Open mirameshs opened 1 year ago

mirameshs commented 1 year ago

sample privatekey : 0x35747FC5980001111 bitcoin address : 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT

why clbitcrack can not find the privatekey ??????????

clBitCrack.exe 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT --keyspace 0x35747FC5980000000:0x35747FC5980021111 [2023-04-27.22:17:02] [Info] Compression: compressed [2023-04-27.22:17:02] [Info] Starting at: 0000000000000000000000000000000000000000000000035747FC5980000000 [2023-04-27.22:17:02] [Info] Ending at: 0000000000000000000000000000000000000000000000035747FC5980021111 [2023-04-27.22:17:02] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2023-04-27.22:17:02] [Info] Compiling OpenCL kernels... [2023-04-27.22:17:13] [Info] Initializing Ellesmere [2023-04-27.22:17:13] [Info] Generating 262,144 starting points (10.0MB) [2023-04-27.22:17:14] [Info] 10.0% [2023-04-27.22:17:14] [Info] 20.0% [2023-04-27.22:17:14] [Info] 30.0% [2023-04-27.22:17:14] [Info] 40.0% [2023-04-27.22:17:14] [Info] 50.0% [2023-04-27.22:17:14] [Info] 60.0% [2023-04-27.22:17:14] [Info] 70.0% [2023-04-27.22:17:14] [Info] 80.0% [2023-04-27.22:17:14] [Info] 90.0% [2023-04-27.22:17:14] [Info] 100.0% [2023-04-27.22:17:14] [Info] Done [2023-04-27.22:17:14] [Info] Reached end of keyspace

opencl version : 3.0.1.0 device : RX580 8GB

bill32767 commented 1 year ago

Did you specify the compression? If it’s ‘-c’ or ‘-u’ ? (Compressed or uncompressed respectively) also add some bytes at the end of the actual private key (example: —keyspace 0x35747FC5980000000: 0x35747FC5980009999)

On Thu, Apr 27, 2023 at 7:03 PM mira m @.***> wrote:

sample privatekey : 0x35747FC5980001111 bitcoin address : 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT

why clbitcrack can not find the privatekey ??????????

clBitCrack.exe 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT --keyspace 0x35747FC5980000000:0x35747FC5980021111 [2023-04-27.22:17:02] [Info] Compression: compressed [2023-04-27.22:17:02] [Info] Starting at: 0000000000000000000000000000000000000000000000035747FC5980000000 [2023-04-27.22:17:02] [Info] Ending at: 0000000000000000000000000000000000000000000000035747FC5980021111 [2023-04-27.22:17:02] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2023-04-27.22:17:02] [Info] Compiling OpenCL kernels... [2023-04-27.22:17:13] [Info] Initializing Ellesmere [2023-04-27.22:17:13] [Info] Generating 262,144 starting points (10.0MB) [2023-04-27.22:17:14] [Info] 10.0% [2023-04-27.22:17:14] [Info] 20.0% [2023-04-27.22:17:14] [Info] 30.0% [2023-04-27.22:17:14] [Info] 40.0% [2023-04-27.22:17:14] [Info] 50.0% [2023-04-27.22:17:14] [Info] 60.0% [2023-04-27.22:17:14] [Info] 70.0% [2023-04-27.22:17:14] [Info] 80.0% [2023-04-27.22:17:14] [Info] 90.0% [2023-04-27.22:17:14] [Info] 100.0% [2023-04-27.22:17:14] [Info] Done [2023-04-27.22:17:14] [Info] Reached end of keyspace

opencl version : 3.0.1.0 device : RX580 8GB

— Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWRFWJYPVQ5YMN7CPKMQZLXDKYHHANCNFSM6AAAAAAXOGQWZQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mirameshs commented 1 year ago

its compressed but if I use -c or not, there is no difference

my sample private key is in the keyspace range ( --keyspace 0x35747FC5980000000:0x35747FC5980021111) . so there is no need to add some bytes. clbitcrack should find the key but it can not.

please look at this with -c

.\clBitCrack.exe 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT -c --keyspace 0x35747FC5980000000:0x35747FC5980021111 [2023-04-27.23:00:12] [Info] Compression: compressed [2023-04-27.23:00:12] [Info] Starting at: 0000000000000000000000000000000000000000000000035747FC5980000000 [2023-04-27.23:00:12] [Info] Ending at: 0000000000000000000000000000000000000000000000035747FC5980021111 [2023-04-27.23:00:12] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2023-04-27.23:00:12] [Info] Compiling OpenCL kernels... [2023-04-27.23:00:24] [Info] Initializing Ellesmere [2023-04-27.23:00:24] [Info] Generating 262,144 starting points (10.0MB) [2023-04-27.23:00:24] [Info] 10.0% [2023-04-27.23:00:24] [Info] 20.0% [2023-04-27.23:00:24] [Info] 30.0% [2023-04-27.23:00:24] [Info] 40.0% [2023-04-27.23:00:24] [Info] 50.0% [2023-04-27.23:00:24] [Info] 60.0% [2023-04-27.23:00:24] [Info] 70.0% [2023-04-27.23:00:24] [Info] 80.0% [2023-04-27.23:00:24] [Info] 90.0% [2023-04-27.23:00:24] [Info] 100.0% [2023-04-27.23:00:24] [Info] Done [2023-04-27.23:00:24] [Info] Reached end of keyspace

natedawg469 commented 1 year ago

Are you running the release version from visual studio?

mirameshs commented 1 year ago

no. I am not visual studio user

On Thu, Apr 27, 2023 at 10:41 PM natedawg469 @.***> wrote:

Are you running the release version from visual studio?

— Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/373#issuecomment-1526208910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUUURMBPA3WYXJFGQSV3XDLAFPANCNFSM6AAAAAAXOGQWZQ . You are receiving this because you authored the thread.Message ID: @.***>

natedawg469 commented 1 year ago

no. I am not visual studio user On Thu, Apr 27, 2023 at 10:41 PM natedawg469 @.> wrote: Are you running the release version from visual studio? — Reply to this email directly, view it on GitHub <#373 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUUURMBPA3WYXJFGQSV3XDLAFPANCNFSM6AAAAAAXOGQWZQ . You are receiving this because you authored the thread.Message ID: @.>

Did you build it yourself in visual studio? If so, finished program needs to be release and not debug. This might be your issue but would need more context.

mirameshs commented 1 year ago

no. I am not visual studio user On Thu, Apr 27, 2023 at 10:41 PM natedawg469 @.**> wrote: Are you running the release version from visual studio? — Reply to this email directly, view it on GitHub <#373 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUUURMBPA3WYXJFGQSV3XDLAFPANCNFSM6AAAAAAXOGQWZQ . You are receiving this because you authored the thread.Message ID: @.**>

Did you build it yourself in visual studio? If so, finished program needs to be release and not debug. This might be your issue but would need more context.

No. I do not build it myself. I have downloaded from this link : https://github.com/brichard19/BitCrack/releases/download/0.31/clBitCrack.exe

in release page : https://github.com/brichard19/BitCrack/releases

unclevito2017 commented 1 year ago

AMD has a bug, my AMD will not find either but a cheap Nvidia will. There is a warning on the bitcrack page https://github.com/brichard19/BitCrack Note: clBitCrack.exe is still EXPERIMENTAL, as users have reported critial bugs when running on some AMD and Intel devices. BitCrack.exe 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT --keyspace 0x35747FC5980000000:0x35747FC5980021111 [2023-05-22.21:07:55] [Info] Compression : compressed [2023-05-22.21:07:55] [Info] Starting at : 0000000000000000000000000000000000000000000000035747FC5980000000 (66 bit) [2023-05-22.21:07:55] [Info] Ending at : 0000000000000000000000000000000000000000000000035747FC5980021111 (66 bit) [2023-05-22.21:07:55] [Info] Range : 0000000000000000000000000000000000000000000000000000000000021111 (18 bit) [2023-05-22.21:07:55] [Info] Initializing NVIDIA GeForce GT 1030 [2023-05-22.21:07:55] [Info] Generating 262,144 starting points (10.0MB) [2023-05-22.21:07:55] [Info] 10.0% 20.0% 30.0% 40.0% 50.0% 60.0% 70.0% 80.0% 90.0% 100.0% [2023-05-22.21:07:57] [Info] Done

[2023-05-22.21:07:57] [Info] Address : 19oug1yekkxgK2Ceck9xnV9Trsj3DF1VtT Private key : 0000000000000000000000000000000000000000000000035747FC5980001111 Compressed : yes Public key : 02004FC972021E8A28D66EA523C959960210BFEA465EDD91944EF6F7ACE077419C

[2023-05-22.21:07:57] [Info] No targets remaining [2023-05-22.21:07:57] [Info] Reached end of keyspace

Vladislav3377 commented 6 months ago

Salaam alaikum to everyone! Hello everyone! Bitcoin is a scam! On March 19, 2024, 865 bitcoins were sold on the exchange at a price of $8,000! On other exchanges the price was $70,000! Let's create a community and sequentially select the private key of the largest bts address! And when we find it, Bitcoin will collapse! Thanks in advance everyone!

vlad333777 commented 4 months ago

Hi! When will you find the private key? How to withdraw? Through what program?

marssystems commented 4 months ago

When you find the private key, import it into Electrum wallet and then withdraw the BTC.

Vladislav3377 commented 3 months ago

Hi! Thanks! This is hex format How withdraw?

пт, 24 мая 2024 г., 04:27 Mariusz Adamczyk @.***>:

When you find the private key, import it into Electrum wallet and then withdraw the BTC.

— Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/373#issuecomment-2128188401, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHHVGXQEHBHRVZG55DJXGIDZDZ3N3AVCNFSM6AAAAAAXOGQWZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRYGE4DQNBQGE . You are receiving this because you commented.Message ID: @.***>