Skip to content

Commit

Permalink
Merge pull request #2621 from inference-labs-inc/master
Browse files Browse the repository at this point in the history
Update wallet creation command logs post-install
  • Loading branch information
thewhaleking authored Feb 5, 2025
2 parents 9919f6a + c07ce1b commit 229a11e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,16 +266,16 @@ 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"
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"
Expand Down

0 comments on commit 229a11e

Please sign in to comment.