forked from entrius/gittensor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
28 lines (23 loc) · 680 Bytes
/
.env.example
File metadata and controls
28 lines (23 loc) · 680 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
# Options: finney (mainnet), test (testnet), local
SUBTENSOR_NETWORK=finney
NETUID=74 # 422 if using testnet
PORT=8099 # neuron axon port
# 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
# For validators: Weights & Biases API key for logging
WANDB_API_KEY=
# Optional custom name for wandb logging
WANDB_VALIDATOR_NAME=vali
# For miners: GitHub Personal Access Token
GITTENSOR_MINER_PAT=
# validator database settings (for gittensor validator/dashboard)
STORE_DB_RESULTS=false
# DB_HOST=
# DB_PORT=
# DB_NAME=
# DB_USER=
# DB_PASSWORD=