postman auto post api

Bittorrent Trackers on I2P
ghost92
Posts: 12
Joined: Tue Sep 19, 2023 3:34 am

Re: postman auto post api

Post by ghost92 »

Yeah unless the InfoHash gets grabbed by a DHT crawler, then no one will know about the torrent. Adapting programs like btdigg.i2p or similar might be the best bet to avoid relying on a static tracker like postman.
User avatar
lgillis
Posts: 138
Joined: Mon May 09, 2022 8:40 am

Re: postman auto post api

Post by lgillis »

ghost92 wrote: Mon Oct 23, 2023 4:48 am Yeah unless the InfoHash gets grabbed by a DHT crawler, then no one will know about the torrent.
Which InfoHash? Does it mean me?
ghost92
Posts: 12
Joined: Tue Sep 19, 2023 3:34 am

Re: postman auto post api

Post by ghost92 »

From your magnet link

Code: Select all

magnet:?xt=urn:btih:df52a72a9de0170b979e26b1886388d34c54c618
The InfoHash is df52a72a9de0170b979e26b1886388d34c54c618. The DHT network would propagate the torrent information (files, pieces, etc) and when someone finds your magnet link, they ask the DHT network for the torrent information, allowing your client to know what is needed to start downloading pieces.
User avatar
lgillis
Posts: 138
Joined: Mon May 09, 2022 8:40 am

Re: postman auto post api

Post by lgillis »

@ghost92,
But no one has tried that in the time the torrent was online. Thus, this remains a very theoretical discussion …
User avatar
cumlord
Posts: 33
Joined: Thu Oct 05, 2023 5:01 pm
Location: Erect, NC
Contact:

Re: postman auto post api

Post by cumlord »

idk that makes sense to me, that's usually how dht works as far as i know. it's not that it can't be done, just feels like may be unreliable w/o adapting btdigg but that seems really intimidating to me

I was thinking it might be worth the effort to just do simple script to input the hash of the newly created .torrent file to create magnet links of the open trackers, so at least after the torrent is up it can be propagated with magnet links outside of postman
Post Reply