5. Run the Process
Use the following command to start the Miner:
python neurons/miner.py --netuid 192 --subtensor.network test --wallet.name “NAME” --wallet.hotkey default --logging.debug

OR
Use the following command to start the Validator:
python neurons/validator.py --netuid 192 --subtensor.network test --wallet.name validator --wallet.hotkey default --logging.debug

Last updated