这是 Seedmage 的大幅修改版本。 https://github.com/DimitriFourny/seedmage
原因,为什么你想使用这个版本:
15:37:36: Seeder: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL next update: 1800
15:37:37: Updated: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL updated
15:37:37: Threshold: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 117.11 MB
15:37:37: Small Torrent: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 50.00 GB
15:37:37: Download info: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 672.83 MB
15:37:37: Upload info: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 984.76 MB
15:37:37: Session Download info: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 0.0 Byte
15:37:37: Session Upload info: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 0.0 Byte
15:37:37: Total size: Thunderbirds.Are.Go.S03E17.1080p.HDTV.H264-DEADPOOL size: 672.83 MB
# kilobytes per second per torrent
# 10 torrents 10 * 585
# make sure you can do that in a speed test
echo 585 > seed_speed_file
mkdir torrents # (should already exist)
cp *.torrent torrents/
python seedmage.py
如果您想更改,则必须在代码中配置这些
小种子通常由数百或数千个客户播种。
如果你像个疯子一样播种它,那看起来会相当可疑。
大种子往往种子效果更好(>50GB),也可以是免费下载。
我们不会播种 < 50GB 的种子
self.small_torrent_limit = 53687091200
您无法播种未部分下载的内容。
如果您想知道,为什么这不是种子?
这意味着对于 100GB 的种子,您需要先下载 11GB 到 22GB,然后才能开始上传。
所以选择 freeleech 种子!!!!!!
self.threshold = self.seeder.torrent.total_size * random.uniform(0.11, 0.22)
int(self.seed_per_second * self.announce_interval * random.uniform(0.45, 0.93))
int(self.seed_per_second * self.announce_interval * random.uniform(0.9, 1.73))
announce_interval = 1800