zl1991514 发表于 2013-6-25 21:23:25

如何使用seedbox发种

本帖最后由 zl1991514 于 2013-6-25 21:29 编辑

之前看到http://www.dwhd.org/2012/06/10/333.html上面的教程
只是更改tracker,上传ttg就可以,但是现在上传到hd-torrent,显示

Error:
External torrents not allowed
不知道怎么回事?
用BEncode Editor除了tracker以外,还要更改种子的什么信息???求大神解答???

难道要先在自己的电脑下载,然后用ut制作种子,上传上去吗??{:7_738:}

xf2 发表于 2013-6-25 21:44:31

可以用盒子制作种子{:7_755:}
原文 戳
For ubuntu you can install using:apt-get install mktorrentYou can use mktorrent from the commandline:Usage: mktorrent <target directory or filename>

Options:
-a <url>[,<url>]* : specify the full announce URLs
                  at least one is required
                  additional -a adds backup trackers
-c <comment>      : add a comment to the metainfo
-d                : don't write the creation date
-h                : show this help screen
-l <n>            : set the piece length to 2^n bytes,
                  default is 18, that is 2^18 = 256kb
-n <name>         : set the name of the torrent,
                  default is the basename of the target
-o <filename>   : set the path and filename of the created file
                  default is <name>.torrent
-p                : set the private flag
-v                : be verbose
-w <url>[,<url>]* : add web seed URLs
                  additional -w adds more URLsExample usage:cd /home/myuser/downloads
mktorrent -a http://mytracker.com/announce.php -p -l 21 -o mytorrent.torrentIf you want to specify piece size for torrent, you can use -l switch (small L) it's in potency of 2 so:

2^19 = 524 288 = 512 KiB for filesizes between 512 MiB - 1024 MiB

2^20 = 1 048 576 = 1024 KiB for filesizes between 1 GiB - 2 GiB

2^21 = 2 097 152 = 2048 KiB for filesizes between 2 GiB - 4 GiB

2^22 = 4 194 304 = 4096 KiB for filesizes between 4 GiB - 8 GiB

2^23 = 8 388 608 = 8192 KiB for filesizes between 8 GiB - 16 GiB

2^24 = 16 777 216 = 16384 KiB for filesizes between 16 GiB - 512 GiB This is the max you should ever have to use.

zl1991514 发表于 2013-6-25 21:46:59

xf2 发表于 2013-6-25 21:44 static/image/common/back.gif
可以用盒子制作种子
原文 戳
For ubuntu you can install using:You can use mktorrent from th ...

不想用mktorrent ,太占硬件资源了{:7_751:}

能不能直接修改种子解决问题呀{:7_725:}

xf2 发表于 2013-6-25 21:51:48

zl1991514 发表于 2013-6-25 21:46 static/image/common/back.gif
不想用mktorrent ,太占硬件资源了

能不能直接修改种子解决问题呀

大包呀{:7_741:}
tracker改成http://hdts-announce.ru/announce.php
其它的source 之类删掉试试

Geass-CC 发表于 2013-6-25 21:57:59

xf2 发表于 2013-6-25 21:51 static/image/common/back.gif
大包呀
tracker改成http://hdts-announce.ru/announce.php
其它的source 之类删掉试试

{:7_725:}跪拜盒神

xf2 发表于 2013-6-25 22:01:11

Geass-CC 发表于 2013-6-25 21:57 static/image/common/back.gif
跪拜盒神

{:7_735:}俺在自己电脑装的

zl1991514 发表于 2013-6-25 23:12:43

xf2 发表于 2013-6-25 21:51 static/image/common/back.gif
大包呀
tracker改成http://hdts-announce.ru/announce.php
其它的source 之类删掉试试

删除source,不行,还要删除什么之类的呀,盒神{:7_725:}

zl1991514 发表于 2013-6-25 23:34:47

xf2 发表于 2013-6-25 21:51 static/image/common/back.gif
大包呀
tracker改成http://hdts-announce.ru/announce.php
其它的source 之类删掉试试

还是上mktorrent哦
但是 ubuntu我会安装
centos这个系统第一次接触,不会安装,求解??

zl1991514 发表于 2013-6-25 23:54:16

xf2 发表于 2013-6-25 22:01 static/image/common/back.gif
俺在自己电脑装的

centos安装mktorrent教程在这里:
http://pkgs.org/centos-5-rhel-5/epel-x86_64/mktorrent-1.0-4.el5.x86_64.rpm.html
可惜我以前没有接触linux,所以望大婶指点一下

xf2 发表于 2013-6-26 01:33:26

zl1991514 发表于 2013-6-25 23:54 static/image/common/back.gif
centos安装mktorrent教程在这里:
http://pkgs.org/centos-5-rhel-5/epel-x86_64/mktorrent-1.0-4.el5.x8 ...

这里有个源码安装的,原文戳wget http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz
tar -xvzf mktorrent-1.0.tar.gz
rm mktorrent-1.0.tar.gz
cd mktorrent-1.0
make USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
make install

hdfan1989@2 发表于 2013-6-26 10:28:03

rt自带有制作种子的选项。。

zl1991514 发表于 2013-6-26 17:04:54

hdfan1989 发表于 2013-6-26 10:28 static/image/common/back.gif
rt自带有制作种子的选项。。

窝用的transmission{:7_751:}

zl1991514 发表于 2013-6-26 17:47:51

xf2 发表于 2013-6-26 01:33 static/image/common/back.gif
这里有个源码安装的,原文戳

感谢s狐,ok了
页: [1]
查看完整版本: 如何使用seedbox发种