Skip to content

Commit

Permalink
changed the defaults in .env to remove depreciated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hayden-yuma committed Jan 9, 2025
1 parent 399ddf9 commit b17d215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .env.miner.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ MINER_HOTKEY=default
# Node Configuration
MINER_NAME=miner
MINER_PORT=8092
AXON_IP=127.0.0.1
AXON_EXTERNAL_IP=127.0.0.1


# Miner Settings
TIMEOUT=16
Expand Down
3 changes: 1 addition & 2 deletions .env.validator.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ VALIDATOR_HOTKEY=default
# Node Configuration
VALIDATOR_NAME=validator
VALIDATOR_PORT=8091
AXON_IP=127.0.0.1
AXON_EXTERNAL_IP=127.0.0.1


# Logging
LOGGING_LEVEL=info # Options: info, debug, trace
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ miner:
--wallet.name $(COLDKEY) \
--wallet.hotkey $(MINER_HOTKEY) \
--subtensor.chain_endpoint $($(NETWORK)) \
--axon.port $(MINER_PORT)
--netuid $(netuid) \
--logging.level $(LOGGING_LEVEL) \
--timeout $(TIMEOUT) \
Expand Down

0 comments on commit b17d215

Please sign in to comment.