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
namada wallet key gen --alias marbar
Error:
0: couldn't read genesis config file from .anoma/anoma-internal.000000000000000.toml
1: No such file or directory (os error 2)
Location:
apps/src/lib/config/genesis.rs:580
Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
but got this error. There isn't a command to set a node ip here so im unable to generate a key.
same thing goes for address
namada wallet address gen
Error:
0: couldn't read genesis config file from .anoma/anoma-internal.000000000000000.toml
1: No such file or directory (os error 2)
Location:
apps/src/lib/config/genesis.rs:580
Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
steps to reproduce:
git clone https://github.com/anoma/namada.git
cd namada
make install
namada wallet address gen
then the error is outputted
The text was updated successfully, but these errors were encountered:
I tried to generate a key:
but got this error. There isn't a command to set a node ip here so im unable to generate a key.
same thing goes for address
steps to reproduce:
git clone https://github.com/anoma/namada.git cd namada make install
then the error is outputted
The text was updated successfully, but these errors were encountered: