Search found 12 matches

by ghost92
Tue Jan 09, 2024 12:04 am
Forum: Torrent Misc
Topic: Tools for creating ".torrent" files
Replies: 4
Views: 350

Re: Tools for creating ".torrent" files

Python tool for cross-seeding that converts clearnet to I2P: viewtopic.php?t=98
by ghost92
Mon Dec 04, 2023 7:27 pm
Forum: Torrrent Trackers
Topic: List of Trackers - Oct. 2023
Replies: 5
Views: 1264

Re: List of Trackers - Oct. 2023

Code: Select all

http://i32bdpbyflc5l7ibhqmq7f72gglflrd6sgnmlqj6xsdjis5yjuga.b32.i2p/announce

http://4izytry23uiwxs2epg6swoygyi4vvsd4hwvj5u6onodmoh7gfmha.b32.i2p/announce
by ghost92
Sun Dec 03, 2023 1:08 am
Forum: Torrrent Trackers
Topic: Connection problem to postman. Configuration issue?
Replies: 19
Views: 3478

Re: Are there any working trackers?

http://tracker2.postman.i2p [ AH ] [ B32 ] is the only torrent INDEX site we have currently on I2P. This is like 1337x and ThePirateBay on the clearnet. The "trackers" you find, like http://opentracker.r4sas.i2p, are "tracking" which torrents are being seeded/leeched by different...
by ghost92
Sun Nov 26, 2023 4:39 pm
Forum: Torrent Misc
Topic: Python: Convert any .torrent to an I2P-only torrent
Replies: 0
Views: 161

Python: Convert any .torrent to an I2P-only torrent

This python script can be used to convert any clearnet torrent into a I2P-only torrent by removing all clearnet trackers and only using I2P trackers. #!/usr/bin/env python3 try: import bencodepy except ImportError: print("Please install 'bencodepy'") exit(1) from typing import OrderedDict ...
by ghost92
Mon Oct 23, 2023 1:07 pm
Forum: Torrrent Trackers
Topic: postman auto post api
Replies: 14
Views: 1491

Re: postman auto post api

From your magnet link 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 ...
by ghost92
Mon Oct 23, 2023 4:52 am
Forum: I2P
Topic: I2P as proxy for popular video platforms?
Replies: 4
Views: 306

Re: I2P as proxy for popular video platforms?

If you find an invidious instance on I2P, you can force the video to be proxied by the server with

Code: Select all

?&local=true
Read More: https://docs.invidious.io/url-parameters/
by ghost92
Mon Oct 23, 2023 4:48 am
Forum: Torrrent Trackers
Topic: postman auto post api
Replies: 14
Views: 1491

Re: postman auto post api

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.
by ghost92
Tue Oct 10, 2023 4:05 am
Forum: Banter and Chitchat
Topic: Congrats, DISCUSS!
Replies: 2
Views: 114

Re: Congrats, DISCUSS!

:D
by ghost92
Tue Oct 10, 2023 4:04 am
Forum: MuWire
Topic: The MuWire project is dead.
Replies: 5
Views: 8344

Re: The MuWire project is dead.

Sad news. Hopefully torrents can take over, with continued development.