Skip to content
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

clBitCrack.exe skips private keys #81

Open
AmadeiX opened this issue Nov 23, 2018 · 175 comments
Open

clBitCrack.exe skips private keys #81

AmadeiX opened this issue Nov 23, 2018 · 175 comments

Comments

@AmadeiX
Copy link

AmadeiX commented Nov 23, 2018

Hi!

I sent an e-mail yesterday to bitcrack.project@gmail.com, but I'll write this down here too, because I found out something else now.

I tried out clBitCrack.exe on the easy addresses from the "BTC puzzle transaction" (e.g. no.9: 1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV) to see if everything works on my machine but clBitCrack simply skips the correct private key and continues its search. It only found the key for the very first address from the list, 1BgGZ9t... Today I checked the first 15 addresses a couple of times and it always finds instantly the key for no.1 and no.4 (1EhqbyU...). I tried adding various options but I had no luck. I'm pretty sure it's some kind of a bug, then again I'm no ace at programming. What could be wrong?

My laptop has only Intel(R) HD Graphics 520 and AMD Radeon R5 M430 but samr7's oclvanitygen.exe works on it like a charm.

issue

@bill32767
Copy link

bill32767 commented Nov 23, 2018 via email

@AmadeiX
Copy link
Author

AmadeiX commented Nov 23, 2018

Doesn't work. Besides, if I remember correctly, the keys from the "puzzle transaction" are all compressed (at least the known ones are). I just don't get it: why I am only able to find address no.1 and no.4 from that transaction? If I can't get e.g. no.8, then there is no point for me to even attempt to look for no.58.

@brichard19
Copy link
Owner

Please try the latest build

D:\BitCrack>clBitCrack.exe 1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV
[2018-11-23.19:16:13] [Info] Compression: compressed
[2018-11-23.19:16:13] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-11-23.19:16:13] [Info] Ending at:   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2018-11-23.19:16:13] [Info] Counting by: 1
[2018-11-23.19:16:13] [Info] Compiling OpenCL kernels...
[2018-11-23.19:16:13] [Info] Initializing GeForce GT 640
[2018-11-23.19:16:13] [Info] Generating 262,144 starting points (10.0MB)
[2018-11-23.19:16:14] [Info] 10.0%
[2018-11-23.19:16:15] [Info] 20.0%
[2018-11-23.19:16:16] [Info] 30.0%
[2018-11-23.19:16:17] [Info] 40.0%
[2018-11-23.19:16:18] [Info] 50.0%
[2018-11-23.19:16:19] [Info] 60.0%
[2018-11-23.19:16:20] [Info] 70.0%
[2018-11-23.19:16:21] [Info] 80.0%
[2018-11-23.19:16:22] [Info] 90.0%
[2018-11-23.19:16:23] [Info] 100.0%
[2018-11-23.19:16:23] [Info] Done
[2018-11-23.19:16:23] [Info] Address:     1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV
                             Private key: 00000000000000000000000000000000000000000000000000000000000001D3
                             Compressed:  yes
                             Public key:
                             0243601D61C836387485E9514AB5C8924DD2CFD466AF34AC95002727E1659D60F7

[2018-11-23.19:16:23] [Info] No targets remaining

D:\BitCrack>

@dem10
Copy link

dem10 commented Nov 24, 2018

I decided to check this fact too and took a simple address from the dev message(1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV).Looks like he's really skips private keys(v 0.24).The dev program instantly finds the key, I why it does not find it.
a1

@AmadeiX
Copy link
Author

AmadeiX commented Nov 24, 2018

I've been testing the latest release. The problem persists. Why I keep finding only no.1 and 4??? :( Here are some screenshots; examples are for key no.3 and 4 [o, forgot to mention earlier: my system is Windows 10 Home 64-bit]:

  1. The latest build has an even lower performance on my laptop; especially when it comes to generating starting points. However, the private key for no.4 (1EhqbyU...) is easily found with Intel:

1

  1. As for key no.3 (19ZewH8...) the less said the better. Compressed or uncomressed - kaput:

2

  1. I've also checked the second device from the list, Hainan. The performance is much better but it still struggles to find the key for no.3. Whats worse it seems to find something for no.4, but it doesn't spit out what exactly.

3

@dem10
Copy link

dem10 commented Nov 24, 2018

I do not understand why the program can find the key 0000000000000000000000000000000000000000000000000000000000000008(1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e)but she can't find the key 0000000000000000000000000000000000000000000000000000000000000009(1HSxWThjiwbC4dJbXHMpBfwRenB12UguG5)
the mystic !!!the difference is in one digit but the program can not find this key.

@AmadeiX
Copy link
Author

AmadeiX commented Nov 24, 2018

I've been thinking. If there is a similar computer were clBitCrack works as it should and a different (like mine) were it finds keys 1 and 4 and misses private key 2, 3, 5 etc. then it is logical that there must be something in my device, maybe small and unsignificant, that prevents clBitCrack from finding keys 2 ,3, 5 etc.

For instance: I've got a game installed that stops responding at random because of the decimal symbol "," [comma]. Modifying the format of the clock to a "." [period] through the Control Panel solves the problem.

It is my wild guess that there is an analogical solution for clBitCrack, maybe an additional .dll to download, but I have no idea what. Hopefully someone will find out what's causing this.

@dem10
Copy link

dem10 commented Nov 25, 2018

it can't just be a coincidence.your clBitCrack skips keys and I have a similar problem.I'm sure a lot of people have this problem,but they don't know about it.I, too,was am confident that program works well,saw you open the problem and I decided to check, and it turned out that the program really skips the keys..And I wondered.Will the program find the key or skip it?Or the program has already skip private key and further work will not bring any results and the video card just warms the air.While the program is stopped.I am sure that the dev will be able to catch this bug.

@Coinpiet
Copy link

I also find only the keys from 1 and 4 and how does the -- continue command work ?

clBitCrack -d 0 -c -u -o found0.txt --keyspace 1:4000000000000 --continue start.txt -i adresses_50BTC.txt

[2018-11-25.08:00:59] [Info] Loading addresses from 'adresses_50BTC.txt'
[2018-11-25.08:00:59] [Info] 42,583 addresses loaded (0.8MB)
[2018-11-25.08:00:59] [Info] Found key for address '1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH'. Written to 'found0.txt'
[2018-11-25.08:00:59] [Info] Found key for address '1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e'. Written to 'found0.txt'
Ellesmere 17/8192MB | 42581 targets 26.19 MKey/s (238,551,040 total) [00:00:07]

in found file

1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH 0000000000000000000000000000000000000000000000000000000000000001 0279BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798
1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e 0000000000000000000000000000000000000000000000000000000000000008 022F01E5E15CCA351DAFF3843FB70F3C2F0A1BDD05E5AF888A67784EF3E10A2A01

@Coinpiet
Copy link

and sometimes Bitcrack dont start.

cuBitCrack -d 1 -c -u -o found1.txt --keyspace 1:40000000000 -b 15 -t 512 -p 5000 -i adresses_50BTC.txt
[2018-11-25.08:14:06] [Info] Compression: both
[2018-11-25.08:14:06] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-11-25.08:14:06] [Info] Ending at: 0000000000000000000000000000000000000000000000000000040000000000
[2018-11-25.08:14:06] [Info] Counting by: 1
[2018-11-25.08:14:06] [Info] Initializing
[2018-11-25.08:14:06] [Info] Generating 38,400,000 starting points (1464.8MB)

C:\Users\Miner\Desktop\BitCrack-master>

@dem10
Copy link

dem10 commented Nov 25, 2018

how does the -- continue command work ?
Insert into the batch file (--continue FILE) the program will create this file and your progress will be recorded there every minute.If you stop the program and after a while run it will read this file and start the search from where you left off. But because of the skips keys, I'm not sure yet that the program will be able to find the key you need,maybe it will skip it and continue the search that will lead to nothing

@brichard19
Copy link
Owner

Maybe it's a big that only affects AMD and Intel. I only have an nVidia card to test with. I will try to find a Radeon card to test.

@Coinpiet
Copy link

so i made some tests

i already have that with the continue :)

and with the sciped keys this happens only with amd cards the cuda Nvidia cards find all keys

@brichard19
Copy link
Owner

I will look into it. Thanks!

@Elecman
Copy link

Elecman commented Nov 30, 2018

Привет! Я хотел бы узнать, решение данной проблемы уже найдено? Или пока ждем поправление бага?

@Elecman
Copy link

Elecman commented Nov 30, 2018

В программе генерация ключей идет small регистром. В консоль выводится заглавными буквами. Я посмотрел код, но к сожалению в C++ мало что понимаю, благо есть знания javascript, что дает хоть какую-то ориентированность.
Надеюсь google переводчик переведет понятно для вас)

@Elecman
Copy link

Elecman commented Nov 30, 2018

К сожалению не могу понять, есть люди у которых генерация идет удачно, а вот в моем случае на карте Radeon HD 7970, генерация неудачна.

@Elecman
Copy link

Elecman commented Nov 30, 2018

Я поэксперементировал с несколькими версиями OpenCL для карт AMD, но все равно присутствует баг поиска приватного ключа. Так что ждем ближайший фикс от разработчика)

@brichard19
Copy link
Owner

I have an Radeon 280X for testing. Can someone provide an OpenCL example that consistently skips keys?

I was able to find all keys from a list of puzzle transaction addresses:

1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e
1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k
1PitScNLyp2HCygzadCh7FveTnfmpPbfp8
1McVt1vMtCC7yn5b9wgX1833yCcLXzueeC
1M92tSqNmQLYw33fuBvjmeadirh1ysMBxK
1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV
1LeBZP5QCwwgXRtmVUvTVrraqPUokyLHqe
1PgQVLmst3Z314JrQn5TNiys8Hc38TcXJu
1DBaumZxUkM4qMQRt2LVWyFJq5kDtSZQot
1Pie8JkxBT6MGPz9Nvi3fsPkr2D8q3GBc1
1ErZWg5cFCe4Vw5BzgfzB74VNLaXEiEkhk
1QCbW9HWnwQWiQqVo5exhAnmfqKRrCRsvW
1BDyrQ6WoF8VN3g9SAS1iKZcPzFfnDVieY
1HduPEXZRdG26SUT5Yk83mLkPyjnZuJ7Bm
1GnNTmTVLZiqQfLbAdp9DVdicEnB5GoERE
1NWmZRpHH4XSPwsW6dsS3nrNWfL1yrJj4w
1HsMJxNiV7TLxmoF6uJNkydxPFDog4NQum
14oFNXucftsHiUMY8uctg6N487riuyXs4h
1CfZWK1QTQE3eS9qn61dQjV89KDjZzfNcv
1L2GM8eE7mJWLdo3HZS6su1832NX2txaac
1rSnXMr63jdCuegJFuidJqWxUPV7AtUf7 
15JhYXn6Mx3oF4Y7PcTAv2wVVAuCFFQNiP
1JVnST957hGztonaWK6FougdtjxzHzRMMg
128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k
12jbtzBb54r97TCwW3G1gCFoumpckRAPdY
19EEC52krRUK1RkUAEZmQdjTyHT7Gp1TYT
1LHtnpd8nU5VHEMkG2TMYYNUjjLc992bps
1LhE6sCTuGae42Axu1L1ZB7L96yi9irEBE
1FRoHA9xewq7DjrZ1psWJVeTer8gHRqEvR
187swFMjz1G54ycVU56B7jZFHFTNVQFDiu
1PWABE7oUahG2AFFQhhvViQovnCr4rEv7Q
1PgQVLmst3Z314JrQn5TNiys8Hc38TcXJu 0000000000000000000000000000000000000000000000000000000000000483 038B05B0603ABD75B0C57489E451F811E1AFE54A8715045CDF4888333F3EBC6E8B
1McVt1vMtCC7yn5b9wgX1833yCcLXzueeC 000000000000000000000000000000000000000000000000000000000000004C 0296516A8F65774275278D0D7420A88DF0AC44BD64C7BAE07C3FE397C5B3300B23
1Pie8JkxBT6MGPz9Nvi3fsPkr2D8q3GBc1 0000000000000000000000000000000000000000000000000000000000001460 03AADAAAB1DB8D5D450B511789C37E7CFEB0EB8B3E61A57A34166C5EDC9A4B869D
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb 0000000000000000000000000000000000000000000000000000000000000003 02F9308A019258C31049344F85F89D5229B531C845836F99B08601F113BCE036F9
1PitScNLyp2HCygzadCh7FveTnfmpPbfp8 0000000000000000000000000000000000000000000000000000000000000031 03F2DAC991CC4CE4B9EA44887E5C7C0BCE58C80074AB9D4DBAEB28531B7739F530
19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA 0000000000000000000000000000000000000000000000000000000000000007 025CBDF0646E5DB4EAA398F365F2EA7A0E3D419B7E0330E39CE92BDDEDCAC4F9BC
1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e 0000000000000000000000000000000000000000000000000000000000000008 022F01E5E15CCA351DAFF3843FB70F3C2F0A1BDD05E5AF888A67784EF3E10A2A01
1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k 0000000000000000000000000000000000000000000000000000000000000015 02352BBF4A4CDD12564F93FA332CE333301D9AD40271F8107181340AEF25BE59D5
1LeBZP5QCwwgXRtmVUvTVrraqPUokyLHqe 0000000000000000000000000000000000000000000000000000000000000202 03A7A4C30291AC1DB24B4AB00C442AA832F7794B5A0959BEC6E8D7FEE802289DCD
1M92tSqNmQLYw33fuBvjmeadirh1ysMBxK 00000000000000000000000000000000000000000000000000000000000000E0 0308BC89C2F919ED158885C35600844D49890905C79B357322609C45706CE6B514
1DBaumZxUkM4qMQRt2LVWyFJq5kDtSZQot 0000000000000000000000000000000000000000000000000000000000000A7B 038B00FCBFC1A203F44BF123FC7F4C91C10A85C8EAE9187F9D22242B4600CE781C
1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV 00000000000000000000000000000000000000000000000000000000000001D3 0243601D61C836387485E9514AB5C8924DD2CFD466AF34AC95002727E1659D60F7
1ErZWg5cFCe4Vw5BzgfzB74VNLaXEiEkhk 0000000000000000000000000000000000000000000000000000000000002930 03B4F1DE58B8B41AFE9FD4E5FFBDAFAEAB86C5DB4769C15D6E6011AE7351E54759
1QCbW9HWnwQWiQqVo5exhAnmfqKRrCRsvW 00000000000000000000000000000000000000000000000000000000000068F3 02FEA58FFCF49566F6E9E9350CF5BCA2861312F422966E8DB16094BEB14DC3DF2C
1BDyrQ6WoF8VN3g9SAS1iKZcPzFfnDVieY 000000000000000000000000000000000000000000000000000000000000C936 029D8C5D35231D75EB87FD2C5F05F65281ED9573DC41853288C62EE94EB2590B7A
1HduPEXZRdG26SUT5Yk83mLkPyjnZuJ7Bm 000000000000000000000000000000000000000000000000000000000001764F 033F688BAE8321B8E02B7E6C0A55C2515FB25AB97D85FDA842449F7BFA04E128C3
1GnNTmTVLZiqQfLbAdp9DVdicEnB5GoERE 000000000000000000000000000000000000000000000000000000000003080D 020CE4A3291B19D2E1A7BF73EE87D30A6BDBC72B20771E7DFFF40D0DB755CD4AF1
1NWmZRpHH4XSPwsW6dsS3nrNWfL1yrJj4w 000000000000000000000000000000000000000000000000000000000005749F 0385663C8B2F90659E1CCAB201694F4F8EC24B3749CFE5030C7C3646A709408E19
1HsMJxNiV7TLxmoF6uJNkydxPFDog4NQum 00000000000000000000000000000000000000000000000000000000000D2C55 033C4A45CBD643FF97D77F41EA37E843648D50FD894B864B0D52FEBC62F6454F7C
14oFNXucftsHiUMY8uctg6N487riuyXs4h 00000000000000000000000000000000000000000000000000000000001BA534 031A746C78F72754E0BE046186DF8A20CDCE5C79B2EDA76013C647AF08D306E49E
1CfZWK1QTQE3eS9qn61dQjV89KDjZzfNcv 00000000000000000000000000000000000000000000000000000000002DE40F 023ED96B524DB5FF4FE007CE730366052B7C511DC566227D929070B9CE917ABB43
1L2GM8eE7mJWLdo3HZS6su1832NX2txaac 0000000000000000000000000000000000000000000000000000000000556E52 03F82710361B8B81BDEDB16994F30C80DB522450A93E8E87EEB07F7903CF28D04B
1rSnXMr63jdCuegJFuidJqWxUPV7AtUf7 0000000000000000000000000000000000000000000000000000000000DC2A04 036EA839D22847EE1DCE3BFC5B11F6CF785B0682DB58C35B63D1342EB221C3490C
15JhYXn6Mx3oF4Y7PcTAv2wVVAuCFFQNiP 0000000000000000000000000000000000000000000000000000000001FA5EE5 03057FBEA3A2623382628DDE556B2A0698E32428D3CD225F3BD034DCA82DD7455A
1JVnST957hGztonaWK6FougdtjxzHzRMMg 000000000000000000000000000000000000000000000000000000000340326E 024E4F50A2A3ECCDB368988AE37CD4B611697B26B29696E42E06D71368B4F3840F
128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k 0000000000000000000000000000000000000000000000000000000006AC3875 031A864BAE3922F351F1B57CFDD827C25B7E093CB9C88A72C1CD893D9F90F44ECE
12jbtzBb54r97TCwW3G1gCFoumpckRAPdY 000000000000000000000000000000000000000000000000000000000D916CE8 03E9E661838A96A65331637E2A3E948DC0756E5009E7CB5C36664D9B72DD18C0A7
19EEC52krRUK1RkUAEZmQdjTyHT7Gp1TYT 0000000000000000000000000000000000000000000000000000000017E2551E 026CAAD634382D34691E3BEF43ED4A124D8909A8A3362F91F1D20ABAAF7E917B36
1LHtnpd8nU5VHEMkG2TMYYNUjjLc992bps 000000000000000000000000000000000000000000000000000000003D94CD64 030D282CF2FF536D2C42F105D0B8588821A915DC3F9A05BD98BB23AF67A2E92A5B
1LhE6sCTuGae42Axu1L1ZB7L96yi9irEBE 000000000000000000000000000000000000000000000000000000007D4FE747 0387DC70DB1806CD9A9A76637412EC11DD998BE666584849B3185F7F9313C8FD28
1FRoHA9xewq7DjrZ1psWJVeTer8gHRqEvR 00000000000000000000000000000000000000000000000000000000B862A62E 0209C58240E50E3BA3F833C82655E8725C037A2294E14CF5D73A5DF8D56159DE69
187swFMjz1G54ycVU56B7jZFHFTNVQFDiu 00000000000000000000000000000000000000000000000000000001A96CA8D8 03A355AA5E2E09DD44BB46A4722E9336E9E3EE4EE4E7B7A0CF5785B283BF2AB579
~/git/BitCrack/bin$ ./clBitCrack -i ../btc34.txt -o keys.txt
[2018-12-01.18:18:13] [Info] Compression: compressed
[2018-12-01.18:18:13] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-01.18:18:13] [Info] Ending at:   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2018-12-01.18:18:13] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-01.18:18:13] [Info] Compiling OpenCL kernels...
[2018-12-01.18:19:06] [Info] Initializing AMD TAHITI (DRM 2.50.0, 4.18.0-11-generic, LLVM 7.0.0)
[2018-12-01.18:19:06] [Info] Generating 262,144 starting points (10.0MB)
[2018-12-01.18:19:06] [Info] 10.0%
[2018-12-01.18:19:06] [Info] 20.0%
[2018-12-01.18:19:06] [Info] 30.0%
[2018-12-01.18:19:06] [Info] 40.0%
[2018-12-01.18:19:06] [Info] 50.0%
[2018-12-01.18:19:06] [Info] 60.0%
[2018-12-01.18:19:06] [Info] 70.0%
[2018-12-01.18:19:06] [Info] 80.0%
[2018-12-01.18:19:06] [Info] 90.0%
[2018-12-01.18:19:07] [Info] 100.0%
[2018-12-01.18:19:07] [Info] Done
[2018-12-01.18:19:07] [Info] Loading addresses from '../btc34.txt'
[2018-12-01.18:19:07] [Info] 33 addresses loaded (0.0MB)
[2018-12-01.18:19:07] [Info] Found key for address '1PgQVLmst3Z314JrQn5TNiys8Hc38TcXJu'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1McVt1vMtCC7yn5b9wgX1833yCcLXzueeC'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1Pie8JkxBT6MGPz9Nvi3fsPkr2D8q3GBc1'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1PitScNLyp2HCygzadCh7FveTnfmpPbfp8'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1LeBZP5QCwwgXRtmVUvTVrraqPUokyLHqe'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1M92tSqNmQLYw33fuBvjmeadirh1ysMBxK'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1DBaumZxUkM4qMQRt2LVWyFJq5kDtSZQot'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1ErZWg5cFCe4Vw5BzgfzB74VNLaXEiEkhk'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1QCbW9HWnwQWiQqVo5exhAnmfqKRrCRsvW'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1BDyrQ6WoF8VN3g9SAS1iKZcPzFfnDVieY'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1HduPEXZRdG26SUT5Yk83mLkPyjnZuJ7Bm'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1GnNTmTVLZiqQfLbAdp9DVdicEnB5GoERE'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1NWmZRpHH4XSPwsW6dsS3nrNWfL1yrJj4w'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1HsMJxNiV7TLxmoF6uJNkydxPFDog4NQum'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '14oFNXucftsHiUMY8uctg6N487riuyXs4h'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1CfZWK1QTQE3eS9qn61dQjV89KDjZzfNcv'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1L2GM8eE7mJWLdo3HZS6su1832NX2txaac'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '1rSnXMr63jdCuegJFuidJqWxUPV7AtUf7'. Written to 'keys.txt'
[2018-12-01.18:19:07] [Info] Found key for address '15JhYXn6Mx3oF4Y7PcTAv2wVVAuCFFQNiP'. Written to 'keys.txt'
[2018-12-01.18:19:08] [Info] Found key for address '1JVnST957hGztonaWK6FougdtjxzHzRMMg'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 8 targets 52.72 MKey/s (94,896,128 total) [00:00:00][2018-12-01.18:19:09] [Info] Found key for address '128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 7 targets 56.91 MKey/s (197,394,432 total) [00:00:01][2018-12-01.18:19:11] [Info] Found key for address '12jbtzBb54r97TCwW3G1gCFoumpckRAPdY'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 6 targets 56.91 MKey/s (299,892,736 total) [00:00:03][2018-12-01.18:19:14] [Info] Found key for address '19EEC52krRUK1RkUAEZmQdjTyHT7Gp1TYT'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 5 targets 57.32 MKey/s (1,021,575,168 total) [00:00:16][2018-12-01.18:19:25] [Info] Found key for address '1LHtnpd8nU5VHEMkG2TMYYNUjjLc992bps'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 4 targets 57.32 MKey/s (2,051,276,800 total) [00:00:34][2018-12-01.18:19:43] [Info] Found key for address '1LhE6sCTuGae42Axu1L1ZB7L96yi9irEBE'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 3 targets 57.32 MKey/s (3,082,813,440 total) [00:00:52][2018-12-01.18:20:01] [Info] Found key for address '1FRoHA9xewq7DjrZ1psWJVeTer8gHRqEvR'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 2 targets 57.11 MKey/s (7,101,743,104 total) [00:02:02][2018-12-01.18:21:11] [Info] Found key for address '187swFMjz1G54ycVU56B7jZFHFTNVQFDiu'. Written to 'keys.txt'
AMD TAHITI (DRM  16/3072MB | 1 target 57.25 MKey/s (14,112,784,384 total) [00:04:05][2018-12-01.18:23:14] [Info] Found key for address '1PWABE7oUahG2AFFQhhvViQovnCr4rEv7Q'. Written to 'keys.txt'
[2018-12-01.18:23:14] [Info] No targets remaining

Thanks

@dem10
Copy link

dem10 commented Dec 2, 2018

You seem to be using Linux?This is what happens when you run a program on Windows. r9 390x
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e
1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k
1PitScNLyp2HCygzadCh7FveTnfmpPbfp8
1McVt1vMtCC7yn5b9wgX1833yCcLXzueeC
1M92tSqNmQLYw33fuBvjmeadirh1ysMBxK
1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV
1LeBZP5QCwwgXRtmVUvTVrraqPUokyLHqe
1PgQVLmst3Z314JrQn5TNiys8Hc38TcXJu
1DBaumZxUkM4qMQRt2LVWyFJq5kDtSZQot
1Pie8JkxBT6MGPz9Nvi3fsPkr2D8q3GBc1
1ErZWg5cFCe4Vw5BzgfzB74VNLaXEiEkhk
1QCbW9HWnwQWiQqVo5exhAnmfqKRrCRsvW
1BDyrQ6WoF8VN3g9SAS1iKZcPzFfnDVieY
1HduPEXZRdG26SUT5Yk83mLkPyjnZuJ7Bm
1GnNTmTVLZiqQfLbAdp9DVdicEnB5GoERE
1NWmZRpHH4XSPwsW6dsS3nrNWfL1yrJj4w
1HsMJxNiV7TLxmoF6uJNkydxPFDog4NQum
14oFNXucftsHiUMY8uctg6N487riuyXs4h
1CfZWK1QTQE3eS9qn61dQjV89KDjZzfNcv
1L2GM8eE7mJWLdo3HZS6su1832NX2txaac
1rSnXMr63jdCuegJFuidJqWxUPV7AtUf7
15JhYXn6Mx3oF4Y7PcTAv2wVVAuCFFQNiP
1JVnST957hGztonaWK6FougdtjxzHzRMMg
128z5d7nN7PkCuX5qoA4Ys6pmxUYnEy86k
12jbtzBb54r97TCwW3G1gCFoumpckRAPdY
19EEC52krRUK1RkUAEZmQdjTyHT7Gp1TYT
1LHtnpd8nU5VHEMkG2TMYYNUjjLc992bps
1LhE6sCTuGae42Axu1L1ZB7L96yi9irEBE
1FRoHA9xewq7DjrZ1psWJVeTer8gHRqEvR
187swFMjz1G54ycVU56B7jZFHFTNVQFDiu
1PWABE7oUahG2AFFQhhvViQovnCr4rEv7Q

E:\BitCrack 0.26>clBitCrack.exe -i in.txt -o 1out.txt
[2018-12-02.06:17:29] [Info] Compression: compressed
[2018-12-02.06:17:29] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.06:17:29] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2018-12-02.06:17:29] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.06:17:30] [Info] Compiling OpenCL kernels...
[2018-12-02.06:17:47] [Info] Initializing Hawaii
[2018-12-02.06:17:47] [Info] Generating 262,144 starting points (10.0MB)
[2018-12-02.06:17:47] [Info] 10.0%
[2018-12-02.06:17:47] [Info] 20.0%
[2018-12-02.06:17:47] [Info] 30.0%
[2018-12-02.06:17:47] [Info] 40.0%
[2018-12-02.06:17:47] [Info] 50.0%
[2018-12-02.06:17:47] [Info] 60.0%
[2018-12-02.06:17:47] [Info] 70.0%
[2018-12-02.06:17:48] [Info] 80.0%
[2018-12-02.06:17:48] [Info] 90.0%
[2018-12-02.06:17:48] [Info] 100.0%
[2018-12-02.06:17:48] [Info] Done
[2018-12-02.06:17:48] [Info] Loading addresses from 'in.txt'
[2018-12-02.06:17:48] [Info] 33 addresses loaded (0.0MB)
[2018-12-02.06:17:48] [Info] Found key for address '1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e'. Written to '1out.txt'
Hawaii 16/8192MB | 32 targets 51.62 MKey/s (60,078,161,920 total) [00:19:38]

one key found(№ 3) in 20 minutes.

@Elecman
Copy link

Elecman commented Dec 2, 2018

Использую Windows 10 64bit. При запуске программы выдает следующее:

E:\btcrecover-master\BitCrack-0.26\x64\Release>clBitCrack.exe -i ii.txt -o keys.txt
[2018-12-02.16:33:26] [Info] Compression: compressed
[2018-12-02.16:33:26] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.16:33:26] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2018-12-02.16:33:26] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.16:33:26] [Info] Compiling OpenCL kernels...
[2018-12-02.16:33:44] [Info] Initializing Tahiti
[2018-12-02.16:33:44] [Info] Generating 262,144 starting points (10.0MB)
[2018-12-02.16:33:44] [Info] 10.0%
[2018-12-02.16:33:44] [Info] 20.0%
[2018-12-02.16:33:44] [Info] 30.0%
[2018-12-02.16:33:45] [Info] 40.0%
[2018-12-02.16:33:45] [Info] 50.0%
[2018-12-02.16:33:45] [Info] 60.0%
[2018-12-02.16:33:45] [Info] 70.0%
[2018-12-02.16:33:45] [Info] 80.0%
[2018-12-02.16:33:45] [Info] 90.0%
[2018-12-02.16:33:46] [Info] 100.0%
[2018-12-02.16:33:46] [Info] Done
[2018-12-02.16:33:46] [Info] Loading addresses from 'ii.txt'
[2018-12-02.16:33:46] [Info] 33 addresses loaded (0.0MB)
E:\btcrecover-master\BitCrack-0.26\x64\Release>

OpenCL использую из пакета AMD SDK APP 3.0. Видеокарта AMD HD7970 графический чип кстати такой же как у r9 280x

@Elecman
Copy link

Elecman commented Dec 2, 2018

При использовании на linux mint выдает следующее:

frost819@11223~/Документы/BitCrack-0.26/bin $ ./clBitCrack -i ii.txt -o test.txt
[2018-12-02.16:45:54] [Info] Compression: compressed
[2018-12-02.16:45:54] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.16:45:54] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2018-12-02.16:45:54] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2018-12-02.16:45:54] [Info] Compiling OpenCL kernels...
[2018-12-02.16:46:07] [Info] Initializing Tahiti
[2018-12-02.16:46:07] [Info] Generating 262,144 starting points (10.0MB)
[2018-12-02.16:46:07] [Info] 10.0%
[2018-12-02.16:46:07] [Info] 20.0%
[2018-12-02.16:46:07] [Info] 30.0%
[2018-12-02.16:46:07] [Info] 40.0%
[2018-12-02.16:46:08] [Info] 50.0%
[2018-12-02.16:46:08] [Info] 60.0%
[2018-12-02.16:46:08] [Info] 70.0%
[2018-12-02.16:46:08] [Info] 80.0%
[2018-12-02.16:46:08] [Info] 90.0%
[2018-12-02.16:46:08] [Info] 100.0%
[2018-12-02.16:46:08] [Info] Done
[2018-12-02.16:46:08] [Info] Loading addresses from 'ii.txt'
[2018-12-02.16:46:08] [Info] 33 addresses loaded (0.0MB)
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Аварийный останов (сделан дамп памяти)

@Elecman
Copy link

Elecman commented Dec 2, 2018

Данные моей видеокарты

frost819@11223 ~/Документы/BitCrack-0.26/bin $ clinfo
Number of platforms: 1
Platform Profile: FULL_PROFILE
Platform Version: OpenCL 2.0 AMD-APP (1912.5)
Platform Name: AMD Accelerated Parallel Processing
Platform Vendor: Advanced Micro Devices, Inc.
Platform Extensions: cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Platform Name: AMD Accelerated Parallel Processing
Number of devices: 2
Device Type: CL_DEVICE_TYPE_GPU
Vendor ID: 1002h
Board name: AMD Radeon HD 7900 Series
Device Topology: PCI[ B#1, D#0, F#0 ]
Max compute units: 32
Max work items dimensions: 3
Max work items[0]: 256
Max work items[1]: 256
Max work items[2]: 256
Max work group size: 256
Preferred vector width char: 4
Preferred vector width short: 2
Preferred vector width int: 1
Preferred vector width long: 1
Preferred vector width float: 1
Preferred vector width double: 1
Native vector width char: 4
Native vector width short: 2
Native vector width int: 1
Native vector width long: 1
Native vector width float: 1
Native vector width double: 1
Max clock frequency: 1050Mhz
Address bits: 32
Max memory allocation: 2193798144
Image support: Yes
Max number of images read arguments: 128
Max number of images write arguments: 8
Max image 2D width: 16384
Max image 2D height: 16384
Max image 3D width: 2048
Max image 3D height: 2048
Max image 3D depth: 2048
Max samplers within kernel: 16
Max size of kernel argument: 1024
Alignment (bits) of base address: 2048
Minimum alignment (bytes) for any datatype: 128
Single precision floating point capability
Denorms: No
Quiet NaNs: Yes
Round to nearest even: Yes
Round to zero: Yes
Round to +ve and infinity: Yes
IEEE754-2008 fused multiply-add: Yes
Cache type: Read/Write
Cache line size: 64
Cache size: 16384
Global memory size: 3064719552
Constant buffer size: 65536
Max number of constant args: 8
Local memory type: Scratchpad
Local memory size: 32768
Max pipe arguments: 0
Max pipe active reservations: 0
Max pipe packet size: 0
Max global variable size: 0
Max global variable preferred total size: 0
Max read/write image args: 0
Max on device events: 0
Queue on device max size: 0
Max on device queues: 0
Queue on device preferred size: 0
SVM capabilities:
Coarse grain buffer: No
Fine grain buffer: No
Fine grain system: No
Atomics: No
Preferred platform atomic alignment: 0
Preferred global atomic alignment: 0
Preferred local atomic alignment: 0
Kernel Preferred work group size multiple: 64
Error correction support: 0
Unified memory for Host and Device: 0
Profiling timer resolution: 1
Device endianess: Little
Available: Yes
Compiler available: Yes
Execution capabilities:
Execute OpenCL kernels: Yes
Execute native function: No
Queue on Host properties:
Out-of-Order: No
Profiling : Yes
Queue on Device properties:
Out-of-Order: No
Profiling : No
Platform ID: 0x7f3b2f428a18
Name: Tahiti
Vendor: Advanced Micro Devices, Inc.
Device OpenCL C version: OpenCL C 1.2
Driver version: 1912.5 (VM)
Profile: FULL_PROFILE
Version: OpenCL 1.2 AMD-APP (1912.5)
Extensions: cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_atomic_counters_32 cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

@Elecman
Copy link

Elecman commented Dec 2, 2018

AMD SDK APP 3.0

А зачем вам в виндовс 10 AMD SDK APP 3.0?OPENCL есть в драйверах амд ,а на старых драйверах программа не запустится.У меня стояли 16.9.3 драйвера-программа не запускалась.Вычистите SDK из виндовс и поставьте 18.10.2 драйвера амд и программа запустится . AMD SDK APP 3.0 вам и мешает запустить программу.

Сейчас проверю!

@Elecman
Copy link

Elecman commented Dec 2, 2018

AMD SDK APP 3.0

А зачем вам в виндовс 10 AMD SDK APP 3.0?OPENCL есть в драйверах амд ,а на старых драйверах программа не запустится.У меня стояли 16.9.3 драйвера-программа не запускалась.Вычистите SDK из виндовс и поставьте 18.10.2 драйвера амд и программа запустится . AMD SDK APP 3.0 вам и мешает запустить программу.

Для компиляции программы нужен OpenCl если удалить AMD SDK то невозможно скомпилировать программу

@Elecman
Copy link

Elecman commented Dec 2, 2018

Да, такой же момент и у меня. Готовая версия программы работает, но не находит ключи. Скриншот который я прикладывал, показывает что программа нашла какой-то ключ и не вывела информацию о нем, просто завершилась.

@Elecman
Copy link

Elecman commented Dec 3, 2018

Тогда нужно просить у разработчика ту версию OpenCl которую он использует. Потому что, я ставил SDK версии 3.0, 2.9, 2.5 и кастомную библиотеку при компиляции на Windows, во всех случаях есть проявления бага.

@Elecman
Copy link

Elecman commented Dec 3, 2018

Возможно, подождем.

@dem10
Copy link

dem10 commented Dec 7, 2018

Возможно, подождем.

Слушай,я смотрю ты смыслишь в компиляции.Я поставил Убунту 18.10 попробывал скомпилировать и вот ошибка
img_20181207_140039 1
Это мой первый опыт общения с убунту и компиляцией.Чего он от меня хочет,может подскажешь.

@iparktur
Copy link

And if you try 1111111111: FFFFFFFFFF OR 1000000001: FFFFFFFFFF instead of 1000000000: FFFFFFFFFF ?
Maybe the program just doesn't work correctly when there are many zeros?

@usergoodgithub
Copy link

in fact, on AMD devices, the error is only detected with the --keyspace option. When we do not specify this parameter, the program works fine. Once the parameter is specified, any range, then the result can be skipped. Hope for a quick guide from the developer. Thanks.

@dem10
Copy link

dem10 commented Feb 11, 2021

in fact, on AMD devices, the error is only detected with the --keyspace option. When we do not specify this parameter, the program works fine. Once the parameter is specified, any range, then the result can be skipped. Hope for a quick guide from the developer. Thanks.

the developer is no longer involved in this tool and also other tools. He has not been active for more than 7 months, so I think he will not fix anything.

@kamilkilic93
Copy link

in fact, on AMD devices, the error is only detected with the --keyspace option. When we do not specify this parameter, the program works fine. Once the parameter is specified, any range, then the result can be skipped. Hope for a quick guide from the developer. Thanks.

the developer is no longer involved in this tool and also other tools. He has not been active for more than 7 months, so I think he will not fix anything.

I did not understand that the new code was writing.

(--keyspace 80000000:ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH) there are such examples. but to which file do I write this? and whatever position you help I would be grateful.

I guess the program doesn't know what we want. I open the exe application. It shuts down in 1 second.

@usergoodgithub
Copy link

cmd.... xxBitCrack.exe --keyspace 80000000:ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH or .bat file windows

@kamilkilic93
Copy link

cmd.... xxBitCrack.exe --keyspace 80000000:ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH or .bat file windows

This was the first way I tried. However, he did not react at all. It doesn't even give mistakes. This is very irritating.

@kamilkilic93
Copy link

I thought it was the wrong action because it was unresponsive.

@usergoodgithub
Copy link

clBitCrack or cuBitCrack?

@dem10
Copy link

dem10 commented Feb 12, 2021

clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
cuBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH

@kamilkilic93
Copy link

clBitCrack or cuBitCrack?

clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
cuBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH

I've tried both.

I tried this way.

unsuccessful.

closes instantly.

@kamilkilic93
Copy link

clBitCrack or cuBitCrack?

clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
cuBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH

I tested it on another computer. Result: Successful. I was wondering. How can I find out which address he is staying at?

"--continue"

I'm using the command.

continues where it left off. but I want to see his position.

I am grateful for the information.

@iparktur
Copy link

These softwares (clBitCrack.exe), when using the "--continue" mode, create a file in which they write the location where the scan was stopped (continued). File in txt format. It can be in the folder where you have the software itself (clBitCrack.exe) OR in the folder "USER- COMPUTER NAME" OR "USER- COMPUTER NAME - DOCUMENTS" on the main C: drive. Search there. I can't say for sure, because never used the "--continue" function. GOOD LUCK! P.S. --keyspace 80000000 change --keyspace 80000001.

@kamilkilic93
Copy link

These softwares (clBitCrack.exe), when using the "--continue" mode, create a file in which they write the location where the scan was stopped (continued). File in txt format. It can be in the folder where you have the software itself (clBitCrack.exe) OR in the folder "USER- COMPUTER NAME" OR "USER- COMPUTER NAME - DOCUMENTS" on the main C: drive. Search there. I can't say for sure, because never used the "--continue" function. GOOD LUCK! P.S. --keyspace 80000000 change --keyspace 80000001.

[2021-02-12.17:28:34] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001

is this normal?

because i

I want it to start too soon.

@kamilkilic93
Copy link

The program works very well on the second computer. However, there are minor problems.

1-)"--continue" mode

I cannot specify the range in this mode.

2-) It doesn't show the current location (address) . This is the biggest problem for me.

3-) It turns off when we search within a certain range and find the address.

Isn't there any way to avoid them?

@dem10
Copy link

dem10 commented Feb 13, 2021

clBitCrack or cuBitCrack?

clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
cuBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH

I've tried both.

I tried this way.

unsuccessful.

closes instantly.

Write in the batch file on a new line-pause. Then the program will not close. (--continue save.txt) example
clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH -o out.txt --continue save.txt
pause

@kamilkilic93
Copy link

clBitCrack veya cuBitCrack?

clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH
cuBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3

İkisini de denedim.
Bu yolu denedim.
başarısız.
anında kapanır.

Toplu iş dosyasına yeni bir satır duraklatmada yazın. Ardından program kapanmayacaktır. (--continue save.txt) örnek
clBitCrack.exe --keyspace 80000000: ffffffff 1FshYsUh3mqgsG29XpZ23eLjWV8Ur3VwH -o out.txt - devam kaydet.txt
duraklat

The program oddly skips some addresses. How am I going to avoid this? Doesn't find uncompressed addresses also ... I can't avoid it.

@MisterTeo
Copy link

If you need only uncompressed use option -u, compressed -c, or --compression BOTH...as I know, will skip only with clBitCrack on AMD cards...on CUDA with NVIDIA is ok. Try to use a test file. Use this addresses :

1NZUP3JAc9JkmbvmoTv7nVgZGtyJjirKV1
1E1NUNmYw1G5c3FKNPd435QmDvuNG3auYk
1UCZSVufT1PNimutbPdJUiEyCYSiZAD6n
1BYbgHpSKQCtMrQfwN6b6n5S718EJkEJ41
1CijKR7rDvJJBJfSPyUYrWC8kAsQLy2B2e
18XrReT5ChW8qgXecNgKTU5T6MrMMLnV8H
1LwjY8QPCW46jXn79eeN5SfZDsYNB9qDj1
1BBwZVdBjoPxotHfrKLpHJBSy7vmc2pjex
13zGBax475zUoLFatjye7Rp48vPrtiaeqs
1LWWyaRPtU7PHHEN67Zh8qhmZyAoaRubcw
1PRWyFKTsQSJaUdX9VKgQNw8JERPw2kMFm
1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
1cMh228HTCiwS8ZsaakH8A8wze1JR5ZsP
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
1JtK9CQw1syfWj1WtFMWomrYdV3W2tWBF9
1FZoTz4UBrfjpf7DdGGuLdPBqSMx65tKuy
1dphfxwf4nsjaz5kaRcbaKTTKMVoMhV2s
15MRQkVBF9crVPeHDjSEVEytCTVLJVGZSr
1KpcN5j4Gpyd41Zy5gxtwDmmXArnWdUVdd
1P3MHqc6mWZvaaTE6WToE7mZ4gympSTYKd
15ZBLL7iGGDxRZnW9tfjg57Qd6sbW7PpT6
1JYv2WeCcgH6spfCYCbY4hitpHuv8CuJZd
1AH93tcUoyFtioff7U5aucuQLkFL2rnDpn
1JsVmS1ikcrCvFixmxKigj4Ptn1iskMFkd
1SoKYWJgDfNYBu5U5CGXVXreHDuQk3oKP
1BmbJALWJ7hUKRVTpWvh28thELrey8ztzz
1GDr44Gi7LLdFBmPfkTqCsbo9kz5N2MqCB
1MUcnm3p2ukBcydymqJrFAWJviTQe7appn
1FJPqZKbJMP4Q44Jm5gJrnovnQBzuULQwG
1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e
19p7ktDbdJnmV4YLC7zQ37RsYczMZJmd6q

@kamilkilic93
Copy link

Much obliged... Well now I have one last trouble.

Can the usage area of ​​the video card be determined?

I am using Cuda. It uses 700 in 12 GB space, which is very annoying.

@dem10
Copy link

dem10 commented Feb 14, 2021

Much obliged... Well now I have one last trouble.

Can the usage area of ​​the video card be determined?

I am using Cuda. It uses 700 in 12 GB space, which is very annoying.
you need to select parameters

-b, --blocks BLOCKS
The number of CUDA blocks

-t, --threads THREADS
Threads per block

-p, --points NUMBER
Each thread will process NUMBER keys at a time
-p is just how much memory to use on the video card

@kamilkilic93
Copy link

I have uploaded more than 900 thousand addresses. However, I could not run it with the "i" command. I only used this command for testing purposes. Is there a limit on file size? By the way, I'm sure there aren't any unnecessary characters like spaces.

for example;

xxBitCrack -i a.txt

@MisterTeo
Copy link

MisterTeo commented Feb 20, 2021

@kamilkilic93 show us your error to help you...I used this program with 24 mil addresses...and it works...give us your full command and your error...

@kamilkilic93
Copy link

kamilkilic93 commented Feb 20, 2021

cuBitCrack.exe --keyspace F3DE2ED95E29F050 -i a.txt -o out.txt --continue save.txt -b 512 -t 512 -p 1024
cuBitCrack.exe --keyspace F3DE2ED95E29F050 -i a.txt -o out.txt --continue save.txt -b 256 -t 512 -p 1024
cuBitCrack.exe --keyspace F3DE2ED95E29F050 -i a.txt -o out.txt --continue save.txt -b 256 -t 512 -p 512
cuBitCrack.exe --keyspace F3DE2ED95E29F050 -i a.txt -o out.txt --continue save.txt

As for the error, there is no error description. cmd screen turns off.

(the list is in a.txt.)

@MisterTeo
Copy link

MisterTeo commented Feb 20, 2021

Open cmd.exe and go to BitCrack folder and try there command...it will stay open and you will see the error...
Commands are fine, I guess the problem is in a.txt file... Are accepted only P2PKH, starting with "1"...you will see on the screen if is that your error...

@kamilkilic93
Copy link

Invalid address.... Thank you very much for the information. Thank you very much for the information.

@MisterTeo
Copy link

So...you have that invalid address, open a.txt file, search that address, delete'it and try again...maybe you have more than one invalid address...delete all addresses starting with "3" and "b"... Good luck !

@iparktur
Copy link

About two - three months ago, after the next update of WIN-10, the clBitCrack.exe software stopped starting. When you try to run the clBitCrack.exe software, a message appears that this software cannot be run on your hardware - contact the software developer.

@enmanueliglesias
Copy link

enmanueliglesias commented Aug 29, 2022

Hi!

I sent an e-mail yesterday to bitcrack.project@gmail.com, but I'll write this down here too, because I found out something else now.

I tried out clBitCrack.exe on the easy addresses from the "BTC puzzle transaction" (e.g. no.9: 1CQFwcjw1dwhtkVWBttNLDtqL7ivBonGPV) to see if everything works on my machine but clBitCrack simply skips the correct private key and continues its search. It only found the key for the very first address from the list, 1BgGZ9t... Today I checked the first 15 addresses a couple of times and it always finds instantly the key for no.1 and no.4 (1EhqbyU...). I tried adding various options but I had no luck. I'm pretty sure it's some kind of a bug, then again I'm no ace at programming. What could be wrong?

My laptop has only Intel(R) HD Graphics 520 and AMD Radeon R5 M430 but samr7's oclvanitygen.exe works on it like a charm.

issue

Hello friend, (I'm translating with Google Translate, I hope you understand), my name is Enmanuel and I am from CUBA. The answer to your problem is: Bitcrack is using the GPU to process millions of private keys per second, but while generating the private keys the CPU has to gradually compare all the addresses obtained by the GPU with the target address. That is to say, the comparison is never done in real time, the GPU is faster than any CPU, therefore the number of addresses generated by the GPU is enormous compared to the speed at which the CPU is comparing, it is for that reason You think that the private key has jumped, but no, in reality what happens is that the CPU has not reached that position yet, the CPU is slower in the comparison, while the GPU is at full speed well ahead.

For example:
When the GPU goes for the position:
0000000000000000000000000000000000000000000000000000CE1000000000
....The CPU is comparing by this previous position.
0000000000000000000000000000000000000000000000000000000200000000
can you notice the CPU lag compared to the GPU?
there is the answer, the comparison is made by the CPU much later, little by little. It just takes longer, you have to wait for the CPU to compare all the addresses.
BitCrack does work and is doing an excellent job, you can continue to use BitCrack.

@iparktur
Copy link

iparktur commented Aug 30, 2022 via email

@jamiegreen7
Copy link

20000000000000000:3ffffffffffffffff -c 13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests