opentensor / btwallet

MIT License
4 stars 1 forks source link

Default wallet path #66

Open ALFecki opened 2 days ago

ALFecki commented 2 days ago

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:

https://github.com/opentensor/btwallet/blob/f41da221e3365d6361088176948410da40f912a1/src/wallet.rs#L193