Bitcoin Forum
April 27, 2024, 03:18:46 AM *
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 58 59 60 61 62 63 64 65 66 67 68 ... 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74401 times)
XavierBatti
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 21, 2020, 11:24:17 PM
 #341

OpenCL version is known to have such problems. Someone must fix the code. I only use CUDA version.

That's right.

the program skip private keys in amd rx580 but working fine with nvidia gtx 950m
anyone knows why?

amd rx580 command :
clbitcrack  -c -u -i test18.txt -o out.txt --device 1 --keyspace 2:FF
...
The clbitcrack has nothing to do with your AMD GPU. In order to utilize the GPU for this task you must use cuBitCrack.

He can only use the buggy clBitcrack with amd gpu.
1714187926
Hero Member
*
Offline Offline

Posts: 1714187926

View Profile Personal Message (Offline)

Ignore
1714187926
Reply with quote  #2

1714187926
Report to moderator
1714187926
Hero Member
*
Offline Offline

Posts: 1714187926

View Profile Personal Message (Offline)

Ignore
1714187926
Reply with quote  #2

1714187926
Report to moderator
1714187926
Hero Member
*
Offline Offline

Posts: 1714187926

View Profile Personal Message (Offline)

Ignore
1714187926
Reply with quote  #2

1714187926
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714187926
Hero Member
*
Offline Offline

Posts: 1714187926

View Profile Personal Message (Offline)

Ignore
1714187926
Reply with quote  #2

1714187926
Report to moderator
1714187926
Hero Member
*
Offline Offline

Posts: 1714187926

View Profile Personal Message (Offline)

Ignore
1714187926
Reply with quote  #2

1714187926
Report to moderator
naviddigit
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 26, 2020, 10:10:00 AM
 #342

No one answers? !!!
Answer at least my question:
I've overclocked my graphics card
Has it affected my graphics card?
And the output?
naviddigit
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 02, 2020, 05:32:54 AM
 #343

why deleted -r  from last version?

https://github.com/brichard19/BitCrack/releases

this : Improve OpenCL performance
kknd
Jr. Member
*
Offline Offline

Activity: 32
Merit: 11


View Profile WWW
February 14, 2020, 01:35:31 AM
 #344

Great ! new version

2080 - 188.16 MKey/s (old 155)

466,284 addresses loaded (8.9MB)
GeForce RTX 2080 4937 / 8192MB | 466284 targets 188.16 MKey/s (215,884,623,360,000 total) [15:23:48:58][2020-02-13.22:33:11] [Info] Checkpoint
Btchunter3333
Full Member
***
Offline Offline

Activity: 486
Merit: 102


View Profile
February 27, 2020, 07:07:04 PM
 #345

Hi, i have a problem, i have a wallet which i saved private keys but i can't find the last part. if don't know the last 17 characters of private keys can i use this software and which command i should use?
archyone
Newbie
*
Offline Offline

Activity: 25
Merit: 1


View Profile
March 14, 2020, 11:39:57 AM
 #346

Hello, would it be possible for someone to modify the program so that instead of searching for the bitcoin address he searches for the public key (compressed) in its hexadecimal form without the prefix (02 or 03).

Example: we know that for private key N°1 (1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH) the compressed public address corresponds to: 0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798
I would like BitCrack to search for this public key without the prefix 02 at the start (basically it searches for the X coordinate only)

 My goal here is not to find the private key of an address but to search (try ^^) to find a correlation between private key and public key. I know that at the moment of today certain think that it is impossible (and they are certainly right) but I would like all the same to carry out certain research and that is why I will need to modify the program. Unfortunately my skills in C ++ and even in python for that matter leave something to be desired. Thank you in advance for the help you could give me or any external link not too complicated to implement. Thank you
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
March 14, 2020, 12:29:52 PM
 #347

Hello, would it be possible for someone to modify the program so that instead of searching for the bitcoin address he searches for the public key (compressed) in its hexadecimal form without the prefix (02 or 03).

Example: we know that for private key N°1 (1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH) the compressed public address corresponds to: 0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798
I would like BitCrack to search for this public key without the prefix 02 at the start (basically it searches for the X coordinate only)

 My goal here is not to find the private key of an address but to search (try ^^) to find a correlation between private key and public key. I know that at the moment of today certain think that it is impossible (and they are certainly right) but I would like all the same to carry out certain research and that is why I will need to modify the program. Unfortunately my skills in C ++ and even in python for that matter leave something to be desired. Thank you in advance for the help you could give me or any external link not too complicated to implement. Thank you



Bitcrack is not made for that but you can use this for what you're talking about but the speed is not with an gpu though.


https://github.com/Telariust/pollard-kangaroo

https://bitcointalk.org/index.php?topic=5173445.msg52473992#msg52473992

https://bitcointalk.org/index.php?topic=5166284.msg52318676#msg52318676
archyone
Newbie
*
Offline Offline

Activity: 25
Merit: 1


View Profile
March 14, 2020, 01:23:37 PM
 #348

first of all thank you for your answer, I knew all these utilities and I have already had the opportunity to test them. The problems that I encountered with Pollard kangoroo are that on the one hand it does not use the GPU and that I do not wish to search for the private keys with their prefixes (02 or 03) but only the coordinate of x which is elsewhere calculated in the first step before check if y is odd or even. The ideal would be a model like bitcrack which randomizes a private key in a range and submits it to the elliptical curve and checks only the coordinate of x. I think it must be possible right? thank you again for being interested in my problem.
archyone
Newbie
*
Offline Offline

Activity: 25
Merit: 1


View Profile
March 26, 2020, 11:00:49 AM
 #349

BitCrack does not authorize private messages from noobies like me, I allow myself to send him my request here ^^ which incidentally and always the same as before (I don't let anything go - lol)

Hello,

First of all I want to apologize for my English which is not necessarily at the top.

I had the opportunity to try your program and I want to congratulate you because it is really effective.
On the other hand I would have liked that this one seeks only the coordinate of x and not the bitcoin address in its base58 form.
I think that after all this must be faster (I can be wrong) because it is the first thing that this one calculates after having given him the private key. So instead of providing a list of addresses
(eg: 173g6UwTFYWKrks6h4waxNdCewsPWeLuUo), I would like to be able to provide him a list of coordinates x (ex: d41255c006185d9dd1ab6eccef02bf8a6b8cc7e20cffbe84b8e0b6) and that the program in the same principle as currently checks the correspondence. Unfortunately after consulting the source code I am unable to make the changes. If I understood correctly, the modification should take place in the function:

void KeyFinder :: setTargets (std :: string targetsFile)

where the addresses are converted to hash160 before being checked. this function would therefore not be necessary for my use as well as the others (base58 - sha256 etc ..) only the ECSDA function interests me in this case. My knowledge of C ++ is close to zero and I am unable to modify anything (it is not for lack of trying ^^). Ok, would you be kind enough to modify it or at least provide me with a piece of code or some details that could allow me to modify it?

I will understand if you do not have the time or the will and would be grateful for the work already done by sharing Bitcrack.

Your biggest fan ^^

this request having become public, any charitable soul is of course welcome. thank you in advance
MikeJ_NpC
Member
**
Offline Offline

Activity: 107
Merit: 10

if you want to lie *cough*use your data; not mine.


View Profile
April 16, 2020, 05:02:51 AM
 #350

Hey Fellas,
If anyone can provide some assitance in regards to my nightmare lol... please let me know and send me a PM. Its not a hopeless senario but i am at a impasse hence why i am reaching out....
Besdies this,....


I feel as if im missing a % or somethng.... does this seem correct in terms of output?
which is better the CL or CU ....

Instance 1
>cubitcrack.exe -t 512 -p  1024
Compression: compressed
Starting at: 0000000000000000000000000000000000000000000000000000000000000001
Ending at:   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE***********************
Counting by: 0000000000000000000000000000000000000000000000000000000000000001
Generating 16,777,216 starting points (640.0MB)
[Info] 100.0%
[Info] Done
GeForce GTX 1070 2956 / 8192MB | 1 target 227.58 MKey/s (6,393,411,141,632 total) [07:46:27]


Instance 2
clbitCrack.exe  -c -u  -b  128 -t 384 -p 1024  --continue sess.txt

 Compression: both
[2020-04-15.12:57:56] [Info] Starting at: **********************************43937452  (edited)
[2020-04-15.12:57:56] [Info] Ending at:   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDC************************ (edited)
[2020-04-15.12:57:56] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2020-04-15.12:57:56] [Info] Compiling OpenCL kernels...
[2020-04-15.12:57:57] [Info] Initializing GeForce GTX 1070 Ti
[2020-04-15.12:58:07] [Info] Generating 50,331,648 starting points (1920.0MB)
GeForce GTX 1070 4608 / 8192MB | 1 target 101.48 MKey/s (3,516,003,613,671,424 total) [07:04:35][2020-04-15.13:40:54] [Info] Checkpoint
GeForce GTX 1070 4608 / 8192MB | 1 target 98.35 MKey/s (3,516,009,049,489,408 total) [07:05:29]]


If Karma is a bitch, then god is a woman. I ask to know, not to be screwed or hear trite excuses (after the fact) which a 3rd grader could do better on. If you give your word, keep it atleast..
oasisfootball
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 18, 2020, 11:10:40 AM
Last edit: April 18, 2020, 12:44:33 PM by oasisfootball
 #351

Hey Everyone ,

It's my first post here so just wanna say quick Hello.

I'm using the CUDA version of BitCrack with the following specs :

Intel Xeon CPU E3-1275 v5 @ 3.60GHZ
16gb ram
GeForce GTX 1050Ti
30'000 Target list

I'm getting around 60-61Mkey/s is anyone know better configuration for -b -t -p

Currently use the following :
blocks=300
threads=128
points=512
 
Thanks
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
April 29, 2020, 03:42:09 AM
 #352

why deleted -r  from last version?

https://github.com/brichard19/BitCrack/releases

this : Improve OpenCL performance


Yes there is a bug for opencl ... the fix is here: https://github.com/brichard19/BitCrack/issues/223
Doommann
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 14, 2020, 06:46:52 PM
 #353

Currently use the following :
blocks=300
threads=128
points=512

1050Ti
-b 90 -t 512 -p 512
86-88 MKeys

Rx488
-b 72 -t 256 -p 2048
172-176 Mkeys

Rx574 itx Pulse
-b 100 -t 128 -p 2000
132-134 Mkeys
math09183
Member
**
Offline Offline

Activity: 170
Merit: 58


View Profile
May 25, 2020, 12:22:40 PM
 #354

Is there a plan to modify the program to work on WIF instead of private key?
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
May 25, 2020, 05:44:03 PM
 #355

Is there a plan to modify the program to work on WIF instead of private key?

WIF is just another representation of the private key (In other words, they are the same thing)

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
math09183
Member
**
Offline Offline

Activity: 170
Merit: 58


View Profile
May 25, 2020, 06:35:52 PM
 #356

Is there a plan to modify the program to work on WIF instead of private key?
WIF is just another representation of the private key (In other words, they are the same thing)

But 'alphabetical' checking of WIFs is not this same as 'alphabetical' checking hex pkey....
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
May 25, 2020, 07:29:57 PM
 #357

Is there a plan to modify the program to work on WIF instead of private key?
WIF is just another representation of the private key (In other words, they are the same thing)

But 'alphabetical' checking of WIFs is not this same as 'alphabetical' checking hex pkey....

Of course not, WIF has way more permutations than the possible priv keys.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
GoVanza
Newbie
*
Offline Offline

Activity: 149
Merit: 0


View Profile
May 26, 2020, 10:20:10 PM
 #358

Hello everybody! My program does not work on Sapphire Nitro+ RX 570 8gb Open CL 2,0 (((Version ready for work downloaded the compiled program 0.31 does not work can't find keys. I don’t know how to compile files, someone already has a working file.
lukemanz
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 27, 2020, 09:05:55 AM
 #359

Any one can help me to compile the Cuda version for my Nvidia GT 620m (compute_cap=30) and  Nvidia GTX 750?
I try to compile the Cuda version for my Nvidia GT 620m, I have change the compute_cap to 30, but still make 'invalid device symbol' error
arulbero
Legendary
*
Offline Offline

Activity: 1914
Merit: 2071


View Profile
May 30, 2020, 08:27:48 PM
 #360

#110 solved!!!

https://www.blockchain.com/btc/address/12JzYkkN76xkwvcPT6AWKZtGX6w2LAgsJg

https://bitcointalk.org/index.php?topic=5244940.msg54531616#msg54531616
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 64 65 66 67 68 ... 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!