Bittorrent

如何設置 BitTornado 跟踪器?

  • February 10, 2019

我想為本地網路設置一個 BitTornado 跟踪器。目前我使用 OpenBitTorrent 作為我的跟踪器,但這似乎很奇怪,因為我不想通過網路這樣做,而且我不確定它有多安全或合法。

“伺服器”正在執行 Bodhi Linux。

我在 TuxCoder 上找到了使用此命令啟動跟踪器的方法

bttrack --port 6969 --dfile ~/.bttrack/dstate --logfile ~/.bttrack/tracker.log --nat_check 0 --scrape_allowed full

但是我收到了一個棄用警告:

/usr/lib/pymodules/python2.6/BitTornado/__init__.py:8: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
 from sha import sha
**warning** could not redirect stdout to log file:  <type 'exceptions.IOError'>

那裡可能有更好的跟踪器。我不是專家,這就是我問這個問題的原因。

這只是一個警告,您可以忽略它。python 有一個命令行標誌,使其忽略該類警告:(-W ignore::DeprecationWarning從版本 2.7 開始預設忽略它)

就個人而言,我仍在使用 bttrack,儘管它已經過時並且不支持對 Bittorrent 協議的最新改進:它高效、易於使用且可靠。我已經啟動並執行了幾個跟踪器和播種器來支持 Linux 發行版。

引用自:https://unix.stackexchange.com/questions/10063