Bitcoin Forum
May 11, 2024, 06:05:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Public key bitcoin start with 04?  (Read 1222 times)
love9090 (OP)
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 17, 2013, 10:01:00 AM
 #1

I have a corupt wallet.dat. I tried to find many 130 charactor with Hex editor , begin with 04..... But it was not successful to convert to my bitcoin address. What wrong? Anyone can help me? Thanks
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715407554
Hero Member
*
Offline Offline

Posts: 1715407554

View Profile Personal Message (Offline)

Ignore
1715407554
Reply with quote  #2

1715407554
Report to moderator
1715407554
Hero Member
*
Offline Offline

Posts: 1715407554

View Profile Personal Message (Offline)

Ignore
1715407554
Reply with quote  #2

1715407554
Report to moderator
didjaydisteele
Member
**
Offline Offline

Activity: 96
Merit: 10


All For Bitcoin!


View Profile
November 17, 2013, 03:48:08 PM
 #2

The public key is the 2nd word in the Script Sig but you're looking at the 1st word. That's the signature. Signatures are 71 to 73 bytes (142 to 146 characters) long.
love9090 (OP)
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 18, 2013, 10:31:42 AM
 #3

The public key is the 2nd word in the Script Sig but you're looking at the 1st word. That's the signature. Signatures are 71 to 73 bytes (142 to 146 characters) long.
Thank you very much.
Can you give example about Script Sig. Before It took a long time for me to read about publick key, private key. And now I will must read about new information of Script Sig. Please help me to understand Script Sig with some example. Thanks
love9090 (OP)
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 20, 2013, 09:51:27 AM
 #4

Are you there didjaydisteele ? Where are you ? Can you please help me ?
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
November 20, 2013, 12:07:25 PM
 #5

The data you need to recover is the private key. If the wallet has been encrypted, you are even more out of luck.

Here's a thread that has some information to identify what hex is around private keys:
https://bitcointalk.org/index.php?topic=151831.msg1620197#msg1620197
love9090 (OP)
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 23, 2013, 06:07:28 AM
 #6

It's difficult to understand. hix. Why can't I find one exactly answer? Now I don't know how to do with my corrupt wallet.dat.
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
November 23, 2013, 06:23:17 AM
 #7

You have a corrupt wallet, but you are asking the wrong question, so you are going to get wrong answers.

http://mywiki.wooledge.org/XyProblem

First, how did you get a "corrupt wallet"? What kind of wallet. We'll assume it's Bitcoin-Qt for some instructions.

Starting Bitcoin-Qt with the option -salvagewallet will scan the wallet for addresses/keys and attempt to recover them.

If that doesn't bring back any addresses or fails, the next step is to use pywallet to scan the whole file for you to recover anything that resembles a public key. Read, and be a technical person already:

https://bitcointalk.org/index.php?topic=34028.0

I have a modified version of pywallet here that will keep scanning even when there are serious errors:
http://we.lovebitco.in/pywallet-keyskip2.py

A typical command to do this:
pywallet-keyskip2.py --recover --recov_device wallet.dat --recov_size 1Mio --recov_outputdir .
 
love9090 (OP)
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 23, 2013, 07:11:03 AM
 #8

I read many answer, almost is code, programming. Someone has knowledge about informatics can understand it. I can't. So many code, I think it's PHP.
Pages: [1]
  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!