Eos: erros: "assertion failure with message: no active bid for name" when create account

Created on 28 May 2018  路  2Comments  路  Source: EOSIO/eos

i create account local, but i got error
"assertion failure with message: no active bid for name"

the cmd is :
"./cleos.sh create account jinmao3 jinmao41 EOS5jhCJTagZHKEpPaSzMGHynFH3cpG5qQaxetyXXWykTM9av* EOS5jhCJTagZHKEpPaSzMGHynFH3cpG5qQaxetyXXWykTM9av* "

would you like to tell me what's wrong?

thanks

Most helpful comment

Since you get this error message, you certainly have system contract installed.
System contract allows to create only one short (<12 characters) account name per 24 hours (one that got the highest bid).
If you want to just create an account (without doing bidding) - the name should be exactly 12 characters long.

All 2 comments

maybe the creator is not correct?

Since you get this error message, you certainly have system contract installed.
System contract allows to create only one short (<12 characters) account name per 24 hours (one that got the highest bid).
If you want to just create an account (without doing bidding) - the name should be exactly 12 characters long.

Was this page helpful?
0 / 5 - 0 ratings