BitShares Forum

Main => General Discussion => Topic started by: logxing on July 20, 2014, 06:57:23 am

Title: A bug when I import keyhotee founder ID.
Post by: logxing on July 20, 2014, 06:57:23 am
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!

Title: Re: A bug when I import keyhotee founder ID.
Post by: xeroc on July 20, 2014, 10:39:12 am
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 "-"
Title: Re: A bug when I import keyhotee founder ID.
Post by: logxing on July 20, 2014, 11:37:47 am
The parameter <keyhoteeid> should allow space and remain the lower/upper case status.
Title: Re: A bug when I import keyhotee founder ID.
Post by: vikram on July 20, 2014, 10:01:40 pm
I will look into it: https://github.com/BitShares/bitshares_toolkit/issues/287#issuecomment-49560974
Title: Re: A bug when I import keyhotee founder ID.
Post by: alexkravets on July 21, 2014, 02:49:03 am
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


Title: Re: A bug when I import keyhotee founder ID.
Post by: 029xue on July 21, 2014, 03:12:01 am
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!
Title: Re: A bug when I import keyhotee founder ID.
Post by: her0 on July 22, 2014, 02:16:22 pm
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"

试试这个,应该管用。
Title: Re: A bug when I import keyhotee founder ID.
Post by: onceuponatime on July 22, 2014, 06:25:31 pm
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?
Title: Re: A bug when I import keyhotee founder ID.
Post by: logxing on July 24, 2014, 09:54:37 am
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!