Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

trying to create account with custom system account #11098

Open
ccfbeltran opened this issue Jul 22, 2022 · 0 comments
Open

trying to create account with custom system account #11098

ccfbeltran opened this issue Jul 22, 2022 · 0 comments

Comments

@ccfbeltran
Copy link

ccfbeltran commented Jul 22, 2022

Hi im trying to do this:

//create a new wallet
1)cleos wallet create -n claudia -f claudia_wallet_password.pwd

//create new keys
2)cleos create key --file claudia.txt

//save those keys
Private key: 5JPWCTptoxdrhX3WTLxsQgeKH1EDFSyRKWjaijwQj5ohDUefpdT
Public key: EOS5VT8EjARN2SvNNUSwdCo9y25BTpajk3ByRWZRt7wn3gXoBjTL2

//import keys to wallet
3)cleos wallet import --name claudia --private key 5JPWCTptoxdrhX3WTLxsQgeKH1EDFSyRKWjaijwQj5ohDUefpdT

// create an account
4)cleos create account claudia cesar EOS5VT8EjARN2SvNNUSwdCo9y25BTpajk3ByRWZRt7wn3gXoBjTL2

but I have a problem while creating the account:
image

I don't know exactly what can be the issue.

Thanks for the help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ccfbeltran and others