Skip to content

Commit

Permalink
update help text in the BTCLI (#139)
Browse files Browse the repository at this point in the history
* root register message

* set-weights help message

valis on root set weights.. not just senators.

* remove --wallet-name form list delegates examples

I think this is covered in my-delegates, and the help text was not removed from llist-delegates

* fix spelling on change
  • Loading branch information
dougsillars authored Oct 1, 2024
1 parent edd3764 commit 5c7bf0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@ def root_set_weights(
"""
Set the weights for different subnets, by setting them in the root network.
To use this command, you should specify the netuids and corresponding weights you wish to assign. This command is used by network senators to influence the distribution of subnet rewards and responsibilities.
To use this command, you should specify the netuids and corresponding weights you wish to assign. This command is used by validators registered to the root subnet to influence the distribution of subnet rewards and responsibilities.
You must have a comprehensive understanding of the dynamics of the subnets to use this command. It is a powerful tool that directly impacts the subnet's operational mechanics and reward distribution.
Expand Down Expand Up @@ -2506,9 +2506,9 @@ def root_register(
verbose: bool = Options.verbose,
):
"""
Register a neuron (a subnet validator or a subnet miner) to a specified subnet by recycling some TAO to cover for the registration cost.
Register a neuron to the root subnet by recycling some TAO to cover for the registration cost.
This command adds a new neuron (a subnet validator or a subnet miner) to a specified subnet, contributing to the decentralization and robustness of Bittensor.
This command adds a new neuron as a validator on the root network. This will allow the neuron owner to set subnet weights.
# Usage:
Expand Down Expand Up @@ -2860,8 +2860,6 @@ def root_list_delegates(
[green]$[/green] btcli root list_delegates
[green]$[/green] btcli root list_delegates --wallet-name my_wallet
[green]$[/green] btcli root list_delegates --subtensor.network finney # can also be `test` or `local`
[blue bold]NOTE[/blue bold]: This command is intended for use within a
Expand Down

0 comments on commit 5c7bf0a

Please sign in to comment.