Bitcoin Forum
September 27, 2025, 06:01:04 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Finding/Extracting Keys from raw Hex data on: April 15, 2022, 04:20:55 AM
Thanks Nonce.  My python script had an error, so my calc was off.  I thought I was missing something.

Even tho the 01 01 04 20 is plenty to find all your keys, There is actually a larger chunk that seems consistent preceding the privkey

    f7 00 01 d6 30 81 d3 02 01 01 04 20


Or that is what I found, all had the exact same data prior, and the a0 81 85 30 81 82 02 01  following
2  Bitcoin / Development & Technical Discussion / Finding/Extracting Keys from raw Hex data on: April 14, 2022, 08:29:40 PM
Other post here, but closed.
https://bitcointalk.org/index.php?topic=25091.msg311449#msg311449


Looking for keys on a hard drive.

It says the string below directly proceeds the privkey data

3081 d302 0101 0420

Actually the way my data looks:
30 81 d3 02 01 01 04 20

Can someone help answer a simple question.  The private key that follows this string.  (to the right)    Is the privkey the next 64 characters?

Or 64 x's?

30 81 d3 02 01 01 04 20 xx xx xx xx xx xx xx xx xx xx xx . . .


It also looks like a0 81 85 30 81 82 02 01  is after the privkey

30 81 d3 02 01 01 04 20 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx a0 81 85 30 81 82 02 01

Is this correct?  Thank You

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!