Error: couldn't get key ring: unknown keyring backend test~

Hi guys!
I am trying to set a node on celestia, but when following the instructions to create a wallet I get this Error: couldn’t get key ring: unknown keyring backend test~
It happens after running either ‘celestia-appd config keyring-backend test’ or ‘celestia-appd keys add validator’.
Anyone have some guess on how I can fix this?

Thanks!

You need to add the dashes prior to keyring so celestia-appd config --keyring-backend test

2 Likes

Thanks man, I was copying from the docs (Wallet | Build Modular.), but this didn’t work either.
Tried reading through --help, but didn’t found any solution at this moment.
Stuck on trying to create a wallet because of this.