Show HN: Torrenthistory – an open and legal torrent indexer
11–20 of 31 posts
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#12Can files be more specifically identified - more than just filename+size? I.e. hash(es)/checksum(s) or something like that?
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#13Re: Show HN: Torrenthistory – an open and legal torrent indexer
#14Can files be more specifically identified - more than just filename+size? I.e. hash(es)/checksum(s) or something like that?
Torrent seed files only contain hashes for "pieces" (typically 1-4MB each), which can cross file boundaries. There's no way to pull an md5 for a specific file without actually snatching it.
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#15There have been quite a lot of torrent indexers already, but most of them are sooner or later closed. So, I decided to create one more, simple enough (so it can work on its own on a relatively cheap VPS) and legal (so it would be much more difficult to close it). Most of the site data can be freely downloaded. Is there something you think any decent torrent indexer should have?
Could the data be retained on something like IPFS so that cloning of the tracker could happen independent of its existence?
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#16Can files be more specifically identified - more than just filename+size? I.e. hash(es)/checksum(s) or something like that?
Torrent seed files only contain hashes for "pieces" (typically 1-4MB each), which can cross file boundaries. There's no way to pull an md5 for a specific file without actually snatching it.
so I assume that if you end up with the same file in multiple torrents, you'll be able to grab the files from seeds of these other torrents.
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#17Why does hosting a magnet link make a torrent index 'illegal'? After all, you're not hosting any actual content on your server.
Part of the torrent community still holds to the old (and comfortable, I must say) idea, that files and links (no matter in which form, http or magnet) are something fundamentally different. Files can be illegal, links cannot. Links are just text, infohashes are just numbers and so on.
The reality, as I see it, is different:
1. If something makes bypassing copyright protection as easy as making 2 mouse clicks and waiting a few minutes - that "something" is illegal, the person which operates it also commits a crime. Indirectly, by facilitation (=providing aid), but still.
2. Even if the law in this area is too old or too general to specifically mention such cases - the court practice is still little by little moving in that direction (=files and links doesn't matter, those are technical details; bypassing copyright - does matter)
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#18Earlier quoted context omitted.
Torrent seed files only contain hashes for "pieces" (typically 1-4MB each), which can cross file boundaries. There's no way to pull an md5 for a specific file without actually snatching it.
Pull the files, derive the hashes, and then throw away the files? You only need to retrieve each file once to derive and store the per file hashes.
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#19Earlier quoted context omitted.
Torrent seed files only contain hashes for "pieces" (typically 1-4MB each), which can cross file boundaries. There's no way to pull an md5 for a specific file without actually snatching it.
BitTorrent v2 also includes a per file hash tree https://blog.libtorrent.org/2020/09/bittorrent-v2/ so I assume that if you end up with the same file in multiple torrents, you'll be able to grab the files from seeds of these other torrents.
Re: Show HN: Torrenthistory – an open and legal torrent indexer
#20There have been quite a lot of torrent indexers already, but most of them are sooner or later closed. So, I decided to create one more, simple enough (so it can work on its own on a relatively cheap VPS) and legal (so it would be much more difficult to close it). Most of the site data can be freely downloaded. Is there something you think any decent torrent indexer should have?
Could the data be retained on something like IPFS so that cloning of the tracker could happen independent of its existence?