Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatically update and restart the validator process when a new version is released.
Usage:
start_validator.py [-h] --pm2_name PM2_NAME --wallet_name WALLET_NAME --wallet_hotkey WALLET_HOTKEY [--subtensor_chain_endpoint SUBTENSOR_CHAIN_ENDPOINT] [--subtensor_network SUBTENSOR_NETWORK] [--netuid NETUID] [--axon_port AXON_PORT]
Options:
--pm2_name PM2_NAME
Name of the PM2 process.--wallet_name WALLET_NAME
Name of the wallet.
--wallet_hotkey WALLET_HOTKEY
Hotkey for the wallet.
--subtensor_chain_endpoint SUBTENSOR_CHAIN_ENDPOINT
Subtensor chain_endpoint, defaults to 'wss://bittensor-finney.api.onfinality.io/public-ws' if not provided.
--subtensor_network SUBTENSOR_NETWORK
Network type, defaults to 'local' if not provided.
--netuid NETUID
Subnet uid, defaults to 24 if not provided.--axon_port AXON_PORT
Axon port, defaults to 8091 if not provided.