spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.45k stars 3.09k forks source link

next button disappear #5867

Closed DroomieChikito closed 4 years ago

DroomieChikito commented 4 years ago

I try to impor privat key example: p2wpkh-p2sh:5K817kyuyGNYbRK1fYznPN1d1bE22725JMSv13s7TnbXiUo5wNw

Next button disappear, I can't open my address.

AbdussamadA commented 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):

Note quotes matter here.

DroomieChikito commented 4 years ago

Thank you