Skip to main content
Your validator comes with presets you can adjust in validator/config.py. See:
NETUID
string
The ID of the subnet to run on. Default for production: 62. For local testing: 1.
VALIDATOR_WALLET_NAME
string
The coldkey wallet name to use while running the validator, signing requests, etc. Defaults to validator. Change this if you’ve created a custom local test wallet.
VALIDATOR_HOTKEY_NAME
string
The hotkey name under the coldkey wallet. Defaults to default. Change this if you’ve created a custom local test hotkey.
SET_WEIGHTS_INTERVAL_SECONDS
string
How often the validator sets weights on-chain.
SET_WEIGHTS_TIMEOUT_SECONDS
string
Maximum time to wait for the set-weights transaction to confirm before timing out.
VALIDATION_DELAY
string
Delay before starting to evaluate challenges. Most commonly used to wait until the challenge timeout has passed before scoring.
MOCK_RESPONSES
string
For local testing without generating real problems or making real inference calls.