Skip to content

Commit

Permalink
fix: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender37 committed Dec 4, 2024
1 parent b24b780 commit 9d7da7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ DOJO_API_KEY= # blank for now
WALLET_COLDKEY=# the name of the coldkey
WALLET_HOTKEY=# the name of the hotkey
AXON_PORT=8888 # port to serve requests over the public network for validators to call
VALIDATOR_MIN_STAKE= # minimum stake required for validators default is 20000 TAO (use this to bypass the blacklist function in testnet)
VALIDATOR_MIN_STAKE=20000 # minimum stake required for validators default is 20000 TAO (use this to bypass the blacklist function in testnet)
# Task related config
TASK_MAX_RESULT=4 # this means that each miner can have up to 4 workers fill in responses
```
Expand Down

0 comments on commit 9d7da7c

Please sign in to comment.