How to import entire Armory wallet into Electrum?

4

1

I've managed to import a private key, but how to import an entire wallet?

Gianluigi Tozzolino

Posted 2014-04-07T18:26:08.827

Reputation: 43

Answers

0

The best way to switch to Electrum is to send all the bitcoins you have on your old wallet to one of the addresses on your Electrum wallet. This way you'll have all your bitcoins secured with your seed.

https://electrum.org/tutorials.html#switching-to-electrum

rdymac

Posted 2014-04-07T18:26:08.827

Reputation: 1 357

3

In Armory:

  1. Select "Wallet Properties".
  2. Select "Backup This Wallet".
  3. Select "See Other Backup Options".
  4. Select "Export Key List".
  5. Select "Omit spaces in key data".
  6. The important string is the PrivBase58 for every bitcoin address. It is the private key of this address encoded in base58 (encoded not encrypted), which is the (only?) format Electrum accepts when importing.

In Electrum:

  1. Select File → New Wallet
  2. Enter the private keys you took from armory into the textbox

Flow

Posted 2014-04-07T18:26:08.827

Reputation: 654

1Note that you have to remove all the spaces in the PrivBase58 string given in Armory.B T 2017-08-05T01:10:21.453

1To remove spaces, enable the "Omit spaces in key data" checkbox.XP1 2017-12-29T06:09:10.403