Bitcoin Forum

Bitcoin => Electrum => Topic started by: SEnergy on August 27, 2015, 05:40:43 PM



Title: Electrum - Importing specific address?
Post by: SEnergy on August 27, 2015, 05:40:43 PM
so I got a address & private key using vanitygen but I have no idea how to import it to my existing wallet in electrum

i'm using console with
Code:
importprivkey("key")

this asks for my password but returns
Quote
"Error: Keypair import failed: "

how am I supposed to do that without losing existing addresses?


Title: Re: Electrum - Importing specific address?
Post by: unholycactus on August 27, 2015, 11:24:09 PM
so I got a address & private key using vanitygen but I have no idea how to import it to my existing wallet in electrum

i'm using console with
Code:
importprivkey("key")

this asks for my password but returns
Quote
"Error: Keypair import failed: "

how am I supposed to do that without losing existing addresses?

You should use the GUI if you can. Simply copy and paste the private key.

Otherwise make sure the syntax is correct and that you are only inputting the private key as the argument.


Title: Re: Electrum - Importing specific address?
Post by: bitllionaire on August 27, 2015, 11:28:43 PM
You can also try  to recover it with other wallet or blockchain.info


Title: Re: Electrum - Importing specific address?
Post by: foxkyu on August 28, 2015, 02:56:01 PM
for the easy ways, is to import your privatekey to blockchain.info then move all your bitcoin into your wallet



Title: Re: Electrum - Importing specific address?
Post by: RustyNomad on August 28, 2015, 03:08:42 PM
for the easy ways, is to import your privatekey to blockchain.info then move all your bitcoin into your wallet


You can also try  to recover it with other wallet or blockchain.info

Agree, I've also had this problem before on an earlier version of Electrum. I was however able to import it into my Blockchain wallet so did that and just moved the funds back to Electrum.

Was most probably something related to the format of the private key.


Title: Re: Electrum - Importing specific address?
Post by: Muhammed Zakir on August 28, 2015, 08:29:38 PM
You can't import private keys into an Electrum 2.x wallet with seed. If you want to import to Electrum, you will have to create a new wallet, select 'Restore wallet' and then enter private key(s).

https://electrum.orain.org/wiki/Frequently_Asked_Questions#Can_I_import_private_keys_from_other_Bitcoin_clients.3F



for the easy ways, is to import your privatekey to blockchain.info then move all your bitcoin into your wallet


You can also try  to recover it with other wallet or blockchain.info

Agree, I've also had this problem before on an earlier version of Electrum. I was however able to import it into my Blockchain wallet so did that and just moved the funds back to Electrum.

Was most probably something related to the format of the private key.

I highly recommend not to import private keys to Blockchain.info or other online wallets, if you are going to use that addresses. Anyway, as you can import private keys to Electrum, I hope you won't import it to an online wallet.


Title: Re: Electrum - Importing specific address?
Post by: SEnergy on September 03, 2015, 02:33:36 PM
You can't import private keys into an Electrum 2.x wallet with seed. If you want to import to Electrum, you will have to create a new wallet, select 'Restore wallet' and then enter private key(s).

https://electrum.orain.org/wiki/Frequently_Asked_Questions#Can_I_import_private_keys_from_other_Bitcoin_clients.3F



for the easy ways, is to import your privatekey to blockchain.info then move all your bitcoin into your wallet


You can also try  to recover it with other wallet or blockchain.info

Agree, I've also had this problem before on an earlier version of Electrum. I was however able to import it into my Blockchain wallet so did that and just moved the funds back to Electrum.

Was most probably something related to the format of the private key.

I highly recommend not to import private keys to Blockchain.info or other online wallets, if you are going to use that addresses. Anyway, as you can import private keys to Electrum, I hope you won't import it to an online wallet.

this, thanks!