Loading...
Loading
Loading

This information was auto-extracted from the GitHub repository and may be incomplete or out of date. Always refer to the subnet's GitHub repository for the latest instructions.
Miners do not run any code - they simply register their hotkey to the subnet
Very lightweight, can run on minimal cloud instances
Register your hotkey to the Rich Kids of TAO subnet
btcli subnet register --netuid 110 --wallet.name YOUR_WALLET --wallet.hotkey YOUR_HOTKEY
Install subnet dependencies
pip install -e .
Install Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Install Node.js v21 and PM2 process manager
nvm i 21 && npm i pm2 -g
Start the validator using PM2
pm2 start ./autoupdater.sh --name "rich-kids-autoupdater" -- 110 YOUR_WALLET YOUR_HOTKEY