-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 768 Bytes
/
.env.example
File metadata and controls
29 lines (25 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Options: finney (mainnet), test (testnet), local
SUBTENSOR_NETWORK=finney
NETUID=74 # 422 if using testnet
PORT=8099 # neuron axon port, must be accessible by public
# Options: info, debug, trace
LOG_LEVEL=info
# Path to bittensor wallets on host (default: ~/.bittensor/wallets)
WALLET_PATH=~/.bittensor/wallets
WALLET_NAME=default
HOTKEY_NAME=default
# ******* VALIDATOR VARIABLES *******
# Weights & Biases API key for logging
# Signup https://wandb.ai/site for a key
WANDB_API_KEY=
# GitHub PAT for validator API calls
GITTENSOR_VALIDATOR_PAT=
# Optional custom name for wandb logging
WANDB_VALIDATOR_NAME=vali
# validator database settings (for gittensor validator/dashboard)
STORE_DB_RESULTS=false
# DB_HOST=
# DB_PORT=
# DB_NAME=
# DB_USER=
# DB_PASSWORD=