I wouldn't recommend using "word"... it has a bad habit of including extra whitespace like line breaks/paragraph breaks etc... you can't see it visually, but the computer will interpret these hidden characters and it's possible they are preventing Electrum from parsing the private key properly. Use either plain old "notepad"... or, my personal recommendation, something like Notepad++ (
https://notepad-plus-plus.org/downloads/) it has some excellent features for bulk editing text.
Couple of things to try:
Try and import this private key into Electrum... see if the "next" button is enabled.
5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF
it's
the "example" private key from the Bitcoin Wiki for address 1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4KjIf the next button is not enabled with this key, then your Electrum is "broken". If it is enabled, then the data you're extracting, or something in the way you're editing it is causing issues.
Double check the Armory export, just to be 100% clear, the ONLY boxes that you should tick for exporting your keys are:
- Private Key (Plain Base58)
- Include Unused (Address Pool)
- Omit spaces in key data
You can then click "Copy to Clipboard" and paste the contents into a text editor to strip out the headers at the top and all the "PrivBase58:" parts.
Essentially you want a list of "WIF" formatted private keys like this:
5JWNxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx5he
5Jwtxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh8f
5JRyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxYYu
5KaCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxLyW
5KbyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxVD2
5J6RxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxBkr
5JXyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgqV
5KJ5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx8Sp
5Hwzxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7Ab
5JrXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWJ6
I have just the private key strings that start with a "5"... and are 51 characters long... and nothing else.
If the data from Armory looks "OK", then like nc50lc has suggested, I would also recommend that you try and import just
one key to start with... So in Electrum:
1. Select "File -> New\Restore"
2. Enter wallet name like "Imported Armory Keys" (click Next)
3. Select "Import Bitcoin addresses or private keys" (click Next)
4. Copy/Paste in just the
first private key from Armory:
- If the next key is enabled, then you can continue adding keys in batches of say 10-20 until it stops working... which will help narrow down which key(s) are "breaking" it...
- If the next key is
not enabled with just
one key then, can you please take a screenshot and blur out/coverup the middle part of the private key that you're pasting in so we can see what the entry screen looks like?
(You'll need to post the screenshot to an image hosting sight like imgur etc and then post the link here)
Hopefully, one of us will be able to spot what is causing Electrum to refuse your private key(s)