美文网首页bittorrentutorrenttracker
使用node安装bittorrent-tracker建立trac

使用node安装bittorrent-tracker建立trac

作者: 仁二 | 来源:发表于2017-12-05 02:38 被阅读44次

    使用node安装bittorrent-tracker建立tracker服务器 项目地址:https://github.com/webtorrent/bittorrent-tracker

    npmjs官网bittorrent-tracker介绍:https://www.npmjs.com/package/bittorrent-tracker

    前景摘要

    之前无意中在小萝卜丁的博客看到 Sublime Text 3 插件HTML-CSS-JS Prettify(格式化Html)http://xlbd.me/2094/

    于是就入坑安装了node.js 关于Sublime Text 3 安装 HTML-CSS-JS Prettify 插件 我也是捣腾了很久 那个配置反向斜干...

    node.js的安装很简单我就不说了 插件不是重点也跳过 如果有安装的问题欢迎跟帖提问……

    提醒一下本文的实践环境是windows……

    安装配置:

    如果你系统 环境变量 没设置好 跟着图设置一下

    npm命令就是node安装程序要进安装目录

    E:\SublimeText3\node-8.9.1x64\node_modules\npm\node_modules\tar\node_modules\minizlib

    package.json不然找不到(就是你自己node的安装路径 cd /d 路径 <-进去)

    使用

    npm install bittorrent-tracker

    命令安装

    这样就安装好了 很简单吧

    然后你系统环境配置好了就可以直接输入

    bittorrent-tracker

    命令运行了(运行输入也行)

    路径在“E:\SublimeText3\node-8.9.1x64\node_modules\npm\node_modules\tar\node_modules\minizlib\node_modules\.bin\bittorrent-tracker.cmd”

    自己打开也行……

    如果要修改监听服务器端口的话 找到路径:“E:\SublimeText3\node-8.9.1x64\node_modules\npm\node_modules\tar\node_modules\minizlib\node_modules\bittorrent-tracker\bin\cmd.js”

    打开然后如图

    网页打开“http://127.0.0.1:8000/stats”有人用你tracker就会出现这个了

    最后要分享一下我做的tracker服务器……不然不就白搞了?哦对了 忘记说了 做完这些步骤你是内网tracker!

    除非你有公网IP或者路由器端口转发进来到你本机端口 才能给别人用 不过我想一般安装这个tracker的人都知道吧

    http://tracker.btsync.ga:80/announce

    http://tracker.btsync.tk:443/announce

    http://tracker.btsync.buzz:6969/announce

    udp://tracker.btsync.buzz:6969/announce

    http://tracker.btsync.buzz:2710/announce

    udp://tracker.btsync.buzz:2710/announce

    http://tracker.btsync.cf:2710/announce

    udp://tracker.btsync.cf:2710/announce

    http://tracker.btsync.cf:6969/announce

    udp://tracker.btsync.cf:6969/announce

    ws://tracker.btsync.cf:2710/announce

    ws://tracker.btsync.cf:6969/announce

    ws://tracker.btsync.buzz:2710/announce

    ws://tracker.btsync.buzz:6969/announce

    查看工作详情:http://127.0.0.1:8000/stats

    为人做服务器:http://127.0.0.1:8000/announce

    下载所有磁力:http://127.0.0.1:8000/scrape

    相关文章

      网友评论

      本文标题:使用node安装bittorrent-tracker建立trac

      本文链接:https://www.haomeiwen.com/subject/opfqixtx.html