From 54dd09fb7a5b2e87e7f5167917bcecce985607d4 Mon Sep 17 00:00:00 2001 From: Purshottam Date: Mon, 3 Feb 2025 17:17:09 +0530 Subject: [PATCH] Update README to clarify validator usage on local Subtensor instance --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71b4c773..b3c046eb 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ python -m validator.py --wallet.hotkey # hotkey name of your wallet --logging.debug # Run in debug mode, alternatively --logging.trace for trace mode ``` +**Note**: Validators are required to operate on a local Subtensor instance, as using Finney may result in rate limitations. ## Understanding the Score Calculation Process @@ -300,6 +301,8 @@ Flags that you can use with the validator script. - `--validator.force.update.prometheus`: (Optional) Force the try-update of prometheus version. Default: False. - `--validator.whitelist.updated.threshold`: (Optional) Total quorum before starting the whitelist. Default: 60. (%) +**Note**: Validators are required to operate on a local Subtensor instance, as using Finney may result in rate limitations. + ## Miners options ---