Bitcoin Forum
April 24, 2024, 05:50:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74383 times)
The Healer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 12, 2018, 03:15:17 PM
 #121

on one gtx 1080  130 Mkey/s (with 40k targets)
bat file ( -b 32 -t 512 -p 1024 )

You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
BitCrack (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 122


View Profile
December 12, 2018, 03:58:54 PM
 #122

on one gtx 1050ti  64 Mkey/s
bat file ( -b 500 -t 128 -p 128 )



You can probably get more than 64Mkeys/second. Try increasing the p parameter.
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
December 13, 2018, 10:33:50 PM
Last edit: December 14, 2018, 10:49:31 PM by racminer
 #123

Rx480 8Gb     107.04 MKey/s
clBitCrack  --b 72 -t 256 -p 2048

Rx480 4Gb     100.00 MKey/s
clBitCrack  --b 72 -t 256 -p 1024




PietCoin97
Jr. Member
*
Offline Offline

Activity: 91
Merit: 3


View Profile
December 13, 2018, 10:37:25 PM
 #124

gtx 1070

-b 15 -t 512 -p 4120 both 80Mkeys with 87k file
 
only compressed 245 Mkeys with 4k file
mistercoin
Legendary
*
Offline Offline

Activity: 1042
Merit: 1000


https://r.honeygain.me/XEDDM2B07C


View Profile WWW
December 14, 2018, 05:13:09 PM
 #125

Might just be quicker to hash out new addresses en-masse then use a checking script to check if any of your generated addresses have balances already. You have a better chance hitting the lottery 20 weeks in a row, than finding any sizable amount in billions of keys.

-MisterCoin

almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
December 14, 2018, 06:41:28 PM
 #126

Might just be quicker to hash out new addresses en-masse then use a checking script to check if any of your generated addresses have balances already. You have a better chance hitting the lottery 20 weeks in a row, than finding any sizable amount in billions of keys.

Any "sizable" amount?

Unless you're searching in the space where toy keys such as 1, 2, 3 etc are located, you are unlikely to find any keys, ever. And toy keys will have a zero balance.
alex1560
Member
**
Offline Offline

Activity: 67
Merit: 24


View Profile
December 16, 2018, 03:20:35 PM
 #127

Nice job with the tool! It's perfect to work on something for hobby. It's modern lottery run by computer, I sent my thanks to your BTC wallet as well.. In case I find any lost wallet I will split proffits Smiley).
BitCrack (OP)
Jr. Member
*
Offline Offline

Activity: 30
Merit: 122


View Profile
December 16, 2018, 08:20:17 PM
 #128

Nice job with the tool! It's perfect to work on something for hobby. It's modern lottery run by computer, I sent my thanks to your BTC wallet as well.. In case I find any lost wallet I will split proffits Smiley).

Very much appreciated! The donations are going towards new hardware, as I only have a GeForce GT 640 and Radeon 280X at the moment.
alex1560
Member
**
Offline Offline

Activity: 67
Merit: 24


View Profile
December 16, 2018, 09:43:34 PM
 #129

Very much appreciated! The donations are going towards new hardware, as I only have a GeForce GT 640 and Radeon 280X at the moment.

You are welcome! I played a bit with the gpu code, that is rocketship code for me, but I managed to understand that I cannot change it easily to
do random addresses as the stride is set at the initialization of the GPU node (not even sure if it's possible or if it's pheasible with the way gpu work is done). So I will use at intended Smiley. I set a random stride and nextKey using the generatePrivateKey(); so it generates a new set everytime the app is launched and counts at the random next key.

I am using GTX 690X, launched the app twice, with 1 app per node (gtx 690 has 2 nodes) and I am getting a total of 80 Mh/s.

I though it would be cool to link this with the blocksci, but I think the way you made it work with loading the list into the memory of the GPU is much more efficient than doing queries to blocksci.

Best of luck with your project, it's very nice of you that you shared the code, as I see it was a lot of work involved.
Synthaconic
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 27, 2018, 06:32:57 PM
 #130

Hi,
I ran clBitCrack.exe on Win10 and when program started generating keys my computer became really slow. CPU utilization was only 8% but everything was really sloooow (youtube, web, windows). I tested multiple -b  -t -p and the only difference was that it generated more keys. Is there any solution for this? Does this happen with better cards too (like GTX 1080ti)?

Ryzen 2700x +  Radeon HD 5700

Thanks!
darosior
Sr. Member
****
Offline Offline

Activity: 279
Merit: 435


View Profile
December 27, 2018, 06:50:24 PM
 #131

Hi,
I ran clBitCrack.exe on Win10 and when program started generating keys my computer became really slow. CPU utilization was only 8% but everything was really sloooow (youtube, web, windows). I tested multiple -b  -t -p and the only difference was that it generated more keys. Is there any solution for this? Does this happen with better cards too (like GTX 1080ti)?

Ryzen 2700x +  Radeon HD 5700

Thanks!
Hi,

the program makes use of the GPU in order to generate many addresses (which is done by hashing the public key, and GPUs are better at hashing than CPUs) so it makes sense that it affects programms which make use of your GPU too..
Synthaconic
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 27, 2018, 07:38:13 PM
 #132

Hi,
I ran clBitCrack.exe on Win10 and when program started generating keys my computer became really slow. CPU utilization was only 8% but everything was really sloooow (youtube, web, windows). I tested multiple -b  -t -p and the only difference was that it generated more keys. Is there any solution for this? Does this happen with better cards too (like GTX 1080ti)?

Ryzen 2700x +  Radeon HD 5700

Thanks!
Hi,

the program makes use of the GPU in order to generate many addresses (which is done by hashing the public key, and GPUs are better at hashing than CPUs) so it makes sense that it affects programms which make use of your GPU too..

Yea, it does use 99% of GPU. That sucks though, can't do anything else on my PC. Would be nice to have option for GPU usage %.
Synthaconic
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 28, 2018, 04:25:39 PM
 #133

HI,
Does anyone know that is there similar software for Etherium??
Thanks!
darosior
Sr. Member
****
Offline Offline

Activity: 279
Merit: 435


View Profile
December 28, 2018, 09:21:57 PM
 #134

HI,
Does anyone know that is there similar software for Etherium??
Thanks!
There is https://github.com/tmgroupsecurity/EthCrack but trying to generate many private keys is not viable and you won't find any pk with funds on it. Ever.
Lolo54
Member
**
Offline Offline

Activity: 117
Merit: 32


View Profile
January 05, 2019, 09:42:41 PM
 #135

add in your command line -c -u and it will find
almightyruler
Legendary
*
Offline Offline

Activity: 2268
Merit: 1092


View Profile
January 06, 2019, 01:13:14 AM
 #136

Can someone help me....?
I added my own address to bitcoin scan list of 8 million addresses.....ive set to start scan at the HEX of my address...but it dont list it in found list?  What setting is wrong?


If you are passing it your exact private key to see what happens when it finds a match, what happens if you deduct 1 from it? (eg pass 6442bae903c8d27ddcd00***************03ebda825ecde678aa on the commandline)
chan111
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 25, 2019, 01:34:13 PM
 #137

Hi.
This looks like VERY GOOD piece of software, but I dont understand one thing Smiley

My tougths:

1.) Is it possible to recover part of private key, when I have valid address?

For example:
let's say one of my paper wallet is partialy destroyed, and I have lost 5 or more characters from private, like:

pub: 1DrqrF3JEYB9TXWymz4zGoEzM5i75JMLFB
priv: L3Wji4b***4Po3vo2gmi42Y2kbbxtnpAfQ5wJx11BgNr****8v3Q

Would be EXTREMALY usefull for paperwallet users!

Regards.
chan111
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 25, 2019, 07:00:52 PM
 #138


But AFAIK this software don't support such feature.


Yes, thanks for an answer. So it seemed to me. I could not find a suitable example. The position of the characters is known. It would be a great feature for the software.
arulbero
Legendary
*
Offline Offline

Activity: 1914
Merit: 2071


View Profile
January 25, 2019, 08:02:22 PM
 #139

1.) Is it possible to recover part of private key, when I have valid address?

For example:
let's say one of my paper wallet is partialy destroyed, and I have lost 5 or more characters from private, like:

pub: 1DrqrF3JEYB9TXWymz4zGoEzM5i75JMLFB
priv: L3Wji4b***4Po3vo2gmi42Y2kbbxtnpAfQ5wJx11BgNr****8v3Q

Would be EXTREMALY usefull for paperwallet users!

Regards.

If you know the public key (not the address) and the first ~ 180 bits of the private key, it is possible to retrieve the other 70 / 80 bits using smarter ways than brute force attack.
chan111
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 25, 2019, 08:43:07 PM
 #140

If you know the public key (not the address) and the first ~ 180 bits of the private key, it is possible to retrieve the other 70 / 80 bits using smarter ways than brute force attack.

Yes, I realize that finding the last bits of the private key would be much easier.
Unfortunately... I know only what I have shown: full addres, and private key with some randomly missing characters.
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 96 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!