Thinking about 'meta' torrent file format
gist.github.com
Thinking about 'meta' torrent file format
1–10 of 25 posts
Re: Thinking about 'meta' torrent file format
#2Re: Thinking about 'meta' torrent file format
#3Re: Thinking about 'meta' torrent file format
#4Re: Thinking about 'meta' torrent file format
#5Is this basically an append-only torrent file? This could actually be implemented without having to do many changes to the torrent format. You can just have the client de-dupe based on file length + hash.
Re: Thinking about 'meta' torrent file format
#6Re: Thinking about 'meta' torrent file format
#7I think you can just avoid the torrent file completely and use a merkle tree hash like how new torrent files work and then you end up with just one torrent file per file. And have peer acquisition work through DHT
Directories would be simple and just a matter of creating a new "file" with hashes and names of the contents like how git directories (extending on this you can have a version control system like git).
A noticeable change is that each individual file is uniquely shared. This I believe is both a feature (avoiding duplicate torrents for the same file) as well as means that anyone can see whos downloading a file a solution would be another key hash which causes the dht id to be hashed again to allow individual darknets.
Re: Thinking about 'meta' torrent file format
#8To see one method that is used to work around this sort of thing: The folks over at http://www.tlmc.eu/ have been expanding the same 1.2TB collection of files for a while, just by stopping the old torrent, running a Python script to patch the changes, and then rechecking and starting the new torrent from the old directory.
Re: Thinking about 'meta' torrent file format
#9It's in there somewhere...
Edit: Here's a more relevant use case: