You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use btcli_regencoldkeypub to generate your coldkeyfile then run the validator you get the following error:
KeyFileError: Keyfile at: /root/.bittensor/wallets/default/coldkey does not exist
It should look for and work with /root/.bittensor/wallets/default/coldkeypub.txt as most validators do not import their cold key mnemonic to the validator machine.
The text was updated successfully, but these errors were encountered:
I have just found btcli w update which now encrypts the coldkey file meaning you can import the key with the mnemonic and not worry. You need to update the cli description of that command as it currently says
update Delegate Stake to an account.
Which is incorrect. That said i still think you should be able to enter just coldkeypub and never have to enter seed on gpu machine.
It has been addressed in the latest release: opentensor/bittensor#1534. Also this should be an issue with the bittensor repo, rather than the text-prompting repo.
If you use btcli_regencoldkeypub to generate your coldkeyfile then run the validator you get the following error:
KeyFileError: Keyfile at: /root/.bittensor/wallets/default/coldkey does not exist
It should look for and work with /root/.bittensor/wallets/default/coldkeypub.txt as most validators do not import their cold key mnemonic to the validator machine.
The text was updated successfully, but these errors were encountered: