-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in setting up Validator #1848
Comments
thanks for submitting! |
Not sure if this is related but the required fields for create-validator has changed and causes errors when someone tries to go through the docs. The docs still use --address-validator but I think it got changed to --from. |
You're correct - docs out of date - this is still a good reference issue for that |
Docs and code are now consistent - though I'd rather replace |
Unfortunately it's a bit rigid @alessio as all these are set via |
@alexanderbez Once we get the CLI a bit more standardized cross module we can go in fix the way we are setting/using flags. Thats my plan at least. |
Going to close this issue. We have done significant refactors since this time. |
Hi @rigelrozanski ,
Getting this error
ERROR: checkTx failed: (65545) === ABCI Log ===
Codespace: 1
Code: 9
ABCICode: 65545
Error: --= Error =--
Data: common.FmtError{format:"cosmosaccaddr1gv5vj5men6r8r73aywdzadafy9y06tvfwmvy fx", args:[]interface {}(nil)}
Msg Traces:
--= /Error =--
=== /ABCI Log ===
https://www.screencast.com/t/6KhJ6LMa90B
Following this document : https://cosmos.network/docs/validators/validator-setup.html#running-a-validator-node
The text was updated successfully, but these errors were encountered: