You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`|| The subtensor network to connect to. Default: finney. |
1171
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
1172
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
1173
+
|`--ss58`, `--coldkey_ss58`, `--coldkey.ss58_address`, `--coldkey.ss58`|| Coldkey address of the wallet |
1174
+
|`--quiet`|| Display only critical information on the console. |
1175
+
|`--verbose`|| Enable verbose output. |
1176
+
|`--json-output`, `--json-out`|| Outputs the result of the command as JSON. |
1177
+
|`--help`|| Show this message and exit. |
1178
+
1179
+
### `btcli stake set-auto`
1180
+
1181
+
Set the auto-stake destination hotkey for a coldkey.
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`|| The subtensor network to connect to. Default: finney. |
1194
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
1195
+
|`--wallet-path`, `-p`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
1196
+
|`--netuid`| INTEGER | The netuid of the subnet in the network, (e.g. 1). |
1197
+
|`--quiet`|| Display only critical information on the console. |
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
1328
-
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
1329
-
|`-p`, `--wallet-path`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
1330
-
|`-H`, `--hotkey`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`, `--hotkey-ss58`| TEXT |Hotkey name or SS58 address of the hotkey |
1331
-
|`--origin-netuid`| INTEGER | Origin netuid. |
1332
-
|`--dest-netuid`| INTEGER | Destination netuid. |
1333
-
|`--dest-ss58`, `--dest`| TEXT | Destination hotkey. |
1334
-
|`--amount`| FLOAT | The amount of TAO to stake |
1335
-
|`--stake-all`, `--all`|| Stake all. |
1336
-
|`--period`, `-era`| INTEGER | Length (in blocks) for which the transaction should be valid. |
|`--network`, `--subtensor.network`, `--chain`, `--subtensor.chain_endpoint`| TEXT | The subtensor network to connect to. Default: finney. |
1377
+
|`--wallet-name`, `--name`, `--wallet_name`, `--wallet.name`| TEXT | Name of the wallet. |
1378
+
|`-p`, `--wallet-path`, `--wallet_path`, `--wallet.path`| TEXT | Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`. |
1379
+
|`from`, `-H`, `--hotkey`, `--wallet_hotkey`, `--wallet-hotkey`, `--wallet.hotkey`, `--hotkey-ss58`| TEXT |Validator hotkey or SS58 where the stake is currently located.|
1380
+
|`--origin-netuid`| INTEGER | Origin netuid. |
1381
+
|`--dest-netuid`| INTEGER | Destination netuid. |
1382
+
|`to`, `--dest-ss58`, `--dest`| TEXT | Destination validator hotkey SS58.|
1383
+
|`--amount`| FLOAT | The amount of TAO to stake |
1384
+
|`--stake-all`, `--all`|| Stake all. |
1385
+
|`--period`, `-era`| INTEGER | Length (in blocks) for which the transaction should be valid. |
0 commit comments