Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update help text in the BTCLI #139

Merged
merged 4 commits into from
Oct 1, 2024
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
8 changes: 3 additions & 5 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,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 @@ -2502,9 +2502,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 @@ -2856,8 +2856,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 commmand is intended for use within a
Expand Down
Loading