Skip to content

Commit d4db598

Browse files
MichaelTrestmanMichael Trestman
andauthored
complete subnet hyperparameter docs (#514)
* wip * wip * wip * wip * Delete docs/subnets/hyperparam-chaff * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update docs/subnets/subnet-hyperparameters.md * wip * wip --------- Co-authored-by: Michael Trestman <[email protected]>
1 parent 92663e2 commit d4db598

File tree

3 files changed

+669
-86
lines changed

3 files changed

+669
-86
lines changed

docs/btcli-permissions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ See: [Coldkey and Hotkey Workstation Security](./getting-started/coldkey-hotkey-
132132

133133
1. **`btcli wallet regen-coldkeypub`**: Initializes a wallet for a **permissionless workstation** with a public key only. This allows you to read all information about your wallet, which is public information, but not to sign any transactions, hence not to make any *changes* to the state of the blockchain, including any of your balances or stakes.
134134

135-
1. **`new coldkey`** is used to initialize a coldkey workstation using a newly created *seed phrase*. This is a high security risk operation due to the inherant risk of handling the seed phrase.
136-
1. **`regen coldkey`** is used to initialize a coldkey workstation using a pre-existing wallet's *seed phrase*. This is a high security risk operation due to the inherant risk of handling the seed phrase.
135+
1. **`new coldkey`** is used to initialize a coldkey workstation using a newly created *seed phrase*. This is a high security risk operation due to the inherent risk of handling the seed phrase.
136+
1. **`regen coldkey`** is used to initialize a coldkey workstation using a pre-existing wallet's *seed phrase*. This is a high security risk operation due to the inherent risk of handling the seed phrase.
137137

138-
1. **`new hotkey`** is used to initialize a hotkey workstation using a newly created *seed phrase*. This is a high security risk operation due to the inherant risk of handling the seed phrase. Hotkeys should be created on secure coldkey workstation and then carefully provisioned to working nodes for mining and validation.
139-
1. **`regen hotkey`** is used to initialize a hotkey workstation using a pre-existing wallet's *seed phrase*. This is a high security risk operation due to the inherant risk of handling the seed phrase.
138+
1. **`new hotkey`** is used to initialize a hotkey workstation using a newly created *seed phrase*. This is a high security risk operation due to the inherent risk of handling the seed phrase. Hotkeys should be created on secure coldkey workstation and then carefully provisioned to working nodes for mining and validation.
139+
1. **`regen hotkey`** is used to initialize a hotkey workstation using a pre-existing wallet's *seed phrase*. This is a high security risk operation due to the inherent risk of handling the seed phrase.
140140

141141
#### Permissionless operations
142142

docs/getting-started/coldkey-hotkey-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Because of these high stakes, best practices should be diligently followed. Alwa
5757

5858
The first principle is to isolate coldkey operations from day-to-day or internet-exposed systems. This means using a dedicated machine that is minimally connected to the internet, protected with full disk encryption, and has only highly trusted software installed to minimize the risk of malware or keyloggers intercepting your coldkey.
5959

60-
In short, you should approach all operations involving your coldkey management as high-value, mission-critical, and laden with inherant risk.
60+
In short, you should approach all operations involving your coldkey management as high-value, mission-critical, and laden with inherent risk.
6161

6262
Ensure a clear boundary between coldkey operations and the working environment you use to carry them out, and everything else.
6363

0 commit comments

Comments
 (0)