Thanks,
but (on Mac) wallet_export_keys doesn't work. The console proposes other commands which also doesn't work ""Instead use: wallet_dump_account_private_key""
wallet_dump_private_key Gebruikers/myusername/Bitshares/keys.json gives an error ""Account 'Gebruikers/myusername/Bitshares/keys.json' was not found".
Thanks,
but (on Mac) wallet_export_keys doesn't work. The console proposes other commands which also doesn't work ""Instead use: wallet_dump_account_private_key""
wallet_dump_private_key Gebruikers/myusername/Bitshares/keys.json gives an error ""Account 'Gebruikers/myusername/Bitshares/keys.json' was not found".
wallet_export_keys is the right command. Make sure your bts1 wallet is version 0.9.3c. If mac wallet failed, try linux or MS Windows.
@arp
http://blog.smartcoin.pw/2015/09/bitshares-how-to-prepare-your-wallet.html
http://blog.smartcoin.pw/2015/11/bitshares-how-to-import-your-wallet.html
#btstip "arp" 100 NEWBIE
[
{
"type": "master_key_record_type",
"data": {
"index": -1,
"encrypted_key": "4dc5d991add48d2165f6f576a
....
@arp
http://blog.smartcoin.pw/2015/09/bitshares-how-to-prepare-your-wallet.html
http://blog.smartcoin.pw/2015/11/bitshares-how-to-import-your-wallet.html
#btstip "arp" 100 NEWBIE
What file extension should I give? I tried, "nothing", "txt", even "json" but all are an invalid format when I try to import in 2.0
To be clear: when, in the 1.0 wallet I click "Save" I see the contents of the file:Code: [Select][
{
"type": "master_key_record_type",
"data": {
"index": -1,
"encrypted_key": "4dc5d991add48d2165f6f576a
....
@arp
http://blog.smartcoin.pw/2015/09/bitshares-how-to-prepare-your-wallet.html
http://blog.smartcoin.pw/2015/11/bitshares-how-to-import-your-wallet.html
#btstip "arp" 100 NEWBIE
What file extension should I give? I tried, "nothing", "txt", even "json" but all are an invalid format when I try to import in 2.0
To be clear: when, in the 1.0 wallet I click "Save" I see the contents of the file:Code: [Select][
{
"type": "master_key_record_type",
"data": {
"index": -1,
"encrypted_key": "4dc5d991add48d2165f6f576a
....
DON'T use the 'Save' click. Use the Console and key in the wallet_export_keys command.
Eg
wallet_export_keys /home/cube/myexportedkeys.json
DON'T use the 'Save' click. Use the Console and key in the wallet_export_keys command.
Eg
wallet_export_keys /home/cube/myexportedkeys.json
this command returns: "Not Implemented [wallet_export_keys]"
Here are the steps i take:
- https://wallet.bitshares.org/#/advanced/wallet
- I click on the "Wallet" tab
- I click on the Save button (next to "backup wallet")
- I save the code as .json file
- when importing this in https://bitshares.org/wallet/#/wallet/backup/restore => returns invalid format
DON'T use the 'Save' click. Use the Console and key in the wallet_export_keys command.
Eg
wallet_export_keys /home/cube/myexportedkeys.json
this command returns: "Not Implemented [wallet_export_keys]"
Here are the steps i take:
- https://wallet.bitshares.org/#/advanced/wallet
- I click on the "Wallet" tab
- I click on the Save button (next to "backup wallet")
- I save the code as .json file
- when importing this in https://bitshares.org/wallet/#/wallet/backup/restore => returns invalid format
Don't use the "Recover Backup" buttom .. but the "IMPORT KEYS" tool!!!!This was also a crucial tip :) I could import the file (no file extension used). Problem solved!!