Skip to content

minersunion/tools

Repository files navigation

tools

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

stats-subnet

Scripts to get a quick overview of the performing keys of a subnet.

# specifying subnet uid and show the full hotkey
python stats-subnet.py --hot-key --netuid 0
# with all available arguments
python stats-subnet.py --netuid 0 --weights --round 6 --sort trust 
# with bittensor args
python stats-subnet.py --netuid 0 --subtensor.network local --wallet.path "~/my/bittensor/wallets/path"

root subnet example

root subnet example

Contribution

Feel free to add any useful tool to the community !

How to contrib ?

  • use pre-commit and black (mentioned in the requirements),
  • add the details in the readme
  • submit a pr

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages