@xeroc, below is my proposal of the
Exporting Your Wallet section of the guide.
I've made an attempt to be more verbose and consolidate all known issues I've seen people asking on the forum.
Note: I'm missing examples of the command line for Mac and Linux
-----------------------------------------------------------------------------------------------------------------------
Firstly, you need to upgrade your BitShares client to version 0.9.3c. To do the upgrade you need to:
- download the installation file from this URL:
https://bitshares.org/download/- uninstall your previous version of the BitShares client
- install the new version
Once you've upgraded you might want to perform two actions, which might be optional depending on your judgement:
- attempt to sync with the blockchain (this is only necessary with if you think that since the last time you did the syncing there have been some new transactions involving any of your accounts)
- send all your funds to yourself (this is only necessary if you want to tidy up and consolidate your accounts before importing them to BTS 2.0, this is optional as everything will be fine if you skip this step)
Since BitShares 0.9.3c, we have a Graphene compatible
Export Keys function that can be accessed in two ways:
- by accessing it in the main menu
- by issuing a command in the console.
Note:
Due to a known bug, if you are on Windows the only option that will work for you is the console command - the file exported using the menu will not be compatible with BTS 2.0. This refers to Windows only.Using the main menu Just select File -> Export Wallet and you'll be asked to select a file location where the keys will be exported.
Using the console- navigate to the console: Account List -> Advanced Settings -> Console
- type:
wallet_export_keys [full path to the file]/[file name].jsone.g. on Windows:
wallet_export_keys C:\Users\[your user name]\Desktop\keys.jsone.g. on Mac:
e.g. on Linux:
- and hit Enter
Note:
The exported wallet file will be encrypted with your pass phrase! Make sure to remember it when trying to use that file again!Note:
If you are on Windows and your file path tries to access the C drive directly (e.g. C:\keys.json) you might need to run the BitShares client as an administrator. So the least complicated option will be to aim for the desktop as in the example above.