BitShares Forum

Main => Technical Support => Topic started by: 029xue on July 21, 2014, 06:13:43 am

Title: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: 029xue on July 21, 2014, 06:13:43 am
Hi,
I use wallet_import_keyhotee to import my keyhotee id but failed with below error:

Code: [Select]
wallet_import_keyhotee FIRSTNAME "" LASTNAME "brainkeyiscorrect" 029xue

20017 invalid_name: invalid wallet name
nvalid 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

Dose that "Invalid Keyhotee name!" caused by my keyhotee id starts with numbers?

I saw the register page seems not allowed account name start with numbers, how to workaround that?

Thanks.
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: xeroc on July 21, 2014, 06:32:15 am
use brackets
"029xue"

does that help?
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: 029xue on July 21, 2014, 10:40:59 am
I tried but not worked, you can see the keyhotee id correctly parsed, the error is thrown from

Code: [Select]
20017 invalid_name: invalid wallet name
nvalid Keyhotee name!
    {"keyhoteeid":"029xue"}
    bitshares  wallet.cpp:3629 bts::wallet::wallet::import_keyhotee
error creating private key using keyhotee info.

Any other ideas?
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: xeroc on July 21, 2014, 10:44:53 am
I tried but not worked, you can see the keyhotee id correctly parsed, the error is thrown from

Code: [Select]
20017 invalid_name: invalid wallet name
nvalid Keyhotee name!
    {"keyhoteeid":"029xue"}
    bitshares  wallet.cpp:3629 bts::wallet::wallet::import_keyhotee
error creating private key using keyhotee info.

Any other ideas?

That name seems to not be registered on the blockchain
Code: [Select]
default (unlocked) >>> blockchain_get_account "029xue"
No account found.
default (unlocked) >>> blockchain_get_account 029xue
No account found.

You registered with a public key? what is the pubkey?
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: bytemaster on July 21, 2014, 12:41:29 pm
Keyhotee IDs that are not valid account names we were unable to reserve.
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: 029xue on July 21, 2014, 03:27:50 pm
I tried but not worked, you can see the keyhotee id correctly parsed, the error is thrown from

Code: [Select]
20017 invalid_name: invalid wallet name
nvalid Keyhotee name!
    {"keyhoteeid":"029xue"}
    bitshares  wallet.cpp:3629 bts::wallet::wallet::import_keyhotee
error creating private key using keyhotee info.

Any other ideas?

That name seems to not be registered on the blockchain
Code: [Select]
default (unlocked) >>> blockchain_get_account "029xue"
No account found.
default (unlocked) >>> blockchain_get_account 029xue
No account found.

You registered with a public key? what is the pubkey?

My public id is:
616nhQgVyYS6rpqhaGjwVFf7qR58KJ37VNCn1oX6Zxt1LxtppN

Please have a check. Thanks.
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: 029xue on July 21, 2014, 03:30:29 pm
Keyhotee IDs that are not valid account names we were unable to reserve.

When register the found id, there's no rule said this is not a valid name, same others may have the same problem using numbers or symbols to start a name...

What to do in such situation? Dose the ID is lost?
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: toast on July 21, 2014, 05:26:40 pm
Keyhotee IDs that are not valid account names we were unable to reserve.

When register the found id, there's no rule said this is not a valid name, same others may have the same problem using numbers or symbols to start a name...

What to do in such situation? Dose the ID is lost?

They are still valid for keyhotee.
Getting into the BTSX genesis block was a bonus that not everyone could get because of name restrictions. You will still get keyhotee AGS via manual distribution like all founders.
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: 029xue on July 22, 2014, 01:26:17 am
Keyhotee IDs that are not valid account names we were unable to reserve.

When register the found id, there's no rule said this is not a valid name, same others may have the same problem using numbers or symbols to start a name...

What to do in such situation? Dose the ID is lost?

They are still valid for keyhotee.
Getting into the BTSX genesis block was a bonus that not everyone could get because of name restrictions. You will still get keyhotee AGS via manual distribution like all founders.

That's too bad, when donate to the found id, it was claimed this will be part of the genesis block. When it changed to "Getting into the BTSX genesis block was a bonus that not everyone could get because of name restrictions"??

For keyhotee ids with space in names, how to handle them either?
Title: Re: wallet_import_keyhotee failed, caused my keyhotee id starts with numbers?
Post by: toast on July 22, 2014, 01:47:57 am
Keyhotee IDs that are not valid account names we were unable to reserve.

When register the found id, there's no rule said this is not a valid name, same others may have the same problem using numbers or symbols to start a name...

What to do in such situation? Dose the ID is lost?

They are still valid for keyhotee.
Getting into the BTSX genesis block was a bonus that not everyone could get because of name restrictions. You will still get keyhotee AGS via manual distribution like all founders.

That's too bad, when donate to the found id, it was claimed this will be part of the genesis block. When it changed to "Getting into the BTSX genesis block was a bonus that not everyone could get because of name restrictions"??

For keyhotee ids with space in names, how to handle them either?

It was claimed you will be part of the *keyhotee* genesis block. BTS did not even have names planned at that time.
For space in names, put your name in quotes like "First Name" MiddleName LastName