Skip to content

Starting as a Miner

TL;dr: It’s complicated, and you’re going to have to do some research.

TL;dr 2:Mining on Bittensor is very competitive. May the odds be ever in your favor.

So you want to mine. What is the best way to mine? How do I get started? Can i mine with <hardware configuration>?

There are multiple subnets on Bittensor (October 2024 - 52 subnets). Each subnet has a different objective, goal - and this each has different mining/validation requirements.

  • What are you interested in? If it is model-training, sports or finance predictions, compute, biology, astrophysics.. there may be a subnet that matches your interests.
    • Each subnet has a Github repository and a channel in the Bittensor Discord.
  • Your hardware- You may already have HW. Check each SN’s hardware requirements.
  • Emissions: Miners are awarded a proportion of the subnet’s emissions
  • Registration cost: Each subnet has different cost to register a neuron. Taostats: For Miners shows how to determine the cost and how it changes over time.
  • Is there a testnet? If you can run on a testnet - you can forego the registration costs to see if you are able to run the miner. You can also run a local blockchain for testing.
  • DevOps: You will be running at least one server to be an active miner.
  • Coding: You will need to optimize your miner to fit the requirements of the subnet. Most of the subnets are written in Python.
  • Subnet specific skills: Perhaps understanding inference models or Protein folding.