Author Topic: A bug when I import keyhotee founder ID.  (Read 2398 times)

0 Members and 1 Guest are viewing this topic.

Offline logxing

I have 2 founder key.
logxing is ok.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "logxing"

Another ID is "Qingwei Meng". I saw it is "qingwei-meng" in BTS GENESIS block.

Here is the problem.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei-meng"
Account name is already registered under a different key

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei meng"
Invalid Keyhotee name!
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "Qingwei Meng"

试试这个,应该管用。

Invalid Keyhotee name!
BTS Account:logxing

Offline onceuponatime

Probably same issue here.

I tried running

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> alexkravets

With my middle name being "" since my keyhotee profile does not show a middle name and brainkey being the password that unlocks my keyhotee profile and I get this:

10 assert_exception: Assert Exception
false: Account name is already registered under a different key
    {}
    bitshares  wallet.cpp:1228 bts::wallet::wallet::add_contact_account

    {"account_name":"alexkravets","key":"BTSX6T8eyWMsBcnUecwRLP7Uy11TJd5dybGvhbujSuvgHxDqa3u9av"}
    bitshares  wallet.cpp:1258 bts::wallet::wallet::add_contact_account

    {"account_name":"alexkravets"}
    bitshares  wallet.cpp:1425 bts::wallet::wallet::import_private_key
error creating private key using keyhotee info.
    {"firstname":"Alex","middlename":"","lastname":"Kravets","brainkey":"XXXXXXXX","keyhoteeid":"alexkravets"}
    bitshares  wallet.cpp:3644 bts::wallet::wallet::import_keyhotee

    {}
    bitshares  common_api_client.cpp:675 bts::rpc_stubs::common_api_client::wallet_import_keyhotee

    {"command":"wallet_import_keyhotee"}
    bitshares  cli.cpp:540 bts::cli::detail::cli_impl::execute_command

I have the same problem. Did you find a solution?

Offline her0

  • Sr. Member
  • ****
  • Posts: 258
    • View Profile
I have 2 founder key.
logxing is ok.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "logxing"

Another ID is "Qingwei Meng". I saw it is "qingwei-meng" in BTS GENESIS block.

Here is the problem.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei-meng"
Account name is already registered under a different key

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei meng"
Invalid Keyhotee name!
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "Qingwei Meng"

试试这个,应该管用。

Offline 029xue

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Hi,
I met below error when importing my keyhotee founder id:

wallet_import_keyhotee FIRSTNAME "" LASTNAME "brainkeyiscorrect" 029xue

20017 invalid_name: invalid wallet name
Invalid Keyhotee name!
    {"keyhoteeid":"029xue"}
    bitshares  wallet.cpp:3629 bts::wallet::wallet::import_keyhotee
error creating private key using keyhotee info.
    {"firstname":"FIRSTNAME","middlename":"","lastname":"LASTNAME","brainkey":"brainkeyiscorrect","keyhoteeid":"029xue"}
    bitshares  wallet.cpp:3644 bts::wallet::wallet::import_keyhotee

    {}
    bitshares  common_api_client.cpp:675 bts::rpc_stubs::common_api_client::wallet_import_keyhotee

    {"command":"wallet_import_keyhotee"}
    bitshares  cli.cpp:540 bts::cli::detail::cli_impl::execute_command


Is that may cuased my keyhotee started as ZERO??

My founder id shows correctly in keyhotee with 127.8 points.

Any help is appreciated!

Offline alexkravets

  • Full Member
  • ***
  • Posts: 81
    • View Profile
Probably same issue here.

I tried running

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> alexkravets

With my middle name being "" since my keyhotee profile does not show a middle name and brainkey being the password that unlocks my keyhotee profile and I get this:

10 assert_exception: Assert Exception
false: Account name is already registered under a different key
    {}
    bitshares  wallet.cpp:1228 bts::wallet::wallet::add_contact_account

    {"account_name":"alexkravets","key":"BTSX6T8eyWMsBcnUecwRLP7Uy11TJd5dybGvhbujSuvgHxDqa3u9av"}
    bitshares  wallet.cpp:1258 bts::wallet::wallet::add_contact_account

    {"account_name":"alexkravets"}
    bitshares  wallet.cpp:1425 bts::wallet::wallet::import_private_key
error creating private key using keyhotee info.
    {"firstname":"Alex","middlename":"","lastname":"Kravets","brainkey":"XXXXXXXX","keyhoteeid":"alexkravets"}
    bitshares  wallet.cpp:3644 bts::wallet::wallet::import_keyhotee

    {}
    bitshares  common_api_client.cpp:675 bts::rpc_stubs::common_api_client::wallet_import_keyhotee

    {"command":"wallet_import_keyhotee"}
    bitshares  cli.cpp:540 bts::cli::detail::cli_impl::execute_command




Offline logxing

The parameter <keyhoteeid> should allow space and remain the lower/upper case status.
« Last Edit: July 20, 2014, 12:36:37 pm by logxing »
BTS Account:logxing

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
open an issue at github .. this is probably just an issue calculating and comparing the names .. we had the same issue with lower/upper case letters and here it seems to be the "-"

Offline logxing

I have 2 founder key.
logxing is ok.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "logxing"

Another ID is "Qingwei Meng". I saw it is "qingwei-meng" in BTS GENESIS block.

Here is the problem.
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei-meng"
Account name is already registered under a different key

wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> "qingwei meng"
Invalid Keyhotee name!

BTS Account:logxing