Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Options: finney (mainnet), test (testnet), local
SUBTENSOR_NETWORK=finney
NETUID=74 # 422 if using testnet
PORT=8099 # neuron axon port
PORT=8099 # neuron axon port, must be accessible by public

# Options: info, debug, trace
LOG_LEVEL=info
Expand All @@ -12,11 +12,13 @@ WALLET_NAME=default
HOTKEY_NAME=default

# For validators: Weights & Biases API key for logging
# Signup https://wandb.ai/site for a key
WANDB_API_KEY=
# Optional custom name for wandb logging
# Optional custom name for wandb logging
WANDB_VALIDATOR_NAME=vali

# For miners: GitHub Personal Access Token
# https://github.com/settings/personal-access-tokens
GITTENSOR_MINER_PAT=

# validator database settings (for gittensor validator/dashboard)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ The result: a sustainable incentive layer that channels resources toward buildin

**Recommended: Deploy with Docker**

> [!NOTE]
> The port in .env must be accessible by the public.

```bash
# Quick start
git clone https://github.com/entrius/gittensor.git
Expand Down