mirror of
https://github.com/ngosang/trackerslist.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #28] Compare your list to the newtrackon.com #26
Labels
No labels
bug
enhancement
help wanted
pull-request
question
waiting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trackerslist-ngosang#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JonnyRedHed on GitHub (Jan 9, 2017).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/28
This site: https://newtrackon.com
Your list shows best 20 and then top 50. What factors go into deciding your best 20. The newtrackon.com just shows uptime 95% and 100% uptime as a gauge of the tracker.
Do you use other factors in your best 20 list, like known issues or malicious trackers etc. 'Banned Trackers list' found here for example:
https://extratorrent.cc/forum/topic/7621/suggested+public+trackers.html?page=4
https://katcr.co/show/community/index.php/topic,483.0.html
@lewisje commented on GitHub (Jan 9, 2017):
I believe that newTrackon actually pulls down the "all" list and checks the trackers therein.
@JonnyRedHed commented on GitHub (Jan 11, 2017):
Factoring in bad trackers seems like a good idea if not already done.
@ralyodio commented on GitHub (Jan 11, 2017):
Any chance we can get some websocket trackers? ie: (
ws://andwss://)@ngosang commented on GitHub (Jan 11, 2017):
I'm going to add several trackers from https://newtrackon.com when I have some free time.
There are several criteria for sorting. My bot query the trackers with popular torrents and checks which trackers are returning more seeds/peers, latency, reliability, offline time...
Do you have any?
@lewisje commented on GitHub (Jan 12, 2017):
What torrent client even uses the
ws:orwss:schemes? EDIT Apparently WebTorrent does.Anyway, I have just found OpenWebTorrent: https://openwebtorrent.com/
It lists the following three trackers:
@ralyodio commented on GitHub (Jan 12, 2017):
Yeah those are the only three I could find too. webtorrent.io uses websocket trackers.
@ngosang commented on GitHub (Jan 12, 2017):
It's interesting. I will add that trackers but I have to do the code implementation first.
@ngosang commented on GitHub (Dec 10, 2017):
Implemented WS/WSS support.