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

cel-key node.type flag broken? #3851

Open
mindstyle85 opened this issue Oct 16, 2024 · 2 comments
Open

cel-key node.type flag broken? #3851

mindstyle85 opened this issue Oct 16, 2024 · 2 comments
Labels
bug Something isn't working external Issues created by non node team members

Comments

@mindstyle85
Copy link

Celestia Node version

0.18.2

OS

ubuntu

Install tools

No response

Others

No response

Steps to reproduce it

n/a

Expected result

n/a

Actual result

cel-key add mocha --keyring-backend test --node.type bridge --p2p.network mocha
Error: no or invalid node type provided

Relevant log output

No response

Is the node "stuck"? Has it stopped syncing?

No response

Notes

No response

@mindstyle85 mindstyle85 added the bug Something isn't working label Oct 16, 2024
@github-actions github-actions bot added the external Issues created by non node team members label Oct 16, 2024
@redwest88
Copy link

Can confirm I'm encountering the same issue with the following command:

cel-key add wallet --node.type bridge --p2p.network mocha --recover
Error: no or invalid node type provided

System Information:

- Celestia Node version: v0.18.2-arabica
- OS: Ubuntu 22.04.5 LTS (Jammy)
- Golang Version: go1.23.1

@redwest88
Copy link

It worked for me with the command:

cel-key add wallet --node.type Bridge --p2p.network mocha --recover

The only change I made was adjusting --node.type bridge to --node.type Bridge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external Issues created by non node team members
Projects
None yet
Development

No branches or pull requests

2 participants