Skip to content

Commit

Permalink
Better README explanation of VALIDATOR_PUBLIC_KEY param of install_mi…
Browse files Browse the repository at this point in the history
…ner (#336)

---------

Co-authored-by: Mateusz Srebrny <mateusz.srebrby@reef.pl>
  • Loading branch information
mateuszsrebrny-reef and Mateusz Srebrny authored Nov 28, 2024
1 parent 536dc0f commit 97c6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ curl -sSfL https://github.com/backend-developers-ltd/ComputeHorde/raw/master/ins

Replace the placeholders in the command above:
- `SSH_DESTINATION`: your server's connection info (i.e. `username@1.2.3.4`)
- `VALIDATOR_PUBLIC_KEY`: the public key of your validator (_not_ the path to the key)
- `VALIDATOR_PUBLIC_KEY`: the hotkey of your validator (_not_ the path to the key)
- `MINER_PORT` (optional): the port (of your choosing) on which the miner will listen for incoming connections (default is 8000)
- `DEFAULT_EXECUTOR_CLASS` (optional): specifies a custom executor class to use. **For A6000 synthetic job support, `always_on.llm.a6000` must be set**

Expand Down

0 comments on commit 97c6aef

Please sign in to comment.