Pages

January 20, 2008

Simple config for rTorrent

This is basic config file for rTorrent (0.7.8/0.11.8) I use. Just first make sure referenced dirs exist. Note: rates are in KB/s.
$ mkdir -p ~/tor/seed ~/tor/session ~/tor/watch ~/tor/leech
$ egrep -v "^#|^$" ~/.rtorrent.rc
encryption=allow_incoming,try_outgoing,enable_retry
min_peers = 20
max_peers = 100
min_peers_seed = 10
max_peers_seed = 50
max_uploads = 5
download_rate = 200
upload_rate = 20
directory = ./tor/leech
session = ./tor/session
schedule = watch_directory,5,5,load_start=./tor/watch/*.torrent
schedule = tied_directory,5,5,start_tied=
schedule = untied_directory,5,5,stop_untied=
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,./tor/seed/;d.set_directory=./tor/seed/"
port_range = 16881-16881
port_random = no
check_hash = yes
use_udp_trackers = yes

No comments:

Post a Comment