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
When running the validator transaction, I first get an error that says that my account (canto16...) does not exist. When I run sudo nano <KEY>.info, I can see that the contents were replaced by what looks to be a JWT. Replacing this with my pubkey info fixes, this issue, but then I keep getting a Error: illegal base64 data at input byte 6 error.
The text was updated successfully, but these errors were encountered:
You're right, when i run cantod keys list I get the same error. I can still get my addresses by running cantod debug addr $(cantod keys show <key_name> -a) but it looks like something is wrong with my public key config. Any idea how to solve this? It could be my ubuntu build, I'll try wiping the entire install and starting again
When running the validator transaction, I first get an error that says that my account (canto16...) does not exist. When I run
sudo nano <KEY>.info
, I can see that the contents were replaced by what looks to be a JWT. Replacing this with my pubkey info fixes, this issue, but then I keep getting a Error: illegal base64 data at input byte 6 error.The text was updated successfully, but these errors were encountered: