BitShares Forum

Main => General Discussion => Topic started by: leon on July 27, 2014, 10:03:07 am

Title: [RESOLVED] Can't get my account registered!!!
Post by: leon on July 27, 2014, 10:03:07 am
Hi everyone,
I'm getting an error when trying to register my account.
"RPC Server Error: In method 'wallet_account_register': Assert Exception (10)"
If anyone could help with the question ,I would be  very grateful!
Cheers to bitshares community!!!!
 :) :) :) :)
Title: Re: Can't get my account registered!!!
Post by: svk on July 27, 2014, 03:16:59 pm
Hello!  You might be trying to register a name that already exists on the blockchain, or an incorrect name containing spaces or capital letters.

The command line interface error message is a bit more specific, the GUI wallet errors are not very helpful I'm afraid.
Title: Re: Can't get my account registered!!!
Post by: leon on July 31, 2014, 11:50:31 am
Thanks for your reply :) :)
I'm doing it right without using spaces or capital letters,i've tried to rename the account and register with a new name ,but still getting an error "RPC Server Error: In method 'wallet_rename_account': Assert Exception (10)"
Title: Re: Can't get my account registered!!!
Post by: svk on August 02, 2014, 07:36:22 am
Did you get this working? You can verify if an account already exists with "blockchain_get_account nameofaccount"
Title: Re: Can't get my account registered!!!
Post by: leon on August 03, 2014, 10:26:29 am
It's all good now.
Thanks for your help! :) :) :)
Title: Re: [RESOLVED] Can't get my account registered!!!
Post by: pariah99 on August 03, 2014, 07:52:56 pm
How did you resolve this?  I get the same error and still can't register my account.  Is punctuation not allowed for account names (i.e. periods without spaces)?

Edit: For the record, I checked with blockchain_get_account and it does not appear to exist yet
Title: Re: [RESOLVED] Can't get my account registered!!!
Post by: bytemaster on August 03, 2014, 08:01:33 pm
How did you resolve this?  I get the same error and still can't register my account.  Is punctuation not allowed for account names (i.e. periods without spaces)?

Edit: For the record, I checked with blockchain_get_account and it does not appear to exist yet

Only lowercase a-z0-9 and '-' and it may not start with 0-9 or '-' and may not end in '-'
Title: Re: [RESOLVED] Can't get my account registered!!!
Post by: pariah99 on August 03, 2014, 08:13:42 pm
Resolved, kind of...

I was able to successfully register when I switched the name from XXX.YYYY to XXXYYYY (without the dot).  Are periods not supposed to be valid characters for name registration?  The current tooltip seems to suggest that periods are valid:

"Only lowercase alphanumeric characters, dots, and dashes.  Must start with a letter and cannot end with a dash."
Title: Re: [RESOLVED] Can't get my account registered!!!
Post by: Stan on August 04, 2014, 12:11:41 am
Resolved, kind of...

I was able to successfully register when I switched the name from XXX.YYYY to XXXYYYY (without the dot).  Are periods not supposed to be valid characters for name registration?  The current tooltip seems to suggest that periods are valid:

"Only lowercase alphanumeric characters, dots, and dashes.  Must start with a letter and cannot end with a dash."

The dot is reserved for sub-account names where xxx.yyy.zzz is a sub account of yyy.zzz which is a sub account of zzz.  But you need to create zzz before you can make yyy.zzz which must exist before you can make xxx.yyy.zzz.
Title: Re: [RESOLVED] Can't get my account registered!!!
Post by: pariah99 on August 04, 2014, 01:37:48 am
Okay that makes a lot more sense.  Thanks for the quick replies guys!