ap-pauloafonso / ratio-spoof

A bittorrent ratio spoof tool
MIT License
90 stars 13 forks source link

Request: random speeds and stops upload when get 0 leecher #1

Open Ruke805 opened 4 years ago

Ruke805 commented 4 years ago

Hi, It Is great your program and works with a lot of "hard" sites. I would suggest two features:

1: The possibility to add randoms speeds, this will seems more naturally the upload and download speed

2: The possibility to automatically change the upload speed to 0 when having 0 leech, its help to do work with more security to not be caught.

Thanks anyway

ap-pauloafonso commented 4 years ago

Hey @theruleof4, thanks for your feedback, its nice to know that there are people out there using ratio-spoof ;)

  1. The currently implementation is coded to behave kind of random(positive only based on fixed input), something like this: The estimated amount (based on fixed input parameter) + random number of torrent pieces (between 1 - 10) Although its already kind of random as is, i agree that a visual representing the speed changing would be nice.

  2. Nice idea, in case of 0 leeches the ratio-spoof would wait the min interval to check if it can start seeding again where it left, plus a visual warning that the torrent has 0 upload speed because of the 0 leeches.

Ruke805 commented 4 years ago

Thanks for the answer. It would be great these features implemented, about reduce upload to 0, I saw it in another program and it looked fantastic, it would help a lot to be careful and much more realistic.

Sucess in your project. :D