This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
rTorrent¶
rTorrent is a fast and highly configurable torrent client based on libtorrent
and ncurses
.
Reference(s)
- https://www.youtube.com/watch?v=2n93ioqHf-U
- https://wiki.gentoo.org/wiki/RTorrent
- https://wiki.archlinux.org/index.php/RTorrent
- https://github.com/rakshasa/rtorrent/wiki/CONFIG-Template
- https://blog.datacargo.fr/2016/07/27/o-trouver-la-meilleure-blocklist-pour-deluge-et-les-autres-clients-torrent/
- https://gist.github.com/johntyree/3331662
- https://www.iblocklist.com/lists
Tables of contents¶
Install¶
Config¶
-
By default, rTorrent will search its config file here
The~/.rtorrent.rc
. But if rTorrent is run with the-o import=/path/to/rtorrent.rc
option, thertorrent.rc
file can be created anywhere. E.g.:/usr/share/doc/rtorrent/rtorrent.rc
file is pretty self explanatory and provides good reference links in its top header. -
Set a default session directory (run only one rTorrent instance per session):
-
Set a default download directory:
-
Set a watch directory (new torrents added here will auto download, those removed will stop download/sharing):
-
Enable encryption:
-
Enable DHT support:
if no IPv6¶
Add the following to rtorrent.rc
Email notifications¶
TODO
See https://wiki.archlinux.org/index.php/RTorrent#Notification_with_Google_Mail
Use¶
-
Run rTorrent with an alternative
rtorrent.rc
location: -
Run rTorrent with an other download directory:
-
Run rTorrent with a specific torrent file:
-
Ctrl-q
Quit rTorrent. Ctrl-s
Start download. Runs hash first unless already done.Ctrl-d
Stop an active download or remove a stopped downloadCtrl-k
Stop and close the files of an active download.Ctrl-r
Initiate hash check of torrent. Starts downloading if file is not available.Ctrl-o
Specify the download directory for a added, but not started torrent.Left
Returns to the previous screenRight
Goes to the next screenBackspace
Adds and starts the specified *.torrentReturn
Adds and doesn't start the specified *.torrenta|s|d
Increase global upload throttle about 1|5|50 KB/sA|S|D
Increase global download throttle about 1|5|50 KB/sz|x|c
Decrease global upload throttle about 1|5|50 KB/sZ|X|C
Decrease global download throttle about 1|5|50 KB/s
Tips¶
- Check the IP used by rTorrent: http://checkmyip.torrentprivacy.com
If this cheat sheet has been useful to you, then please consider leaving a star here.