Tagged Questions
3
votes
4answers
1k views
How to convert torrent info hash for scrape?
I have a torrent hash from the magnet link. For example: fda164e7af470f83ea699a529845a9353cc26576
When I try to get information about leechers and peers I should request: ...
2
votes
1answer
1k views
How does Torrentz.com find different trackers for same torrent?
I want to know the logic behind such comparison. Same is being done by BtReannouncer.net
Do the torrents have similar hash or do they compare it by size and name?
Most torrents on piratebay do not ...
2
votes
1answer
1k views
Bittorrent tracker request
Using a torrent file from
http://torrent.ubuntu.com:6969/
I am calculating its hash which matches with the hash on the page.
Then i make a request to the tracker. Like
...
1
vote
1answer
76 views
bittorrent udp tracker response
i have doubt how the udp announce response are handled as sugested in bep udp protocol specification
import socket,struct
clisocket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
...
1
vote
2answers
259 views
Parsing external torrent informations
I'm build a a BitTorrent tracker with CodeIgniter, and i'm use Torrent RW class for parsing .torrent files (info hash, read/write tracker url, etc.).
I would like to run external torrents, and i need ...
0
votes
1answer
60 views
how bittorrent tracker updating the new torrent into db [closed]
when we create a new torrent file and use any of the public bittorrent tracker available, how tracker will come to know that the torrent is been used its tracker url?
0
votes
0answers
91 views
API for searching private Bittorrent trackers and forums [closed]
Is there any API out there to make searches on private trackers or forums?
0
votes
2answers
116 views
reporting end of seed or leeching to tracker Libtorrent
From what I know, when seeding or leeching torrent, your IP is on tracker and it remains there for some few hours or days How do I manually tell my the tracker using Libtorrent I am no longer going to ...
0
votes
2answers
313 views
How to convert torrent info hash for scrape Using php?
Can anyone explain me how to write a php script to convert info hash for scrape to get seeders and peers count from the tracker...
Thanks
0
votes
1answer
126 views
Bittorrent tracker reply for scrape when '00' in infohash
My Question regards the scrape http reply when the infohash contains a '00', scrape request with %00, so there would be a '\0' in http reply.
I found some torrents which have zero bytes in infohash ...