Loading
Loading

Neuron registration trends
Rich Kids of TAO is a Bittensor subnet that distributes rewards to miners based on their emissions across community-voted subnets, weighted by subnet price and voter-determined allocation. Miners register passively without running code, validators monitor emissions across voted subnets, and alpha holders vote on subnet weights to determine reward distribution.
Miners passively register their hotkeys without running code. Validators run a lightweight node that monitors miner emissions across community-voted subnets, applies alpha pricing and subnet weights, calculates total emission value per miner, and distributes TAO rewards proportionally. Alpha holders vote on subnet weights via a voting mechanism, allowing dynamic adaptation of which subnets are rewarded.
The validator checks each miner's emissions in voted subnets, multiplies by the subnet's alpha price and the community-voted weight for that subnet, sums across all voted subnets, and distributes rewards proportionally. Alpha holders vote on subnet weights that sum to 1.0, allowing the ecosystem to adaptively choose which subnets should be appreciated.
The sections above were auto-generated from the GitHub repository and may not reflect the latest changes.
Enterprise Inference Hardware, 100% Green Energy
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.
Holder & total-staked metrics as of 2h ago (hourly snapshot)
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