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

interacting with the cli requires a node locally #784

Closed
tac0turtle opened this issue Nov 15, 2022 · 1 comment
Closed

interacting with the cli requires a node locally #784

tac0turtle opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working has-a-pr The issue has been solved by a PR that has yet to be merged

Comments

@tac0turtle
Copy link

I tried to generate a key:

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

@tac0turtle tac0turtle added the bug Something isn't working label Nov 15, 2022
@tzemanovic tzemanovic reopened this Aug 25, 2023
@tzemanovic tzemanovic added the has-a-pr The issue has been solved by a PR that has yet to be merged label Oct 23, 2023
@tzemanovic
Copy link
Member

done in #2088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-a-pr The issue has been solved by a PR that has yet to be merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants