Installing the Bittensor BTCLI
Installing Docker
Generate coldkey and hotkey mnemonics and register your miner
Create a Cold Wallet
miner
:Create a Hot Wallet
Verify Your Wallets
miner
wallet listed, along with its associated hotkey (default
).Register Your Node
Verify Registration
Clone Repository
Navigate to Directory
Copy Environment File
Edit Environment File
What capabilities can miners support for X/Twitter data access and how do I configure them?
.env
file, either by listing specific capabilities or using all
to enable all capabilities:The table below outlines which capabilities are supported by different access types, add each one if you re not using βallβ.Example of how to add the CAPABILITIES=βsearchbyquery,searchbyfullarchiveβ to the .env file:Capability | Base API | Pro API | Credentials |
---|---|---|---|
all | β Yes | β Yes | β Yes |
searchbyquery | β Yes | β Yes | β Yes |
searchbyfullarchive | β No | β Yes | β Yes |
searchbyprofile | β No | β Yes | β Yes |
searchfollowers | β No | β No | β Yes |
getbyid | β No | β No | β Yes |
getreplies | β No | β No | β Yes |
getretweeters | β No | β No | β Yes |
gettweets | β No | β No | β Yes |
getmedia | β No | β No | β Yes |
gethometweets | β No | β No | β Yes |
getforyoutweets | β No | β No | β Yes |
getbookmarks | β No | β No | β Yes |
getprofilebyid | β No | β No | β Yes |
gettrends | β No | β No | β Yes |
getfollowing | β No | β No | β Yes |
getfollowers | β No | β No | β Yes |
getspace | β No | β No | β Yes |
getspaces | β No | β No | β Yes |
Start Your Node
Verify TEE Worker
Monitor Logs
Stop current miner
Update code
Start new version
Can I run multiple miners on the same instance?
How many miners can I run per instance?
Can I use a single scraper for multiple miners?
Do I need separate Twitter/X accounts per miner?
Can I authenticate via Twitter/X API instead of premium account scraing with logins?
Should I invest in a Twitter API subscription?
Will miners be able to share TEE workers in the future?
How does Twitter/X data access affect performance?