Bitcoin Forum

Other => Beginners & Help => Topic started by: sinistral on March 12, 2013, 06:28:09 PM



Title: Confused with my blockchain.info wallet. Where's my original wallet address?
Post by: sinistral on March 12, 2013, 06:28:09 PM
I created my original wallet with Bitcoin-Qt and dumped my wallet data to plaintext through Pywallet. I pasted and imported it into my blockchain.info account but I can't find the address to my original wallet anywhere under my blockchain.info profile. I thought I was specifically importing that wallet address. ??? I just wanted to upload my wallet.dat to keep my original wallet address. I was successfully able to upload it once and it listed all my transactions. I know something isn't right because it says I have no transactions now though. Please help - I'm so confused!


Title: Re: Confused with my blockchain.info wallet. Where's my original wallet address?
Post by: BlindMixerDR on March 13, 2013, 11:19:51 PM
I created my original wallet with Bitcoin-Qt and dumped my wallet data to plaintext through Pywallet. I pasted and imported it into my blockchain.info account but I can't find the address to my original wallet anywhere under my blockchain.info profile. I thought I was specifically importing that wallet address. ??? I just wanted to upload my wallet.dat to keep my original wallet address. I was successfully able to upload it once and it listed all my transactions. I know something isn't right because it says I have no transactions now though. Please help - I'm so confused!
Bitcoin wallets normally start with 100 addresses. I suggest you try importing the addresses you need into blockchain.info again. The easiest thing is to start bitcoin-qt, go to the console window (help -> debug -> console) and type "listunspent 0" to show all the unspent outputs your bitcoin-qt wallet is storing. Then either dump only the private keys corresponding to those unspent outputs (in console window, type "dumpprivkey <address>"), or look through the file from Pywallet until you find the private keys you need.


Title: Re: Confused with my blockchain.info wallet. Where's my original wallet address?
Post by: sinistral on March 14, 2013, 10:13:33 AM
Thanks so much! Really helped out! ;)