-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Error when creating currency account in README #1298
Comments
I think this is because I'm trying to do this on the public test net, but I'll wait to close this until I hear for sure. |
That was the problem, I've since switch to using a single node net and I'm getting the following error now instead:
|
I caught similar problem :( |
Did you see this is the
|
Yeah, I did, which is why I tried following the steps for the Dawn-2.x fork in the README, yielding the results in the original post. If we want to deploy the currency contract what is the best way of doing that? |
the same with Dawn-2:
|
During the step: "Creating accounts for sample "currency" contract"
I'm running the following command:
./eosioc create account inita currency PUBLIC_KEY_1 PUBLIC_KEY_2
And getting the following error output:
I've already generated the two public keys using the steps described in the README:
and they are:
Public key: EOS6G7H8p2fKsqr2H2YoB9CTikAKh9sBgYmVV7138jGH37e7wD3qD
Public key: EOS5rwGKhMJqMzTokrdNvihThohr7EduLVhG3Rra1PvePJvvixgz3
so all together the command to create the currency account is:
I've also imported the inita key using the step:
./eosioc wallet import 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
Any thoughts?
The text was updated successfully, but these errors were encountered: