• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • The vast majority of private trackers do not have a “hard” ratio economy like you describe. Most private trackers are flexible to give users ways to increase their own upload ratio without requiring that ratio to be “paid” by another user doing the downloading. e.g. when torrents are freeleech the users get to download for free but can still upload to improve their own ratio. And when there’s bonus systems in place those bonus points can be used to add to the user’s own uploaded data count. And sometimes private trackers have events where they make the entire tracker, or entire categories of torrents, freeleech so a whole ton of users get to download for free and will still be able to seed those same torrents afterwards.

    does that mean that there are some users who will forever be below 1, and thus end up getting kicked out, thus resulting in the private tracker just… shrinking over time?

    Sure, that could happen too. Private trackers will always get some users that just aren’t going to cut it and eventually lose access to the tracker. In most cases the tracker will just end up adding new users and maintain the total user count. Each tracker is going to be different in how they approach this… I think over time the user churn doesn’t happen as much, at some point there’s enough users on the tracker that are doing fine with ratio and whatnot while the tracker hits its own maximum user count so actually needing to replace users with new signups becomes less of a priority.


  • Agree with you, SO is great for finding info. There are solutions on there for niche problems that I haven’t been able to find elsewhere, the type of thing where someone actually took the time to type out a step-by-step answer and it’s now there and searchable on SO. It’s a bummer that so many people seem to hate on the site nowadays.

    And lets not forget the whole reason SO came out in the first place, back then web results were littered with question/answer links to sites like Experts-Exchange. I hated trying to figure out if an answer was on there, most of the time you ended up with a link to a question that you think has an answer but oh no you need to subscribe to view an answer that may or may not exist.




  • Just did some quick testing, most are open trackers operating in I2P (meaning they will happily track and announce to any torrents/peers using them).

    Working I2P Trackers, these should work with any I2P public torrents:

    http://opentracker.bt.i2p/a
    http://opentracker.dg2.i2p/a
    http://opentracker.eeptorrent.i2p/a
    http://opentracker.fattydove.i2p/a
    http://opentracker.r4sas.i2p/a
    http://opentracker.simp.i2p/a
    http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a
    

    Working I2P non-open trackers, meaning they only track torrents published at their own website.

    http://tracker2.postman.i2p/announce.php
    

    Currently Down I2P Trackers:

    http://ahsplxkbhemefwvvml7qovzl5a2b5xo5i7lyai7ntdunvcyfdtna.b32.i2p/announce.php
    http://atia42hvtnklmilskllirvl5e27letgqghyuvrlvtaktyg32kqwq.i2p/announce
    http://crs2nugpvoqygnpabqbopwyjqettwszth6ubr2fh7whstlos3a6q.b32.i2p
    http://lnQ6yoBTxQuQU8EQ1FlF395ITIQF-HGJxUeFvzETLFnoczNjQvKDbtSB7aHhn853zjVXrJBgwlB9sO57KakBDaJ50lUZgVPhjlI19TgJ-CxyHhHSCeKx5JzURdEW-ucdONMynr-b2zwhsx8VQCJwCEkARvt21YkOyQDaB9IdV8aTAmP~PUJQxRwceaTMn96FcVenwdXqleE16fI8CVFOV18jbJKrhTOYpTtcZKV4l1wNYBDwKgwPx5c0kcrRzFyw5~bjuAKO~GJ5dR7BQsL7AwBoQUS4k1lwoYrG1kOIBeDD3XF8BWb6K3GOOoyjc1umYKpur3G~FxBuqtHAsDRICkEbKUqJ9mPYQlTSujhNxiRIW-oLwMtvayCFci99oX8MvazPS7~97x0Gsm-onEK1Td9nBdmq30OqDxpRtXBimbzkLbR1IKObbg9HvrKs3L-kSyGwTUmHG9rSQSoZEvFMA-S0EXO~o4g21q1oikmxPMhkeVwQ22VHB0-LZJfmLr4SAAAA.i2p/announce.php
    http://omitracker.i2p/announce.php
    http://opendiftracker.i2p/a
    http://opentracker-actix.i2p/a
    http://opentracker.skank.i2p/a
    http://psi.i2p
    http://tracker.crypthost.i2p
    http://tracker.killyourtv.i2p
    http://tracker.thebland.i2p
    http://tracker.welterde.i2p
    http://tu5skej67ftbxjghnx3r2txp6fqz6ulkolkejc77be2er5v5zrfq.b32.i2p/announce.php
    http://uajd4nctepxpac4c4bdyrdw7qvja2a5u3x25otfhkptcjgd53ioq.b32.i2p
    

    Unsure if all the ones currently down are just down temporarily. Some I suspect will come back (e.g. skank.i2p has been around forever so I’d be surprised if they’re permanently gone).

    EDIT: Browse notbob, especially their tracker listing for hints on current I2P torrent trackers and sites http://notbob.i2p/cgi-bin/defcon.cgi?category=tracker



  • Your post title is a bit misleading, I think you’re talking more about trying to speed up the process of finding nodes/peers?

    All torrent clients including qBittorrent already have a built-in method of finding new DHT nodes and will find new nodes automatically. If the torrent client does not have any DHT nodes to contact yet (e.g. it’s the first run and hasn’t already compiled its own list of recent DHT node IP addresses) then what it does is reach out to DHT bootstrap node servers. Torrent clients usually have that coded in, sometimes you can change them - in qBittorrent you can go to Tools/Options/Advanced, under DHT Bootstrap Nodes you’ll see the current list of well known bootstrap nodes that qBittorrent uses by default

    dht.libtorrent.org:25401, dht.transmissionbt.com:6881, router.bittorrent.com:6881, router.utorrent.com:6881, dht.aelitis.com:6881
    

    I think most/all torrent clients use the same ones.

    Not sure how current this one is, the code to compile and run your own DHT bootstrap node server is on Github

    https://github.com/bittorrent/bootstrap-dht

    Back in 2016 Libtorrent launched its own bootstrap node server, it’s now one of the default bootstrap node servers for most/all torrent clients.

    https://blog.libtorrent.org/2016/09/dht-bootstrap-node


  • Agreed - I’ll also add that a lot of internet gateways/routers/firewalls also have a built-in feature to update a domain with your current public IP address. It definitely makes it easy, I haven’t thought about needing to update my dynamic IP in years since it just happens on the router.

    Not everyone can do it but it’s definitely worth a look especially for those planning to do any real self hosting.