Skip to content
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

Experiencing issue while making a node the full validator to testnet #383

Open
vinayradharam opened this issue Jul 19, 2022 · 0 comments
Open

Comments

@vinayradharam
Copy link

Hi Team,

I have been following steps under https://github.com/zigbee-alliance/distributed-compliance-ledger/blob/master/deployment/persistent_chains/testnet-2.0/testnet-2.0-add-validator.md to make a node the full validator. However, when used below command under 4.5 section, seeing errors:

Command under 4.5 section:
dcld tx validator add-node --pubkey="" --moniker="" --from=""

Command I have used: (Replaced with our correct values of validator pub key, node name and account name)

ubuntu@ip-172-31-24-193:~$ dcld tx validator add-node --pubkey="M7Vqj8cMlo9h29lbNMau7fiYhjcrSl4aw5EBQ=" --moniker="TestnetVN-Chtr" --from="admin-chtr"
Enter keyring passphrase:
Error: invalid character 'M' looking for beginning of value

I have used below command as well that have flags as string:
dcld tx validator add-node --pubkey string="M7Vqj8cMlo9h29lbNMau7fiYhjcrSl4aw5szrQ=" --moniker string="TestnetVN-Chtr" --from string="admin-chtr"
Error: string=admin-chtr.info: key not found

Could someone please let me know if there is any update in the command in the testnet-2.0 documentation or point me in the right direction?

Thanks,
Vinay

@ashcherbakov ashcherbakov added bug Something isn't working size: M maintenance and removed bug Something isn't working size: M labels Oct 25, 2022
@ashcherbakov ashcherbakov removed this from the v1.5: Post Main Net Launch milestone Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants