Author

Topic: Public key bitcoin start with 04? (Read 1222 times)

newbie
Activity: 24
Merit: 0
November 23, 2013, 03: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.
legendary
Activity: 1512
Merit: 1028
November 23, 2013, 02: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://bitcointalksearch.org/topic/pywallet-22-manage-your-wallet-update-required-34028

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 .
 
newbie
Activity: 24
Merit: 0
November 23, 2013, 02: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.
legendary
Activity: 1512
Merit: 1028
November 20, 2013, 08:07:25 AM
#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://bitcointalksearch.org/topic/m.1620197
newbie
Activity: 24
Merit: 0
November 20, 2013, 05:51:27 AM
#4
Are you there didjaydisteele ? Where are you ? Can you please help me ?
newbie
Activity: 24
Merit: 0
November 18, 2013, 06: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
member
Activity: 96
Merit: 10
All For Bitcoin!
November 17, 2013, 11:48:08 AM
#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.
newbie
Activity: 24
Merit: 0
November 17, 2013, 06: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
Jump to: