Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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