BitShares Forum

Main => General Discussion => Topic started by: Saleh on June 21, 2014, 05:09:49 pm

Title: The issue for MOVING the Bitshares XT wallet from Mac to Windows
Post by: Saleh on June 21, 2014, 05:09:49 pm
I used "wallet_export_to_json /Users/xx/bts" to export the current wallet to a JSON file on my Mac,
and then I copy this JSON file to D:/ on my Windows PC. Then I used "wallet_create_from_json D:/bts xxx" on XT client on my Windows7 PC, but it showed me "command aborted". Someone can tell me what's wrong?
Title: Re: The issue for MOVING the Bitshares XT wallet from Mac to Windows
Post by: toast on June 21, 2014, 05:58:38 pm
File an issue with the entire error message: https://github.com/BitShares/bitshares_toolkit/issues
Title: Re: The issue for MOVING the Bitshares XT wallet from Mac to Windows
Post by: Fox on June 21, 2014, 07:15:39 pm
I believe you need to wrap the path in double quotes when executing the command.  You may also try to execute the command without any arguments and allow it to prompt you for each one, thereby identifying which parameter produces the abort.