Skip to content

Simple Scripts to see how much money the top validators on Tao are making, and which are profitable to mine

Notifications You must be signed in to change notification settings

0xMuTwo/tao-scripts

Repository files navigation

Simple Scripts to see how much money the top validators on Tao are making, and which are profitable to mine

Rank Subnets

btcli subnets list | awk 'NR>2 {print $0}' | sort -nrk 4 | tee -a ranked-subnets.txt && echo -e "\nUpdated on: $(date)" >> ranked-subnets.txt

btcli w balance --subtensor.network test

About

Simple Scripts to see how much money the top validators on Tao are making, and which are profitable to mine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages