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.
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.
The following line needs to be fixed:
https://github.com/opentensor/btwallet/blob/f41da221e3365d6361088176948410da40f912a1/src/wallet.rs#L193