นี่คือ 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) และยังสามารถเป็นไฟล์ฟรีได้อีกด้วย
เราไม่หว่าน torrents < 50GB
self.small_torrent_limit = 53687091200
คุณไม่สามารถ Seed สิ่งที่คุณยังไม่ได้ดาวน์โหลดบางส่วนได้
หากคุณสงสัยว่าทำไมไม่เพาะเมล็ดนี้?
นี่หมายความว่าสำหรับทอร์เรนต์ขนาด 100GB คุณต้องดาวน์โหลด 11GB ถึง 22GB ก่อนจึงจะเริ่มการอัพโหลดได้
ดังนั้นเลือก torrents 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