이것은 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