Bitcoin Forum
May 03, 2024, 11:55:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Not able to private keys into Electrum  (Read 247 times)
yuyo123 (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
July 27, 2018, 05:25:08 PM
 #1

I'm trying to import the private keys from my Armory wallet into Electrum but when I select the "import bitcoin adresses or private keys" option and enter my private key the "next" button doesn't work. It stays grey and is can't be clicked. I already tried deleting and redownloading Electrum. Is there anything I could do?
1714780507
Hero Member
*
Offline Offline

Posts: 1714780507

View Profile Personal Message (Offline)

Ignore
1714780507
Reply with quote  #2

1714780507
Report to moderator
1714780507
Hero Member
*
Offline Offline

Posts: 1714780507

View Profile Personal Message (Offline)

Ignore
1714780507
Reply with quote  #2

1714780507
Report to moderator
1714780507
Hero Member
*
Offline Offline

Posts: 1714780507

View Profile Personal Message (Offline)

Ignore
1714780507
Reply with quote  #2

1714780507
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714780507
Hero Member
*
Offline Offline

Posts: 1714780507

View Profile Personal Message (Offline)

Ignore
1714780507
Reply with quote  #2

1714780507
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 27, 2018, 05:46:49 PM
Last edit: July 27, 2018, 06:15:13 PM by Abdussamad
Merited by pooya87 (2), ranochigo (1)
 #2

the private keys have to be in wallet import format (WIF) or in mini key format. WIF private keys start with 5, L or K. mini private keys start with S. Examples are given below:

https://en.bitcoin.it/wiki/Private_key#Base58_Wallet_Import_format

Armory probably exports the private keys in WIF or plain hex format. I also believe it inserts spaces between the characters. If that's the case then remove the spaces before you import them.

If the priv keys are hexadecimal and not in WIF you can convert them using a python script or the electrum python console. I suggest creating a standard electrum wallet making sure to note down the seed then going to view menu > show console, switch to console tab and typing this in there:

Code:
hexpriv="<yourprivatekeyinhex>"
bitcoin.serialize_privkey(bytes.fromhex(hexpriv), True, "p2pkh")

It'll then spit out your priv key in WIF which you can sweep via wallet menu > private key > sweep or import into a new wallet if you prefer.

When you're done be sure to clear the console history or your private keys will be saved in plain text to disk:

Code:
window.console.history = []


edit2: Thanks to SombreNight for help with that last command which clears the console history!
elreymon
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 14, 2021, 03:17:05 PM
 #3

Not being able to impor private key. Do you know if Electrum ONLY accepts MASTER private keys (instead of only private keys) right now?
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6115



View Profile
September 14, 2021, 03:41:49 PM
 #4

Not being able to impor private key. Do you know if Electrum ONLY accepts MASTER private keys (instead of only private keys) right now?

No, that's not the case. It should work fine as long as the private key is valid. Here, take a look at this topic: https://bitcointalk.org/index.php?topic=4746784.msg43255691#msg43255691

It's a step-by-step guide showing you how to export private keys from armory and sweep them into electrum.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2955


Block halving is coming.


View Profile WWW
September 14, 2021, 05:26:58 PM
Merited by NotATether (2), Pmalek (1)
 #5

Not being able to impor private key. Do you know if Electrum ONLY accepts MASTER private keys (instead of only private keys) right now?

Just adding this on OmegaStarScream suggestion above.

When importing to Electrum check the button info you will see this


Choose any script type depending on what address type if it's legacy it should be p2pkh: or if its segwit then it should be p2wpkh:

Sample:
Code:
p2pkh:yourprivatekeyhere
p2wpkh-p2sh:yourprivatekeyhere
p2wpkh:yourprivatekeyhere

Now it should be work after you import if it's still not then you maybe got the wrong key just follow the guide posted above by OmegaStarScreem on how to export the private key from Armory.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5583


Self-proclaimed Genius


View Profile
September 15, 2021, 02:57:31 AM
 #6

-snip- Do you know if Electrum ONLY accepts MASTER private keys (instead of only private keys) right now?
It depends on the type of Electrum wallet where you're importing private keys.
If you're importing to an existing wallet, you'll only be able to import to an "[Imported]" wallet, any other wallet will only have "sweep".

If into a new wallet, the "import bitcoin addresses or private keys" option in the new wallet wizard should work for private keys.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!