Tracker服务器是对于BT下载必须的,网上随便搜索一下就有很多Tracker服务器列表,一个服务器文件少则几十个,多则上百个,但"杂乱无章",要不就是用不了,要不就是在中不可用,要不就是重复,真正能用的就比较少了。

本站提供的服务器在中国都ping得通,每24小时自动更新,自动检测,从几个百服务器筛选出在中国可通的服务器列表。

更新时间: 2024-04-20 【 下载中国可用Tracker服务器列表

序号服务器最快响应测试点
1http://kinorun.com/announce.php0.013 ms张家口
2udp://sugoi.pomf.se:80/announce0.014 ms张家口
3udp://y.t-1.org:6969/announce0.02 ms张家口
4udp://z.paranoid.agency:6969/announce0.022 ms张家口
5udp://y.paranoid.agency:6969/announce0.024 ms张家口
6udp://82.156.24.219:6969/announce7.41 ms张家口
7udp://ryjer.com:6969/announce7.438 ms张家口
8http://bt.ali213.net:8000/announce28.572 ms张家口
9http://tracker.ali213.net:8080/announce28.742 ms张家口
10http://bt.3dmgame.com:2710/announce35.661 ms张家口
11udp://156.234.201.18:80/announce44.86 ms张家口
12http://torrents-nn.cn:2710/announce53.342 ms张家口
13udp://61.222.178.254:6969/announce59.742 ms张家口
14http://www.bitseduce.com/announce.php71.411 ms张家口
15http://www.biztorrents.com/announce.php71.412 ms张家口
16http://220.130.15.30:80/announce71.618 ms张家口
17http://tracker3.dler.org:2710/announce71.624 ms张家口
18http://tracker2.dler.org:80/announce71.643 ms张家口
19udp://tracker.dler.com:6969/announce71.644 ms张家口
20udp://tracker2.dler.com:80/announce71.648 ms张家口
21http://tracker.dler.org:6969/announce71.667 ms张家口
22http://data-bg.net/announce.php78.683 ms张家口
23http://potuk.com:2710/announce79.543 ms张家口
24http://tracker.theempire.bz:3110/announce85.855 ms张家口
25http://194.87.70.68:2710/announce93.154 ms张家口
26http://tracker4.itzmx.com:6961/announce93.216 ms张家口
27http://torrents.linuxmint.com:80/announce.php133.515 ms张家口
28http://www.thegeeks.bz:3210/announce139.005 ms张家口
29http://datascene.net:80/announce.php139.194 ms张家口
30http://tracker.gbitt.info:80/announce144.169 ms张家口
31https://t.btcland.xyz:443/announce145.342 ms张家口
32http://www.legittorrents.info:80/announce.php145.401 ms张家口
33http://masters-tb.com:80/announce.php145.6 ms张家口
34http://bvarf.tracker.sh:2086/announce145.705 ms张家口
35https://tracker1.520.jp:443/announce145.823 ms张家口
36http://www.thetradersden.org/forums/tracker/announce.php146.078 ms张家口
37https://tracker.imgoingto.icu:443/announce146.296 ms张家口
38https://tracker.tamersunion.org:443/announce146.448 ms张家口
39https://tracker.loligirl.cn:443/announce146.594 ms张家口
40http://tracker.minglong.org:8080/announce146.749 ms张家口
41https://tracker.cloudit.top:443/announce147.652 ms张家口
42http://torrentsmd.com:8080/announce147.7 ms张家口
43http://tracker4.dler.org:6969/announce147.754 ms张家口
44udp://tracker7.dler.org:6969/announce147.798 ms张家口
45http://www.xwt-classics.net:80/announce.php148.923 ms张家口
46http://all4nothin.net/announce.php150.649 ms张家口
47http://www.all4nothin.net/announce.php150.651 ms张家口
48http://www.bit-hdtv.com:2710/announce152.72 ms张家口
49http://bt.beatrice-raws.org:80/announce153.396 ms张家口
50https://tracker.shittyurl.org:443/announce153.702 ms张家口

本文由 Harvey 创作,采用 知识共享署名 3.0,可自由转载、引用,但需署名作者且注明文章出处。

70 条评论

  1. Shawing
    Shawing

    curl https://www.yaozuopan.top/iplist.txt | sed 's/^/Session\\AdditionalTrackers=/' | sed ':a;N;$!ba;s/\n/\\n/g' | sed -i '16s/.*/&/' 这里是配置文件的位置

    配合定时任务可实现每日刷新

  2. 焓公子
    焓公子

    “更新时间: 2023-10-22 ”

    这是不更新了么??

  3. yip
    yip

    刚随机ping了几个,都没ping通。

  4. tracker服务器(Tracker服务器) R11; 金育知识

    [...]中国可用的 BT Tracker 服务器列表,每24小时自动更新 – 小小编程[...]

  5. G.B.S.A.T.
    G.B.S.A.T.

    楼主的下载链接好像还是有点问题,不能设置为自动更新。我们帮楼主镜像了一个地址。
    https://www.gbsat.org/bt/tracker.txt
    没有广告没有私货,和楼主的保持一致更新,希望所有人都可以享受高速的bt下载服务。

  6. rer
    rer

    怎么你的这个列表 都没更新了吗?都没看到我的……
    你是从哪里获取最新tracker的?我看他们都不愿意接收更新了 仅展示不拉去了
    提交一个我的:udp://bt.rer.lol:2710/announce

  7. testla
    testla

    用python获取表格也很方便:
    import pandas as pd
    df = pd.read_html('https://www.yaozuopan.top/index.php/archives/1014/')[0]
    df.to_csv('e:\aaa.csv', encoding = 'gbk', index = False)

    1. 笨鸟
      笨鸟

      # Import necessary libraries
      import pandas as pd
      import ssl

      # Disable SSL verification
      ssl._create_default_https_context = ssl._create_unverified_context

      # Read HTML table from the specified URL
      df = pd.read_html('https://www.yaozuopan.top/index.php/archives/1014/')[0]

      # Clean and process the data
      df['最快响应'] = df['最快响应'].str.replace(' ms', '').astype(float)
      df_filtered = df[df['最快响应'] > 1]

      # Save the filtered data to a CSV file
      df_filtered['服务器'].to_csv('servers.csv', encoding='gbk', index=False, header=False)

  8. 123poi
    123poi

    就不能弄个直接可以复制的?

    1. Harvey
      Harvey

      下载链接更新了,不使用gitee了

  9. 木鬼
    木鬼

    // 获取表格 用下面的命令在控制台上打印一下就出来了
    var table = document.querySelector("table");

    // 获取所有的行
    var rows = table.querySelectorAll("tr");

    // 创建一个数组来保存数据
    var columnData = [];
    var bool=true;
    // 遍历每一行
    rows.forEach(function(row) {
    // 获取这一行的所有列
    var cols = row.querySelectorAll("td, th");
    if(bool){ bool=false; return;}
    // 检查是否有足够的列
    if(cols.length >= 2) {
    // 将第二列的文本内容添加到数组中
    columnData.push(cols[1].textContent);
    }
    });

    // 创建一个Blob对象,包含所有的文本数据
    var blob = new Blob(columnData.map(function(data) {
    return data + "\r\n"; // 添加换行符以便于阅读
    }), { type: 'text/plain' });

    // 创建一个链接元素
    var link = document.createElement("a");

    // 设置下载属性,给文件命名
    link.download = 'columnData.txt';

    // 设置blob为链接的源
    link.href = window.URL.createObjectURL(blob);

    // 触发点击事件来下载文件
    link.click();

    1. 膜拜大佬
      膜拜大佬

      膜拜大佬, 3q

    2. nb
      nb

      天才

  10. a
    a

    shell抓取本页:
    curl https://www.yaozuopan.top/index.php/archives/1014/ | grep '下载中国可用Tracker服务器列表' | sed 's#

    ]*\)>\([^

添加新评论