How to import NEO wallets or accounts from nOS 0.5 or earlier
- Create a new master wallet in the latest nOS Client.
- Click the 👜 Wallet icon.
- Click on Key Management , next to Portfolio :
- Click Import Account in the top right, next to My Account.
- Click Import Legacy Account.
- Select the 0.5 account you wish to import and enter that account’s passphrase, and your new 0.6 wallet’s passphrase.
- Your wallet is now imported!
Q: I don't have the "Import Legacy Account" button. What do I do?
A: If you have a back-up of your 0.5 profiles_v1.json
file, you can copy it to one of the following locations, depending on your OS:
- Windows :
%AppData%/nOS/storage
- MacOS :
~/Library/Application Support/nOS/storage
- Ubuntu/Debian Linux:
~/.config/nOS/storage
Restart the client and you should get the option when following the import steps.
Q: I only have access to my encrypted keys or a different json file. How do I import my wallet?
A:
If you already have your wallet's encrypted key, skip to step 3.
- If you have a json file containing wallet details, open it.
- You should see your wallets' details in text format, including a field that's called
EncryptedKey
(or something similar). Copy this key without the apostrophes. - Go to https://snowypowers.github.io/ansy/. This is an open-source tool that lets you export wallet details and private keys from an encrypted key and passphrase.
- Enter your encrypted key in the
Private Key
field and your encrypted key's passphrase in thePassword
field. Then clickConvert
. - You should see two panels, one with your Address and Public Key, one with your HEX and WIF. Copy the WIF value (the input box below it).
- In nOS Client 0.6, click "Import Wallet", paste your copied WIF in "Private Key", enter the passphrase of your Client 0.6 wallet (not from the encrypted wallet that you just exported), and click Import.
- Your wallet should now be available in your new nOS Master Wallet!