From 767b446e3f4b271d12962faf9022c273d1204445 Mon Sep 17 00:00:00 2001 From: distributedstatemachine! Date: Sat, 30 Nov 2024 21:13:37 +0000 Subject: [PATCH] chore: update docs --- docs/miner.md | 6 ++++++ docs/validator.md | 11 +++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/miner.md b/docs/miner.md index fa33b94..d836222 100644 --- a/docs/miner.md +++ b/docs/miner.md @@ -144,6 +144,12 @@ btcli wallet new_hotkey --wallet.name default --wallet.hotkey --n-words 1 btcli subnet pow_register --wallet.name default --wallet.hotkey --netuid --subtensor.network ``` +6. **Log into Weights & Biases (WandB)** +```bash +# Log into WandB +wandb login +``` + ## Running the Miner ### Using PM2 (Recommended) diff --git a/docs/validator.md b/docs/validator.md index d98868a..7f00fd7 100644 --- a/docs/validator.md +++ b/docs/validator.md @@ -41,9 +41,10 @@ This document provides a guide on how to set up and run a validator using `valid - Name the bucket the same as your **account ID**. - Set the **region** to **ENAM**. + 2. **Generate Tokens**: - - Create a **read token** and a **write token**. - - Note down the access key IDs and secret access keys for each token. + - Create a **read token** with **Admin Read** permissions and a **write token** with **Admin Read & Write** permissions. + - Note down the access key IDs and secret access keys for each token. 3. **Update `.env.yaml`**: - Create the file `.env.yaml` by copying [`.env-template.yaml`](../.env-template.yaml) @@ -140,6 +141,12 @@ btcli wallet new_hotkey --wallet.name default --wallet.hotkey validator --n-word btcli subnet pow_register --wallet.name default --wallet.hotkey validator --netuid --subtensor.network ``` +6. **Log into Weights & Biases (WandB)** +```bash +# Log into WandB +wandb login +``` + ## Running the Validator ### Using PM2 (Recommended)