Clone the repository
Create and activate virtual environment
Get latest release
Checkout latest release
Install Required Packages
Setup Protocol Config
Run the miner
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!
Makefile
to apply the changes!