(Oct 13, 2021, 16:04 pm)Moe Wrote: Be sure your client has DHT enabled and the trackers are redundant.
Assuming everybody else trying to upload/download have DHT enabled / ports properly forwarded.
(Oct 13, 2021, 13:53 pm)GSMM Wrote: I've posted some torrents, included a couple of my own trackers which are working. I believe TPB adds at least a couple of its own when creating it. I don't see that and don't have them in my own.
I seed in utorrent but it might say no seeds. That means TPB is not using my own trackers doesn't it. This is not working well.
Now you only give magnet links. So we can't just dl your torr with all the trackers. When we start with your magnet all the trackers are there.
I don't know about utorrent, but when I add a magnet to my client [transmission] and it is already running in the client, I get asked if I want to add the magnet's trackers to the torrent in question.
Alternatively you could remove your torrent from your client, add the magnet and point it to the data which your client will verify and you will resume seeding on the TPB trackers.
Or you could download any other torrent from TPB, copy the trackerlist once it's running in utorrent and then paste to it the torrent that if grieving you.
Here is how you copy/add/remove trackers in utorrent:
https://www.techjunkie.com/utorrent-add-trackers/
Or you could copy any magnet link from TPB, paste it in notepad and construct a proper trackerlist to paste to your torrent. Maybe save the list as TPBtrackers.txt so you can do fast copypaste anytime you create a new torrent.
Consider a magnet link (copied from TPB just now):
magnet:?xt=urn:btih:50ACBFEEBF12B930C4486F9678B681648E35C57B&dn=Kin-dza-dza.1986.1080p.BluRay.DTS.x264-SbR%20%5BPublicHD%5D&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2780%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2730%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce
The red part is what tells your browser and your client to treat it as a magnet. The brown part is the torrents info hash. The purple part is the title/download name you will see in your client ('&dn=' tells your client 'following string is the title'). The green part is the tracker list, and '&tr=' tells your client 'add the following tracker'. All the %3A %2F stuff is html safe code for special characters like : and /. You can clean it up in notepad by a couple of search / replace operations. For your purpose you can delete anything but the green part. After replacing %3A with : and %2F with / it should look like this:
&tr=udp://tracker.coppersurfer.tk:6969/announce&tr=udp://tracker.openbittorrent.com:6969/announce&tr=udp://9.rarbg.to:2710/announce&tr=udp://9.rarbg.me:2780/announce&tr=udp://9.rarbg.to:2730/announce&tr=udp://tracker.opentrackr.org:1337&tr=https://p4p.arenabg.com:1337/announce&tr=udp://tracker.torrent.eu.org:451/announce&tr=udp://tracker.tiny-vps.com:6969/announce&tr=udp://open.stealth.si:80/announce
If I recall correctly utorrent likes it's trackerlist with 2 newlines after each tracker, so replace each '&tr=' with 2 carriage returns (not sure if you can automate this in notepad?). The resulting list should look like this - ready to paste into your client (dont forget to save for later use):
Code:
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.openbittorrent.com:6969/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2780/announce
udp://9.rarbg.to:2730/announce
udp://tracker.opentrackr.org:1337
https://p4p.arenabg.com:1337/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
udp://open.stealth.si:80/announce