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

Default wallet path #66

Open
ALFecki opened this issue Nov 14, 2024 · 0 comments
Open

Default wallet path #66

ALFecki opened this issue Nov 14, 2024 · 0 comments

Comments

@ALFecki
Copy link

ALFecki commented Nov 14, 2024

We are experiencing an issue with the default wallet path in our development environment. The problem arises when an explicit argument is not provided; the neuron crashes with an error message similar to the following:
KeyFileError: Keyfile at: /home/ubuntu/~/.bittensor/wallets/miner/hotkeys/default does not exist.

image

The following line needs to be fixed:

.unwrap_or_else(|_| format!("~/{}", BT_WALLET_PATH.to_string()));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant