Skip to content

Commit

Permalink
Merge pull request #284 from neuralinternet/feature/CSN-402-rate-limi…
Browse files Browse the repository at this point in the history
…ting

Update README to clarify validator usage on local Subtensor instance
  • Loading branch information
thomas-chu123 authored Feb 3, 2025
2 parents 89e3985 + 54dd09f commit fdb8cb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ python -m validator.py
--wallet.hotkey <your validator 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

Expand Down Expand Up @@ -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

---
Expand Down

0 comments on commit fdb8cb5

Please sign in to comment.