With the amount of new subnets being added it can be hard to get up to date information across all subnets, so data may be slightly out of date from time to time

Subnet 26

Storb

Emissions
Value
Recycled
Value
Recycled (24h)
Value
Registration Cost
Value
Active Validators
Value
Active Miners
Value
Active Dual Miners/Validators
Value

ABOUT

What exactly does it do?

Bittensor Subnet 26, known as Storb, is a decentralized object storage system built to revolutionize data storage on the Bittensor network by offering a distributed, reliable, and incentivized alternative to centralized solutions like AWS or Google Cloud. Storb’s primary function is to store data in a way that eliminates single points of failure, ensuring that files are always accessible and secure, even if some parts of the network go offline. It achieves this by breaking files into smaller pieces using erasure coding—a technique that adds redundancy so data can be recovered even if some pieces are lost—and distributing these pieces across a global network of storage nodes, or miners.

For users, this means reliable, always-accessible storage that’s fully decentralized, offering a level of resilience that centralized systems can’t match. For miners, Storb provides an opportunity to earn TAO, Bittensor’s native token, by contributing storage space and maintaining data integrity. The subnet emphasizes three key benefits: decentralized object storage, erasure-coded redundancy for reliability, and incentivized participation to keep the network active and robust. By spreading data across multiple nodes and rewarding participants for their contributions, Storb ensures that storage is not only secure but also unstoppable, aligning with the broader vision of a decentralized internet where users and providers alike benefit from a fair, transparent system.

Bittensor Subnet 26, known as Storb, is a decentralized object storage system built to revolutionize data storage on the Bittensor network by offering a distributed, reliable, and incentivized alternative to centralized solutions like AWS or Google Cloud. Storb’s primary function is to store data in a way that eliminates single points of failure, ensuring that files are always accessible and secure, even if some parts of the network go offline. It achieves this by breaking files into smaller pieces using erasure coding—a technique that adds redundancy so data can be recovered even if some pieces are lost—and distributing these pieces across a global network of storage nodes, or miners.

For users, this means reliable, always-accessible storage that’s fully decentralized, offering a level of resilience that centralized systems can’t match. For miners, Storb provides an opportunity to earn TAO, Bittensor’s native token, by contributing storage space and maintaining data integrity. The subnet emphasizes three key benefits: decentralized object storage, erasure-coded redundancy for reliability, and incentivized participation to keep the network active and robust. By spreading data across multiple nodes and rewarding participants for their contributions, Storb ensures that storage is not only secure but also unstoppable, aligning with the broader vision of a decentralized internet where users and providers alike benefit from a fair, transparent system.

PURPOSE

What exactly is the 'product/build'?

Storb is a decentralized storage protocol integrated into the Bittensor ecosystem as Subnet 26, designed to provide a scalable and fault-tolerant solution for object storage. The “product” is essentially a distributed storage network where users can upload files, and the system handles the rest—splitting, distributing, and storing the data across a network of miners while ensuring it can be retrieved efficiently. When a user uploads a file, validators take the lead: they break the file into smaller chunks using erasure coding, a method that adds redundant pieces so the file can be reconstructed even if some chunks are missing, and then distribute these chunks to miners for storage. Miners, in turn, store these pieces and are periodically challenged by validators to prove they still hold the data, ensuring accountability. The retrieval process is just as seamless—validators use a Distributed Hash Table (DHT) to track where each chunk is stored, allowing the system to reassemble the file when requested. Storb’s design prioritizes reliability and accessibility, with features like:

  • Erasure-Coded Redundancy: Ensures data can be recovered even if some miners go offline.
  • Incentivized Participation: Miners are rewarded with TAO for storing data and responding to challenges.
  • Global Distribution: Data is spread across a worldwide network, eliminating single points of failure.

Unlike centralized storage providers that rely on a few data centers, Storb leverages the collective power of its miners to create a system that’s both resilient and decentralized, making it a pioneering solution for Web3 applications that need secure, distributed storage.

 

Technical Architecture

Storb’s technical architecture is a carefully engineered system that balances efficiency, scalability, and security, integrating seamlessly with the Bittensor network while handling the complexities of decentralized storage. At its core, Storb operates as a subnet within Bittensor, consisting of up to 256 nodes (neurons), with 64 slots reserved for validators and the rest for miners, following Bittensor’s standard subnet structure. The process begins with validators, who handle file uploads by splitting files into smaller pieces using erasure coding—specifically, a Reed-Solomon encoding scheme that adds redundant data to ensure recoverability. These pieces are then distributed to miners, who store them on their local systems. To track the location of these chunks, Storb uses a Distributed Hash Table (DHT), a decentralized system that maps file pieces to their respective miners, enabling efficient retrieval. The architecture also includes a robust scoring system to evaluate miner performance, based on three key metrics:

  • Latency (20%): Measures how quickly miners respond to requests, ensuring speed is prioritized.
  • Success Rate (30%): Assesses the reliability of storage and retrieval, rewarding miners who consistently deliver.
  • PDP Challenge (50%): Uses Proof of Data Possession (PDP) challenges, where miners must provide cryptographic proofs that they still hold the data, verifying integrity without transferring the entire file.

Storb leverages SQLite as its backend for storing metadata, providing a lightweight and efficient way to manage file information. While storage and retrieval operations happen off-chain for speed, the incentive mechanism is tied to the Bittensor blockchain, where validators set weights for miners based on their scores, and TAO rewards are distributed accordingly. This hybrid approach—off-chain storage with on-chain incentives—ensures Storb is both fast and future-ready, capable of scaling as the Bittensor network grows.

 

Storb is a decentralized storage protocol integrated into the Bittensor ecosystem as Subnet 26, designed to provide a scalable and fault-tolerant solution for object storage. The “product” is essentially a distributed storage network where users can upload files, and the system handles the rest—splitting, distributing, and storing the data across a network of miners while ensuring it can be retrieved efficiently. When a user uploads a file, validators take the lead: they break the file into smaller chunks using erasure coding, a method that adds redundant pieces so the file can be reconstructed even if some chunks are missing, and then distribute these chunks to miners for storage. Miners, in turn, store these pieces and are periodically challenged by validators to prove they still hold the data, ensuring accountability. The retrieval process is just as seamless—validators use a Distributed Hash Table (DHT) to track where each chunk is stored, allowing the system to reassemble the file when requested. Storb’s design prioritizes reliability and accessibility, with features like:

  • Erasure-Coded Redundancy: Ensures data can be recovered even if some miners go offline.
  • Incentivized Participation: Miners are rewarded with TAO for storing data and responding to challenges.
  • Global Distribution: Data is spread across a worldwide network, eliminating single points of failure.

Unlike centralized storage providers that rely on a few data centers, Storb leverages the collective power of its miners to create a system that’s both resilient and decentralized, making it a pioneering solution for Web3 applications that need secure, distributed storage.

 

Technical Architecture

Storb’s technical architecture is a carefully engineered system that balances efficiency, scalability, and security, integrating seamlessly with the Bittensor network while handling the complexities of decentralized storage. At its core, Storb operates as a subnet within Bittensor, consisting of up to 256 nodes (neurons), with 64 slots reserved for validators and the rest for miners, following Bittensor’s standard subnet structure. The process begins with validators, who handle file uploads by splitting files into smaller pieces using erasure coding—specifically, a Reed-Solomon encoding scheme that adds redundant data to ensure recoverability. These pieces are then distributed to miners, who store them on their local systems. To track the location of these chunks, Storb uses a Distributed Hash Table (DHT), a decentralized system that maps file pieces to their respective miners, enabling efficient retrieval. The architecture also includes a robust scoring system to evaluate miner performance, based on three key metrics:

  • Latency (20%): Measures how quickly miners respond to requests, ensuring speed is prioritized.
  • Success Rate (30%): Assesses the reliability of storage and retrieval, rewarding miners who consistently deliver.
  • PDP Challenge (50%): Uses Proof of Data Possession (PDP) challenges, where miners must provide cryptographic proofs that they still hold the data, verifying integrity without transferring the entire file.

Storb leverages SQLite as its backend for storing metadata, providing a lightweight and efficient way to manage file information. While storage and retrieval operations happen off-chain for speed, the incentive mechanism is tied to the Bittensor blockchain, where validators set weights for miners based on their scores, and TAO rewards are distributed accordingly. This hybrid approach—off-chain storage with on-chain incentives—ensures Storb is both fast and future-ready, capable of scaling as the Bittensor network grows.

 

WHO

Team Info

The team behind Storb is associated with Storb-Tech, as indicated by the GitHub repository, though specific team members are not publicly named in the available sources. Storb-Tech appears to be a group of developers focused on building decentralized storage solutions within the Bittensor ecosystem, with a clear mission to create a system that’s distributed and unstoppable.

The project’s documentation on GitHub reflects a professional approach, with detailed overviews and technical explanations, suggesting a team with expertise in both blockchain technology and distributed systems. While individual names are not disclosed, the team’s work has garnered attention within the Bittensor community. Storb is a “decentralized storage revolution”.

The team behind Storb is associated with Storb-Tech, as indicated by the GitHub repository, though specific team members are not publicly named in the available sources. Storb-Tech appears to be a group of developers focused on building decentralized storage solutions within the Bittensor ecosystem, with a clear mission to create a system that’s distributed and unstoppable.

The project’s documentation on GitHub reflects a professional approach, with detailed overviews and technical explanations, suggesting a team with expertise in both blockchain technology and distributed systems. While individual names are not disclosed, the team’s work has garnered attention within the Bittensor community. Storb is a “decentralized storage revolution”.

FUTURE

Roadmap

Looking ahead, Storb’s roadmap likely includes several key milestones:

  • Scaling Storage Capacity: As more miners join, Storb aims to increase its storage capacity, potentially handling larger datasets or supporting new use cases like storing AI models for other subnets.
  • Integration with Other Subnets: Storb could collaborate with subnets focused on AI inference (e.g., Subnet 1 for text prompting) or data processing, providing a reliable storage layer for their outputs, as hinted in its GitHub documentation.
  • Feature Enhancements: Future updates might include improved erasure coding algorithms, faster retrieval times through optimized DHT implementations, or support for new file types, aligning with its “future-ready” design.
  • Broader Ecosystem Integration: Storb’s long-term vision, as suggested by its documentation, is to become a cornerstone of decentralized storage for Web3, potentially integrating with other blockchain ecosystems beyond Bittensor, such as IPFS or Filecoin, to enhance interoperability.
  • Community Growth: Storb-Tech is likely to focus on community engagement, providing more resources like tutorials, API documentation, or developer tools on storb.dev to encourage adoption by developers and users.

The team’s emphasis on Storb being “future-ready” and its growing presence in the Bittensor community, as seen on platforms like Taostats.io, suggest a commitment to continuous improvement and expansion. Community discussions on Bittensor’s Discord also indicate interest in Storb as a foundational subnet, with potential plans to support enterprise-grade applications in the future, further solidifying its role in the ecosystem.

 

Looking ahead, Storb’s roadmap likely includes several key milestones:

  • Scaling Storage Capacity: As more miners join, Storb aims to increase its storage capacity, potentially handling larger datasets or supporting new use cases like storing AI models for other subnets.
  • Integration with Other Subnets: Storb could collaborate with subnets focused on AI inference (e.g., Subnet 1 for text prompting) or data processing, providing a reliable storage layer for their outputs, as hinted in its GitHub documentation.
  • Feature Enhancements: Future updates might include improved erasure coding algorithms, faster retrieval times through optimized DHT implementations, or support for new file types, aligning with its “future-ready” design.
  • Broader Ecosystem Integration: Storb’s long-term vision, as suggested by its documentation, is to become a cornerstone of decentralized storage for Web3, potentially integrating with other blockchain ecosystems beyond Bittensor, such as IPFS or Filecoin, to enhance interoperability.
  • Community Growth: Storb-Tech is likely to focus on community engagement, providing more resources like tutorials, API documentation, or developer tools on storb.dev to encourage adoption by developers and users.

The team’s emphasis on Storb being “future-ready” and its growing presence in the Bittensor community, as seen on platforms like Taostats.io, suggest a commitment to continuous improvement and expansion. Community discussions on Bittensor’s Discord also indicate interest in Storb as a foundational subnet, with potential plans to support enterprise-grade applications in the future, further solidifying its role in the ecosystem.

 

NEWS

Announcements

MORE INFO

Useful Links