Bitcoin Forum

Other => MultiBit => Topic started by: ronaldlee0917 on May 23, 2013, 08:16:43 AM



Title: How do I import a Multibit wallet to bitcoinqt?
Post by: ronaldlee0917 on May 23, 2013, 08:16:43 AM
I need to sign a message with my private key in a Mulltibit wallet, but I think this function is not provided by Multibit.
I think I will have to import the wallet to bitcoin-qt(or other clients?) to sign the message.
Please help.


Title: Re: How do I import a Multibit wallet to bitcoinqt?
Post by: ronaldlee0917 on May 23, 2013, 09:27:21 AM
Never mind, I have figured out how to sign a message with a Multbit private key.

Here is how:
1) export your private key with the Multbit client without password protection
2) open the generated .key file with a text editor(like notepad on Windows)
3) copy all the content in the file
4) goto blockchain.info and register an account in case you haven't
5) import your key into your blockchain.info wallet by pasting the content you copied in step 3
6) sign the message with your newly imported private key
7) delete the .key file you generated in step 1 (to ensure no one could steal your private key from your computer)

This should be a workaround until the Multibit developers add the message signing function to Multibit.


Title: Re: How do I import a Multibit wallet to bitcoinqt?
Post by: jim618 on May 23, 2013, 09:30:24 AM
Hi Ronaldlee,

That would certainly work.
Signing and verifying messages is in the next round of UI work that I will be working on over the summer.


Title: Re: How do I import a Multibit wallet to bitcoinqt?
Post by: ronaldlee0917 on May 23, 2013, 09:33:05 AM
Hi Ronaldlee,

That would certainly work.
Signing and verifying messages is in the next round of UI work that I will be working on over the summer.
Glad to hear that :D