Author Topic: Moving from the web wallet to the cli wallet  (Read 4351 times)

0 Members and 1 Guest are viewing this topic.

Offline mostar

  • Full Member
  • ***
  • Posts: 97
    • View Profile
I did

Code: [Select]
import_key myaacountname my-Owner-Permissions-private-key true
import_key myaacountname my-Active-Permissions-private-key true

In both cases the output was:
Quote
10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:530 get_account

list_my_accounts

Output:
Quote
list_my_accounts
[]

Look like some thing missing.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
you can do the same with the active key

import_key myaacountname active_wif_key true

Offline mostar

  • Full Member
  • ***
  • Posts: 97
    • View Profile
Code: [Select]
import_key myaacountname myprivkey true

Output:
Quote
10 assert_exception: Assert Exception
rec && rec->name == account_name_or_id:
    {}
    th_a  wallet.cpp:530 get_account

you will need to import the OWNER key if you want to edit the account settings and
you will need to import the ACTIVE key if you want to spend funds

Which commands import OWNER and ACTIVE keys

I already used the "Owner Permissions" private key in this command:

Code: [Select]
import_key myaacountname myprivkey true

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
you will need to import the OWNER key if you want to edit the account settings and
you will need to import the ACTIVE key if you want to spend funds

Offline cube

  • Hero Member
  • *****
  • Posts: 1404
  • Bit by bit, we will get there!
    • View Profile
  • BitShares: bitcube
Yes you can.

From the webwallet, go into your account->permission->owner permission->click on the account key-> show the private key and copy it down

Go to cli wallet->

import_key myaccountname myprivatekeystring true
ID: bitcube
bitcube is a dedicated witness and committe member. Please vote for bitcube.

Offline mostar

  • Full Member
  • ***
  • Posts: 97
    • View Profile
Hi,

I Didn't find any reference regarding how to move my wallet from the web wallet to the cli wallet.

Can I use them in parallel with the same account?

Thanks