From 783b7049d1b3bade4be4547b483d5cd2ae9b2587 Mon Sep 17 00:00:00 2001 From: Doug Sillars Date: Mon, 30 Sep 2024 12:33:46 -0400 Subject: [PATCH 1/4] root register message --- bittensor_cli/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index ea272b22e..5daddad95 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -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 owner to set subnet weighhts. # Usage: From 1caa7f553b3bc4eb29ce0a99aa1f92106d176084 Mon Sep 17 00:00:00 2001 From: Doug Sillars Date: Mon, 30 Sep 2024 12:49:59 -0400 Subject: [PATCH 2/4] set-weights help message valis on root set weights.. not just senators. --- bittensor_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 5daddad95..55a5bf7eb 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -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. From 54233cb7ea14c9b10ac57266551cc2ca4dc0fc79 Mon Sep 17 00:00:00 2001 From: Doug Sillars Date: Mon, 30 Sep 2024 13:15:51 -0400 Subject: [PATCH 3/4] 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 --- bittensor_cli/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 55a5bf7eb..c6e04c8f1 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -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 From f440bd64c5a869a2ff06abe6cd8924e15c979457 Mon Sep 17 00:00:00 2001 From: Doug Sillars Date: Mon, 30 Sep 2024 15:24:44 -0400 Subject: [PATCH 4/4] fix spelling on change --- bittensor_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index c6e04c8f1..2d718b5d1 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -2504,7 +2504,7 @@ def root_register( """ Register a neuron to the root subnet by recycling some TAO to cover for the registration cost. - This command adds a new neuron as a validator on the root network This will allow owner to set subnet weighhts. + This command adds a new neuron as a validator on the root network. This will allow the neuron owner to set subnet weights. # Usage: