9. Run Miner
Run Miner
pm2 start "make run-miner"
Your miner should now be running! To view the logs, run
pm2 logs
There are many configurations that you can adjust, but in most cases, the defaults will suffice. Below is a list of flags you can pass to the run-miner
command in the Makefile
to adjust the miner's behavior.
--twitter.max_tweets_per_request
- the maximum number of tweets to scrape per request. Note that Twitter's current rate limit is 900 requests per 15 minutes. Defaults to 100.--blacklist.min_stake_required
- the minimum amount of TAO a validator must have staked for your miner to respond--blacklist.force_validator_permit
- requires a validator to have a vpermit for your miner to respond--neuron.auto_update
- auto update your code when we release a new version!
Be sure to restart your miner after editing the Makefile
to apply the changes!
For an accurate, up to date list of possible configurations, check out our source code!