You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: