Author Topic: Moving BTS to Bitshares 2.0 wallet  (Read 4288 times)

0 Members and 1 Guest are viewing this topic.

Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile
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!!

Many thanks for your help everyone and thanks @fav for the btstip  :) much appreciated!

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey fav, your tips have been queued to get sent to...
  • arp: 100 NEWBIE
Curious about BtsTip? Visit us at http://btstip.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

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!!!!

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav

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

register a new account
try to import your keys

Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile

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

Offline cube

  • Hero Member
  • *****
  • Posts: 1404
  • Bit by bit, we will get there!
    • View Profile
  • BitShares: bitcube
@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
ID: bitcube
bitcube is a dedicated witness and committe member. Please vote for bitcube.

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
@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
....

.json

I exported and imported from the webwallet without problems, so can you please write down the steps you do to export & import?

Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile
@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
....


Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile
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.

Yes, but it's an online wallet  ??? anyway I have save this wallet on my computer. Can I use this file to import in the Bitshares 2 online wallet? What extension should this file have?
Thx

Offline cube

  • Hero Member
  • *****
  • Posts: 1404
  • Bit by bit, we will get there!
    • View Profile
  • BitShares: bitcube
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.
ID: bitcube
bitcube is a dedicated witness and committe member. Please vote for bitcube.

Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile
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".

chryspano

  • Guest

Offline arp

  • Newbie
  • *
  • Posts: 15
    • View Profile
Hello,

Totally new to Bitshares. Please help!

I have a wallet at https://wallet.bitshares.org which is bts 1.0 and I like to move these bitshares to a 2.0 web wallet, like https://bitshares.org/wallet (or osx client?)

Please tell me how to proceed because it's not clear at all to me. I prefer to have a bullet point list instead of plenty of weblinks  ;)

Many thanks!