File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,16 +266,16 @@ echo ""
266
266
ohai " Welcome. Installation successful"
267
267
echo " "
268
268
echo " - 1. Create a wallet "
269
- echo " $ btcli new_coldkey (for holding funds)"
270
- echo " $ btcli new_hotkey (for running miners)"
269
+ echo " $ btcli w new_coldkey (for holding funds)"
270
+ echo " $ btcli w new_hotkey (for running miners)"
271
271
echo " "
272
272
echo " - 2. Run a miner on the prompting network. "
273
273
echo " $ python3 ~/.bittensor/bittensor/neurons/text/prompting/miners/gpt4all/neuron.py"
274
274
echo " "
275
275
ohai " Extras:"
276
276
echo " "
277
277
echo " - Check your tao balance: "
278
- echo " $ btcli wallet overview"
278
+ echo " $ btcli w overview"
279
279
echo " "
280
280
echo " - Stake to your miners:"
281
281
echo " $ btcli stake add"
You can’t perform that action at this time.
0 commit comments