PDA

View Full Version : rtorrent



::seeder::
10-24-2008, 12:39 PM
how to set rTorrent at kimsufi, i need rtorrent.rc for 100/100mb

Pozarynicoeta
12-05-2008, 11:21 PM
start with
#yum rtorrent
if that doesn't work try installing the yum repositories from http://dag.wieers.com/
(i am assuming you are using some version of redhat)

if you want to run rtorrent while closing putty, run
#screen
#rtorrent

andra
12-06-2008, 08:36 AM
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 45
max_peers = 110

# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 10
max_peers_seed = 70

# Maximum number of simultanious uploads per torrent.
max_uploads = 50

# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 0
upload_rate = 0

# Default directory to save the downloaded torrents.
directory = /home/admin/torrents/downloads

# Default session directory.
session = /home/admin/torrents/sessions

# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,5,5,load_start=/home/admin/torrents/torrentfiles/*.torrent
schedule = untied_directory,5,5,stop_untied=

# Close torrents when diskspace is low.
#schedule = low_diskspace,5,60,close_low_diskspace=100M

#Stop torrents when reaching upload ratio in percent,
# when also reaching total upload in bytes, or when
# reaching final upload ratio in percent.
# example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
#schedule = ratio,60,60,stop_on_ratio=200,200M,2000

# Port range to use for listening.
port_range = 6890-6999

# Start opening ports at a random position within the port range.
port_random = no

# Set whetever the client should try to connect to UDP trackers.
use_udp_trackers = no

# Check hash for finished torrents. Might be usefull until the bug is
# fixed that causes lack of diskspace not to be properly reported.
check_hash = no

dht = disabled

max_memory_usage = 2047483648

max_downloads_global = 12
max_uploads_global = 100

# random thing
tracker_numwant = 110