From 9b3d608680c331105cc99539b6f6e9b9dbcdd23d Mon Sep 17 00:00:00 2001 From: Hudson Graeme Date: Fri, 31 Jan 2025 23:06:25 +0000 Subject: [PATCH 1/2] Update wallet creation commands --- scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 9021fb499c..c6da84fd06 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -266,8 +266,8 @@ echo "" ohai "Welcome. Installation successful" echo "" echo "- 1. Create a wallet " -echo " $ btcli new_coldkey (for holding funds)" -echo " $ btcli new_hotkey (for running miners)" +echo " $ btcli w new_coldkey (for holding funds)" +echo " $ btcli w new_hotkey (for running miners)" echo "" echo "- 2. Run a miner on the prompting network. " echo " $ python3 ~/.bittensor/bittensor/neurons/text/prompting/miners/gpt4all/neuron.py" @@ -275,7 +275,7 @@ echo "" ohai "Extras:" echo "" echo "- Check your tao balance: " -echo " $ btcli wallet overview" +echo " $ btcli w overview" echo "" echo "- Stake to your miners:" echo " $ btcli stake add" From 27eef2005acf12c29e34f6cd5904d629c440a52b Mon Sep 17 00:00:00 2001 From: Hudson Graeme Date: Fri, 31 Jan 2025 23:11:32 +0000 Subject: [PATCH 2/2] Comment out invalid cli arguments --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index c6da84fd06..ada198a53e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -266,8 +266,8 @@ echo "" ohai "Welcome. Installation successful" echo "" echo "- 1. Create a wallet " -echo " $ btcli w new_coldkey (for holding funds)" -echo " $ btcli w new_hotkey (for running miners)" +echo " $ btcli w new_coldkey # (for holding funds)" +echo " $ btcli w new_hotkey # (for running miners)" echo "" echo "- 2. Run a miner on the prompting network. " echo " $ python3 ~/.bittensor/bittensor/neurons/text/prompting/miners/gpt4all/neuron.py"