rTorrent is a text-based client for BitTorrent file sharing.

learn more… | top users | synonyms

0
votes
2answers
35 views

How should I proceed in troubleshooting rtorrent?

I have a computer connected via ethernet cables to my home router that preforms server like duties. Specifically, for some time I was running rtorrent on this machine. I wish I knew when this started ...
2
votes
1answer
1k views

how do I use rtorrent with a socks5 proxy?

How do I get rtorrent to use a socks5 proxy? I've tried to get socks5 to work with rtorrent, but it doesn't seem to have any impact. Setup the socks5 proxy on port 9800: ssh -ND 9800 user@otherhost ...
1
vote
1answer
680 views

What is the best rtorrent.rc config for seeding?

My ~/.rtorrent.rc looks like this: min_peers = 10000 min_peers_seed = 10000 encryption = require dht = on peer_exchange = yes How can I configure my rtorrent.rc so that I could seed better? (or ...
3
votes
4answers
373 views

How to add a torrent to a running rtorrent download?

So there is a directory full of torrent files: debian.iso.torrent fedora.iso.torrent I can start downloading them with a: rtorrent *.torrent command, when the working directory is the same ...