========================================================================================== 常用BT客户端官方主页及下载链接
转自 rnong
==========================================================================================
color=#DC143C]唯一官方正式版[英文]:
下载页面: http://bitconjurer.org/BitTorrent/download.html[url]
下载链接[英文]
[url]http://osdn.dl.sourceforge.net/bittorrent/bittorrent-3.2.1.exe
BT增强版BitTorrent Shadow's Experimental的客户端:
官方主页[英文] http://home.elp.rr.com/tur
下载页面[英文] http://home.elp.rr.com/tur/download.html
汉化改进版本:
TLF论坛的Deadman版 http://www2.eastgame.net/index.php?act=ST&f=142&t=173969
E时代论坛的Cookle的 Plus! http://jdsrgg.com/dpoils/leo 作者: (狼) 时间: 2003-9-17 10:41 标题: [转帖]BitTorrent(BT) FAQ 晕,不用那么长吧,装了,点击了连接,他就会自动的下载了作者: wuyou 时间: 2003-9-17 11:21 标题: [转帖]BitTorrent(BT) FAQ 只是帮助了解。作者: Climbing 时间: 2003-9-17 12:45 标题: [转帖]BitTorrent(BT) FAQ 强烈建议大家发扬BT的共享精神:人人为我,我为人人。下载完成后不要立刻关闭窗口,让大家共享你下载的内容。
至于做多长时间的种子,我也不太清楚,大家可以讨论一下,我觉得至少应该上传两倍于你下载的数据(或者至少12小时后),大家认为这个标准如何?毕竟我们不能总是开着这东西,太耗费系统资源和带宽,晚上没人用还好,白天开着别人就没法用了。作者: rnong 时间: 2003-9-17 19:33 标题: [转帖]BitTorrent(BT) FAQ 个人感觉如果有256m内存,800MhzCPU,感觉开2、3个BT也不会影响其他工作,不过要玩大游戏恐怕配置还要再高些。 作者: Climbing 时间: 2003-9-18 14:42 标题: [转帖]BitTorrent(BT) FAQ rnong及各版主、坛主:有人知道如何做BT的tracker服务器吗?查了半天BT的官方网站,大部分是介绍如何用BT下载和发布的,虽然也提到了如何制做tracker服务器,但只有短短的一小段,而且看不明白,如下:
1) start running a tracker
First, you need a tracker. If you're on a dynamic IP or otherwise
unreliable connection, you should find someone else's tracker and
use that. Otherwise, follow the rest of this step.
Trackers refer downloaders to each other. The load on the tracker
is very small, so you only need one for all your files.
To run a tracker, execute the command bttrack.py Here is an example - ./bttrack.py --port 6969 --dfile dstate
--dfile is where persistent information is kept on the tracker across
invocations. It makes everything start working again immediately if
you restart the tracker. A new one will be created if it doesn't exist
already.
The tracker must be on a net-addressible box, and you must know the
ip number or dns name of it.
The tracker outputs web logs to standard out. You can get information
about the files it's currently serving by getting its index page.
上面加黑的那一行应该是关键命令,但他的是py文件,这样做怎么能够直接运行呢?
哪位高手给指点一下。谢谢了。作者: rnong 时间: 2003-9-18 18:18 标题: [转帖]BitTorrent(BT) FAQ 我想无忧的老大们已经弄好服务器了,正在调试吧