2019-10-04 00:14:17 +08:00
|
|
|
# XIU2/TrackersListCollection
|
|
|
|
|
2019-10-04 00:35:47 +08:00
|
|
|
[![GitHub license](https://img.shields.io/github/license/XIU2/TrackersListCollection.svg?style=flat-square)](https://github.com/XIU2/TrackersListCollection/blob/master/LICENSE)
|
|
|
|
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg?style=flat-square)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
|
|
|
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg?style=flat-square)](https://996.icu)
|
|
|
|
|
2019-10-10 15:02:41 +08:00
|
|
|
Updated daily! A list of popular public BitTorrent trackers.
|
2019-10-04 00:20:18 +08:00
|
|
|
|
2019-10-04 00:14:17 +08:00
|
|
|
The project only makes a list of popular public trackers into collections.
|
2019-10-04 00:20:18 +08:00
|
|
|
|
2019-10-04 00:14:17 +08:00
|
|
|
[中文说明请看这里](https://github.com/XIU2/TrackersListCollection/blob/master/README-ZH.md)
|
|
|
|
|
2019-10-11 20:36:00 +08:00
|
|
|
****
|
|
|
|
|
2019-10-13 06:30:16 +08:00
|
|
|
### Updated: 2019-10-13
|
2019-10-04 00:14:17 +08:00
|
|
|
|
|
|
|
*These lists are automatically updated every day:*
|
|
|
|
|
2019-10-06 02:49:17 +08:00
|
|
|
> Better public tracker list is relatively more stable, concise.
|
|
|
|
> Complete public tracker list is more in number and theoretically better. but there may be some invalid trackers.
|
2019-10-12 17:32:30 +08:00
|
|
|
> **The number of Tracker does not affect the operation of the BT software, so I recommend using the full list to maximize the download speed !**
|
2019-10-06 02:49:17 +08:00
|
|
|
|
2019-10-12 22:58:51 +08:00
|
|
|
* **Better public tracker list:** (72 trackers)
|
|
|
|
[https://trackerslist.com/trackers_best.txt](https://trackerslist.com/trackers_best.txt)
|
|
|
|
* **Complete public tracker list:** (439 trackers)
|
|
|
|
[https://trackerslist.com/trackers_all.txt](https://trackerslist.com/trackers_all.txt)
|
2019-10-04 00:14:17 +08:00
|
|
|
|
|
|
|
****
|
|
|
|
|
2019-10-12 18:10:57 +08:00
|
|
|
#### Aria2 Tracker
|
|
|
|
|
|
|
|
To make it easier for people using Aria2 to add Tracker, I made a separate copy in the Aria2 configuration format. The update is consistent.
|
|
|
|
|
2019-10-12 22:58:51 +08:00
|
|
|
* **Better public tracker list:**
|
|
|
|
[https://trackerslist.com/trackers_best_aria2.txt](https://trackerslist.com/trackers_best_aria2.txt)
|
|
|
|
* **Complete public tracker list:**
|
|
|
|
[https://trackerslist.com/trackers_all_aria2.txt](https://trackerslist.com/trackers_all_aria2.txt)
|
2019-10-12 18:10:57 +08:00
|
|
|
|
2019-10-12 18:32:17 +08:00
|
|
|
[Aria2 Instructions](https://github.com/XIU2/TrackersListCollection#Aria2)
|
|
|
|
|
2019-10-12 18:10:57 +08:00
|
|
|
****
|
|
|
|
|
2019-10-04 00:14:17 +08:00
|
|
|
### Tracker Source
|
|
|
|
|
|
|
|
This project brings together the following list of public trackers:
|
2019-10-04 19:34:45 +08:00
|
|
|
* [https://github.com/ngosang/trackerslist](https://github.com/ngosang/trackerslist)
|
|
|
|
* [https://newtrackon.com/list](https://newtrackon.com/list)
|
|
|
|
* [https://torrents.io/tracker-list/](https://torrents.io/tracker-list/)
|
2019-10-06 01:31:05 +08:00
|
|
|
* [http://github.itzmx.com/1265578519/OpenTracker/master/tracker.txt](http://github.itzmx.com/1265578519/OpenTracker/master/tracker.txt)
|
2019-10-11 20:06:34 +08:00
|
|
|
* [https://tinytorrent.net/best-torrent-tracker-list-updated/](https://tinytorrent.net/best-torrent-tracker-list-updated/)
|
|
|
|
* [https://torrenttrackerss.com/torrent-tracker-list/](https://torrenttrackerss.com/torrent-tracker-list/)
|
|
|
|
* [http://www.torrenttrackerlist.com/torrent-tracker-list](http://www.torrenttrackerlist.com/torrent-tracker-list)
|
2019-10-04 00:14:17 +08:00
|
|
|
|
|
|
|
Thanks for these projects!
|
|
|
|
|
|
|
|
****
|
|
|
|
|
2019-10-12 18:32:17 +08:00
|
|
|
### How to use ?
|
|
|
|
|
|
|
|
#### Aria2
|
|
|
|
|
|
|
|
After copying Aria2 Tracker, paste it into the `bt-tracker=` tail in the `aria2.conf` configuration file. Example:
|
2019-10-13 01:47:22 +08:00
|
|
|
``` ini
|
2019-10-12 18:32:17 +08:00
|
|
|
bt-tracker=http://xxx.xx:80/announce,udp://yyy.yy:80/announce
|
|
|
|
```
|
|
|
|
> **Note:** Please delete the old Tracker content before pasting to avoid formatting errors!
|
|
|
|
|
|
|
|
****
|
|
|
|
|
2019-10-12 18:45:54 +08:00
|
|
|
#### BitComet
|
|
|
|
|
2019-10-12 22:58:51 +08:00
|
|
|
![BitComet Tracker](https://github.com/XIU2/TrackersListCollection/raw/master/img/en-02.png)
|
2019-10-12 18:45:54 +08:00
|
|
|
|
2019-10-04 00:14:17 +08:00
|
|
|
### Contribute
|
|
|
|
|
|
|
|
* Do you know more public trackers list? (E.g: ngosang/trackerslist) => [Open a new issue](https://github.com/XIU2/TrackersListCollection/issues/new)
|
|
|
|
|
|
|
|
****
|
|
|
|
|
|
|
|
### License
|
|
|
|
The GPL-3.0 License.
|
|
|
|
The Anti-996 License.
|