TON Storage Network
Loading...
Bag Explorer lets you search and view files stored on the decentralized TON Storage network using their unique BagID.
TON Storage is a decentralized, peer-to-peer file storage network built on the TON blockchain. Files are split into chunks, distributed across nodes, and verified using cryptographic Merkle proofs.
1. Upload: Files are chunked and a unique BagID is generated
2. Distribution: Chunks are distributed across peer nodes
3. Download: Anyone with the BagID can retrieve the file from the network
Yes. Each file chunk is verified using Merkle proofs, ensuring data integrity. The decentralized nature makes it censorship-resistant with no single point of failure.
Become a peer and earn rewards:
Option 1 - GUI (Easy):
Download TON Torrent GUI by TON Utils - a user-friendly desktop application for Windows, macOS, and Linux.
Option 2 - CLI (Advanced):
Install the tonutils-storage daemon on your server:
wget https://github.com/xssnick/tonutils-storage/releases/latest/download/tonutils-storage-linux-amd64
chmod +x tonutils-storage-linux-amd64
./tonutils-storage-linux-amd64 -daemon
By running a node, you help distribute files across the network and can earn TON rewards.
A BagID is a 64-character hexadecimal hash that uniquely identifies a file or folder on the TON Storage network. Think of it as a permanent address for your data.
Files remain available as long as at least one peer continues to seed them. Popular files are naturally more persistent due to multiple seeders across the network.