Prioritize a peer?

4

1

I'm a Utorrent user, and am currently seeding a rather large file set. I have allocated a seedbox that I want to use to share the torrent with much higher bandwidth than I currently have. However, it's not a popular download, and I don't expect a ton of people to get it, so peers are few, but my seed box is downloading from me. My question is, it there a way to give priority to the seedbox downloading from me? Can I give all my upload bandwidth to that one IP instead of spreading it out over the swarm? I want to upload only to the seedbox. Since I already have uploaded the torrent and started seeding it before I got the box, most of the people have most of the file set. So the seedbox caught up rather quickly. Now, it is with the rest of them, just waiting on my slow Internet speed. If I could dedicate to one IP, it would complete much faster.

Anyone know of a way to make this happen, or a client that will?

Odoh

Posted 2013-11-26T08:40:18.987

Reputation: 41

1As you are a seed, why couldn't you use something like a firewall and block connections to all other clients except your seedbox? – Dan D. – 2013-11-26T10:14:43.977

If I wanted to go that far I would just kill the torrent, upload via FTP, and start over, but I am already about 70% in. I don't want to start over. Using the firewall would also kill any other torrents I might be peering/seeding. I'm pretty sure it's not possible without editing the registry, but I thought I would ask in case someone out there had figured it out. – Odoh – 2013-11-26T11:06:49.990

Answers

1

This can be done by creating a ipfilter.dat file in the same directory that uTorrent stores the settings.dat file. (Usually: C:\Users\<user name>\AppData\Roaming\uTorrent)

If, for example, the seedbox has the IP: 123.45.67.89
then the ipfilter.dat file should be:

0.0.0.0 - 123.45.67.88
123.45.67.90 - 255.255.255.255

to block all peers except the seedbox.

Encombe

Posted 2013-11-26T08:40:18.987

Reputation: 788

0

You could make your upload slot = 1 this will make sure all your bandwith gets consumed by a single peer, however if your peer disconnects yor Bittorrent client will try to make another connection....
I don't know since my Windows days are long ago over, but Azureus had something called as Super Seed feature which had many customizations available so you could increase your Timeout so that if the peer seeding to disconnects your Bittorent client will wait sometime before it disconnects with it.....
Hope this helps.......

Girish Vyas

Posted 2013-11-26T08:40:18.987

Reputation: 41

-1

Torrent.properties.initial-seeding = true

user281910

Posted 2013-11-26T08:40:18.987

Reputation: 1

2So, what should OP do with that? – gronostaj – 2013-12-14T20:15:54.810

Seed only the pieces that haven't been seeded yet. Other peers who have a piece that the seedbox doesn't will send. – user281910 – 2013-12-14T21:52:35.937

Edit the full info of your comments into the answer. Don't just leave a one liner. – random – 2013-12-15T02:23:00.130