brichard19 / BitCrack

A tool for cracking Bitcoin private keys
MIT License
678 stars 450 forks source link

bitcrack can not find this key #378

Open mirameshs opened 1 year ago

mirameshs commented 1 year ago

btc address : 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS private key: 25b00000cccccc111

clBitCrack.exe -d 0 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS --keyspace 25b0000000c8cc110:25b00000cccccc112

why clBitcrack can not find the key?

clBitCrack.exe -d 0 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS --keyspace 25b0000000c8cc110:25b00000cccccc112
[2023-05-21.00:45:55] [Info] Compression: compressed
[2023-05-21.00:45:55] [Info] Starting at: 0000000000000000000000000000000000000000000000025B0000000C8CC110
[2023-05-21.00:45:55] [Info] Ending at:   0000000000000000000000000000000000000000000000025B00000CCCCCC112
[2023-05-21.00:45:55] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2023-05-21.00:45:55] [Info] Compiling OpenCL kernels...
[2023-05-21.00:46:07] [Info] Initializing Ellesmere
[2023-05-21.00:46:07] [Info] Generating 262,144 starting points (10.0MB)
[2023-05-21.00:46:07] [Info] 10.0%
[2023-05-21.00:46:07] [Info] 20.0%
[2023-05-21.00:46:07] [Info] 30.0%
[2023-05-21.00:46:07] [Info] 40.0%
[2023-05-21.00:46:07] [Info] 50.0%
[2023-05-21.00:46:07] [Info] 60.0%
[2023-05-21.00:46:07] [Info] 70.0%
[2023-05-21.00:46:07] [Info] 80.0%
[2023-05-21.00:46:07] [Info] 90.0%
[2023-05-21.00:46:08] [Info] 100.0%
[2023-05-21.00:46:08] [Info] Done
[2023-05-21.00:46:08] [Info] Reached end of keyspace
rage0920 commented 1 year ago

SS I DONT SEE A PROBLEM, I FOUND IT.!

mirameshs commented 1 year ago

can you please tell me your device, OS, and OpenCL version?

eshbeata commented 10 months ago

@mirameshs make sure your run the command correctly where the address in the last argument of the command and based on your gpu and settings it can be found in less than 3 minutes

./cuBitCrack -d 0 --keyspace 25b0000000c8cc110:25b00000cccccc112 -b 128 -t 256 -p 256 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS

Results :
`[2023-09-08.19:36:35] [Info] Compression: compressed [2023-09-08.19:36:35] [Info] Starting at: 0000000000000000000000000000000000000000000000025B0000000C8CC110 [2023-09-08.19:36:35] [Info] Ending at: 0000000000000000000000000000000000000000000000025B00000CCCCCC112 [2023-09-08.19:36:35] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2023-09-08.19:36:35] [Info] Initializing NVIDIA GeForce RTX 4090 [2023-09-08.19:36:36] [Info] Generating 8,388,608 starting points (320.0MB) [2023-09-08.19:37:15] [Info] 10.0% [2023-09-08.19:37:15] [Info] 20.0% [2023-09-08.19:37:15] [Info] 30.0% [2023-09-08.19:37:15] [Info] 40.0% [2023-09-08.19:37:16] [Info] 50.0% [2023-09-08.19:37:16] [Info] 60.0% [2023-09-08.19:37:16] [Info] 70.0% [2023-09-08.19:37:16] [Info] 80.0% [2023-09-08.19:37:17] [Info] 90.0% [2023-09-08.19:37:17] [Info] 100.0% [2023-09-08.19:37:17] [Info] Done NVIDIA GeForce R 2310 / 24217MB | 1 target 316.73 MKey/s (54,349,791,232 total) [00:02:53][2023-09-08.19:40:15] [Info] Address: 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS Private key: 0000000000000000000000000000000000000000000000025B00000CCCCCC111 Compressed: yes Public key:
030E6B153B314FB7D94D870D03A586C9D463B38A886E68EBF0F25876305E9F463E

[2023-09-08.19:40:15] [Info] No targets remaining [2023-09-08.19:40:15] [Info] Reached end of keyspace`

mirameshs commented 10 months ago

I am using clibitcrack and you are using cubitcrack I am sure there is a bug in clBitcrack and this issue has been mentioned in various groups and talks anyway thank you p.s. based on your GPU, use -b -t -p higher amount. These params for your GPU are so small and you can achieve higher speeds

On Fri, Sep 8, 2023 at 11:10 PM Mohamamd Eshbeata @.***> wrote:

@mirameshs https://github.com/mirameshs make sure your run the command correctly where the address in the last argument of the command and based on your gpu and settings it can be found in less than 3 minutes

./cuBitCrack -d 0 --keyspace 25b0000000c8cc110:25b00000cccccc112 -b 128 -t 256 -p 256 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS

Results : `[2023-09-08.19:36:35] [Info] Compression: compressed [2023-09-08.19:36:35] [Info] Starting at: 0000000000000000000000000000000000000000000000025B0000000C8CC110 [2023-09-08.19:36:35] [Info] Ending at: 0000000000000000000000000000000000000000000000025B00000CCCCCC112 [2023-09-08.19:36:35] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2023-09-08.19:36:35] [Info] Initializing NVIDIA GeForce RTX 4090 [2023-09-08.19:36:36] [Info] Generating 8,388,608 starting points (320.0MB) [2023-09-08.19:37:15] [Info] 10.0% [2023-09-08.19:37:15] [Info] 20.0% [2023-09-08.19:37:15] [Info] 30.0% [2023-09-08.19:37:15] [Info] 40.0% [2023-09-08.19:37:16] [Info] 50.0% [2023-09-08.19:37:16] [Info] 60.0% [2023-09-08.19:37:16] [Info] 70.0% [2023-09-08.19:37:16] [Info] 80.0% [2023-09-08.19:37:17] [Info] 90.0% [2023-09-08.19:37:17] [Info] 100.0% [2023-09-08.19:37:17] [Info] Done NVIDIA GeForce R 2310 / 24217MB | 1 target 316.73 MKey/s (54,349,791,232 total) [00:02:53][2023-09-08.19:40:15] [Info] Address: 1FkDRThLnfk9aGePDToU7BqCgSGzetDdtS Private key: 0000000000000000000000000000000000000000000000025B00000CCCCCC111 Compressed: yes Public key: 030E6B153B314FB7D94D870D03A586C9D463B38A886E68EBF0F25876305E9F463E

[2023-09-08.19:40:15] [Info] No targets remaining [2023-09-08.19:40:15] [Info] Reached end of keyspace`

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

martin9020 commented 4 months ago

SS I DONT SEE A PROBLEM, I FOUND IT.!

can you share the problem with us? :D

Vladislav3377 commented 3 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!

fg888890 commented 1 week ago

PS C:\WINDOWS\system32> cd C:\Users\kali6\Desktop\BitCrack-0.31\x64\Release\ PS C:\Users\kali6\Desktop\BitCrack-0.31\x64\Release> cuBitCrack -b 128 -t 256 -p 1688 -i address.txt -o keys.txt [2024-06-23.22:47:52] [Info] Compression: compressed [2024-06-23.22:47:52] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001 [2024-06-23.22:47:52] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140 [2024-06-23.22:47:52] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2024-06-23.22:47:52] [Info] Initializing NVIDIA GeForce RTX 4050 Laptop GPU [2024-06-23.22:47:52] [Info] Generating 55,312,384 starting points (2110.0MB) [2024-06-23.22:48:02] [Info] 10.0% [2024-06-23.22:48:03] [Info] 20.0% [2024-06-23.22:48:03] [Info] 30.0% [2024-06-23.22:48:04] [Info] 40.0% [2024-06-23.22:48:04] [Info] 50.0% [2024-06-23.22:48:05] [Info] 60.0% [2024-06-23.22:48:05] [Info] 70.0% [2024-06-23.22:48:06] [Info] 80.0% [2024-06-23.22:48:06] [Info] 90.0% [2024-06-23.22:48:07] [Info] 100.0% [2024-06-23.22:48:07] [Info] Done [2024-06-23.22:48:07] [Info] Loading addresses from 'address.txt' [2024-06-23.22:48:07] [Info] 259 addresses loaded (0.0MB) [2024-06-23.22:48:07] [Info] Allocating bloom filter (0.0MB) NVIDIA GeForce R 6133 / 6140MB | 259 targets 595.08 MKey/s (99,652,339,761,152 total) [2:00:47:42]