Register your subnet validator and subnet miner on the subnet. This gives your two keys unique slots on the subnet. The subnet has a current limit of 128 slots.
Copy btcli subnet register --wallet.name [WALLET_NAME] --wallet.hotkey default --subtensor.chain_endpoint wss://ws.taoharvest.com
This step bootstraps the incentives on TAOHarvest subnet by adding stake into our incentive mechanism using the following command:
Copy btcli stake add --wallet .name validator --wallet .hotkey default --subtensor .chain_endpoint wss://ws .taoharvest.com
Run Subnet Miner and Subnet Validator
Copy python3 neurons/miner.py --netuid 1 --subtensor.chain_endpoint wss://ws.taoharvest.com --wallet.name miner --wallet.hotkey default --logging.debug
Copy python3 neurons/validator.py --netuid 1 --subtensor.chain_endpoint wss://ws.taoharvest.com --wallet.name validator --wallet.hotkey default --logging.debug
Verify the Incentive Mechanism
After a few blocks, TAOHarvest subnet validator will set weights. This indicates that the incentive mechanism is active.
Copy btcli wallet overview --wallet .name miner --subtensor .chain_endpoint wss://ws .taoharvest.com