Bitcoin Forum
April 16, 2024, 10:54:22 PM *
News: Latest Bitcoin Core release: 26.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 58 59 60 61 62 63 ... 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74299 times)
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
August 13, 2019, 10:15:46 AM
 #241


almightyruler   -   It is clear, THANKS!
1713308062
Hero Member
*
Offline Offline

Posts: 1713308062

View Profile Personal Message (Offline)

Ignore
1713308062
Reply with quote  #2

1713308062
Report to moderator
1713308062
Hero Member
*
Offline Offline

Posts: 1713308062

View Profile Personal Message (Offline)

Ignore
1713308062
Reply with quote  #2

1713308062
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713308062
Hero Member
*
Offline Offline

Posts: 1713308062

View Profile Personal Message (Offline)

Ignore
1713308062
Reply with quote  #2

1713308062
Report to moderator
1713308062
Hero Member
*
Offline Offline

Posts: 1713308062

View Profile Personal Message (Offline)

Ignore
1713308062
Reply with quote  #2

1713308062
Report to moderator
1713308062
Hero Member
*
Offline Offline

Posts: 1713308062

View Profile Personal Message (Offline)

Ignore
1713308062
Reply with quote  #2

1713308062
Report to moderator
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 13, 2019, 01:06:46 PM
 #242

Why would you want to search random key space?
Someone mentioned in this topic(OP?) that there is a possibility, but I have not found..
At first glance, a random start in a given range seems more promising than a long straight road.
Something like Vanitygen, where the number changes every 1000000 passed keys
Telariust
Jr. Member
*
Offline Offline

Activity: 38
Merit: 18


View Profile
August 14, 2019, 03:55:07 AM
Last edit: September 03, 2019, 10:52:07 AM by Telariust
 #243

Why not add the ability to search by ripemd160 [...] to speed up
ripemd160(base16) <--> btcaddr(base58) <--> Int/Dec(base10) <--> Hex(base16) <--> Binary(base2)
it's the same thing, just the bases are different, converting
Why not add the ability to search by [...] known public key to speed up
Matching against pubkey would be handy (if it doesn't already do this?)
..because main target(puzzle) assumes a public key unknown (only its ripemd160 hash is known).
and if pubkey is known then sequential key search in a limited space (which uses bitcrack) is the stupidest and slowest way to search compared to baby-step-gigant-step algo and pollard-rho/kangaroo algo
when BitCrack compute 10M keys, its checked 10M keys
when BSGS/Pollard compute 10M keys, its checked (10M)^2 = 100000000M keys (!!!..undestand?)

And which bitcrack version supports random key space function ?
This fork https://github.com/pikachunakapika/BitCrack
Code:
-r, --random
    Each point will start in random KEYSPACE
tync
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
August 14, 2019, 04:16:05 AM
 #244


https://imgur.com/CoFCSa7
Is this 2123626 million or 2,123,626?
I'm using a Vega 64 with "clBitCrack.exe -b 500 -t 256 -p 1024 -c -u"
Huh? 2123626 Mkey/s . this is unrealistic speed. looks like a bug.
guys how much gives vega56?
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2019, 04:50:14 AM
 #245

Telariust, thank you very much Wink
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
August 14, 2019, 07:26:46 AM
 #246

This function


-r, --random
    Each point will start in random KEYSPACE



must work in software clBitCrack.exe ?

I tried running on my laptops ( AMD A6-3420M APU with HD Graphics AMD Radeon HD 6520G ) - getting an error.
chan111
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
August 14, 2019, 09:40:11 AM
 #247

I tried running on my laptops ( AMD A6-3420M APU with HD Graphics AMD Radeon HD 6520G ) - getting an error.

You sure are using this fork of software?

Quote from: Telariust
(...)This fork https://github.com/pikachunakapika/BitCrack
Code:
-r, --random
    Each point will start in random KEYSPACE
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
August 14, 2019, 10:01:36 AM
 #248

If not I am mistaken took software clBitCrack.exe from this page - https://github.com/brichard19/BitCrack/releases

It absolutely other version software clBitCrack.exe?
In her there is no function "-r  --randoom"  ?
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2019, 10:34:26 AM
 #249

Description does not specify this function, so it is only in this fork - https://github.com/pikachunakapika/BitCrack
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
August 14, 2019, 11:24:13 AM
 #250

Here it is necessary to load completely (green button " Clone or download ") all in ZIP archive, and then to open archive on the computer?

in this fork - https://github.com/pikachunakapika/BitCrack

***

Whether and there is a combined variant of use of functions " - keyspace " and " -r, - randoom ", i.e. that worked so:

For example - we write -- keyspace 100000000000:500000000000 and -- random OR -- random 100000000000:500000000000 then The search is made only in a range 100000000000:500000000000, but casual (random like a flea or a kangaroo ) by jumps?
Angelo1710
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
August 14, 2019, 11:49:47 AM
Last edit: August 14, 2019, 01:00:53 PM by Angelo1710
 #251

Can OP please add random (-r) function in the latest version of bitcrack?

Cheers

This version: https://github.com/pikachunakapika/BitCrack
Does not save private keys in txt at all, it is broken.
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2019, 12:55:04 PM
 #252

Here it is necessary to load completely (green button " Clone or download ") all in ZIP archive, and then to open archive on the computer?
This is the source code, you need to compile it in executable file (section "Building in Windows/Linux")

Whether and there is a combined variant of use of functions " - keyspace " and " -r, - randoom ", i.e. that worked so:

For example - we write -- keyspace 100000000000:500000000000 and -- random OR -- random 100000000000:500000000000 then The search is made only in a range 100000000000:500000000000, but casual (random like a flea or a kangaroo ) by jumps?
-r, --random
  Each point will start in random KEYSPACE
Angelo1710
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
August 14, 2019, 01:02:07 PM
 #253

Here it is necessary to load completely (green button " Clone or download ") all in ZIP archive, and then to open archive on the computer?
This is the source code, you need to compile it in executable file (section "Building in Windows/Linux")

Whether and there is a combined variant of use of functions " - keyspace " and " -r, - randoom ", i.e. that worked so:

For example - we write -- keyspace 100000000000:500000000000 and -- random OR -- random 100000000000:500000000000 then The search is made only in a range 100000000000:500000000000, but casual (random like a flea or a kangaroo ) by jumps?
-r, --random
  Each point will start in random KEYSPACE

https://github.com/pikachunakapika/BitCrack This version does not save key text file at all, just tested it, it's broken. Can someone add -r to the latest Bitcrack version, please?
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2019, 02:25:44 PM
 #254

This version does not save key text file at all, just tested it, it's broken.
Maybe bitcrack writing output file to the wrong directory where you're looking?
Angelo1710
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
August 14, 2019, 03:41:45 PM
Last edit: August 14, 2019, 04:13:14 PM by Angelo1710
 #255

This version does not save key text file at all, just tested it, it's broken.
Maybe bitcrack writing output file to the wrong directory where you're looking?

Well I tried with -o file command and without and no file was saved when the key was found, then I tried the same in the latest version and it worked perfectly.
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2019, 04:49:31 PM
 #256

Well I tried with -o file command and without and no file was saved when the key was found, then I tried the same in the latest version and it worked perfectly.
When I tried on Windows to run the original bitcrack, it saved output file in windows/system32.
Try naming the file non-standard way, run bc, and then searching for the file in system.
Angelo1710
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
August 15, 2019, 06:26:26 AM
 #257

Well I tried with -o file command and without and no file was saved when the key was found, then I tried the same in the latest version and it worked perfectly.
When I tried on Windows to run the original bitcrack, it saved output file in windows/system32.
Try naming the file non-standard way, run bc, and then searching for the file in system.

Tried and no textfile was found in system32. I really wish someone can add -r to the latest version.
iparktur
Jr. Member
*
Offline Offline

Activity: 119
Merit: 1


View Profile WWW
August 15, 2019, 06:54:11 AM
 #258

If to add function " -r, - randoom " in last version, it is desirable to make two variants it is functions:

1 - " -r, - randoom " - the search by casual jumps in all space is made;
2 - " -r START:END, - randoom START:END " - the search by casual jumps in the given (desirable) space is made

OR

1 - if not the function - keyspace - is given then the search by casual jumps in all space is made;
2 - if the function - keyspace - is specified then the search by casual jumps only in the specified space is made;
Angelo1710
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
August 15, 2019, 08:17:04 PM
 #259

Well I tried with -o file command and without and no file was saved when the key was found, then I tried the same in the latest version and it worked perfectly.
When I tried on Windows to run the original bitcrack, it saved output file in windows/system32.
Try naming the file non-standard way, run bc, and then searching for the file in system.

Tried and no textfile was found in system32. I really wish someone can add -r to the latest version.

Got it to work but it seems it just randomly searching in 252-256 space, so it is not 'really' random.
avw
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 15, 2019, 08:45:48 PM
 #260

It looks like it can work random in the specified keyspace:
https://github.com/pikachunakapika/BitCrack/issues/13
https://github.com/pikachunakapika/BitCrack/issues/3
Try "--keyspace START:END" and "-r" flags together
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 58 59 60 61 62 63 ... 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!