Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: spoonbender on December 06, 2013, 06:32:39 AM



Title: still trying to import to Bitcoin-Qt
Post by: spoonbender on December 06, 2013, 06:32:39 AM
Hello,

I continue to struggle to import one of my two Multibit wallets into Bitcoin-Qt. The wallet I'm trying to import has two addresses. I have exported the private key from Multibit and am using Notepad to view.

Using this code in the Qt console:
Code:
importprivkey <bitcoin private key> [label] [rescan=true]

I've pasted one of my two keys, leaving out the < and >. I don't have/don't know what the label is so left that out. When I include the rescan code, I get this error:
Code:
Error: Error parsing JSON:[rescan=true]

so I skipped that, too.

But after typing the importprivkey command, pasting the key and hitting Enter I don't get an error - nothing happens except after about 10 minutes an empty line shows up with a right-facing arrow. No balance shows up in the Overview tab, nor are there any transactions shown. However, there's a new address showing up in the address book, with the same timestamp as contained in my private key.

Am I close to getting it right?





Title: Re: still trying to import to Bitcoin-Qt
Post by: DannyHamilton on December 10, 2013, 06:29:17 PM
But after typing the importprivkey command, pasting the key and hitting Enter I don't get an error - nothing happens except after about 10 minutes an empty line shows up with a right-facing arrow. No balance shows up in the Overview tab, nor are there any transactions shown. However, there's a new address showing up in the address book, with the same timestamp as contained in my private key.

Am I close to getting it right?

Yes.

It sounds like the private keys that you are importing don't have any bitcoins associated with them at the moment.


Title: Re: still trying to import to Bitcoin-Qt
Post by: bitpop on December 25, 2013, 01:47:08 AM
You have a json error
Just do rescan later