Closed DroomieChikito closed 4 years ago
Segwit addresses can only be created from compressed private keys that begin with L or K. That's an uncompressed private key beginning with 5. If you're importing from armory then you first need to convert that private key into it's compressed form. You can do that in electrum via the console tab (view > show console if you can't see it):
switch to the console tab and press enter a few times until you see the prompt (>>)
enter this code there (replacing the privkey with your actual key):
privkey="5K817kyuyGNYbRK1fYznPN1d1bE22725JMSv13s7TnbXiUo5wNw" orig_format,secret,compressed=bitcoin.deserialize_privkey( privkey ) bitcoin.serialize_privkey( secret, True, "p2wpkh-p2sh" )
Note quotes matter here.
Thank you
I try to impor privat key example: p2wpkh-p2sh:5K817kyuyGNYbRK1fYznPN1d1bE22725JMSv13s7TnbXiUo5wNw
Next button disappear, I can't open my address.