Rtorrent settings for fast BT clients in linux

Source: Internet
Author: User
Article Title: Fast BT client rtorrent settings in linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

This article references this article http://forum.ubuntu.org.cn/viewtopic.php? F = 73 & t = 165069 & st = 0 & sk = t & sd =

Open the terminal (unless otherwise stated, the following code refers to commands in the terminal)

Install
Sudo aptitude install rtorrent

Create a download directory
Mkdir universe

 Create a download history directory
Mkdir universe/session

Modify configuration file
Gedit/home/username/. rtorrent. rc
Write the following configuration code to the. rtorrent. rc file:

# Minimum number of allowed peers
Min_peers = 3
# Maximum number of allowed peers
Max_peers = 500
# Maximum number of simultaneous uploads
Max_uploads = 10
# Download up to 950 k/s optical fiber for use by users. Please modify adsl as appropriate
Download_rate = 950
# Upload a maximum of 200 k/s optical fiber for use by users. Please modify adsl as appropriate
Upload_rate = 200

# Download directory
Directory = ~ /Universe
# Download history directory (this Directory includes download progress information and DHT node cache)
Session = ~ /Universe/session
# (Configure Automatic Monitoring to throw bt seeds ~ /The universe directory is automatically downloaded)
Schedule = watch_directory, 5, 5, load_start = ~ /Universe/*. torrent
# (Configure Automatic Monitoring to take the bt seed from ~ /The universe directory will automatically stop the download)
Schedule = untied_directory, 5, stop_untied =
# If the hard disk space is less than MB, all downloads will be automatically stopped)
Schedule = low_diskspace, 5, 60, close_low_diskspace = 100 M
# (If the total upload volume reaches 200% MB, the upload/download rate reaches 2000%, or if the total upload volume is less than MB, the upload/download rate reaches)
Schedule = ratio, 60, 60, "stop_on_ratio = 200,200 M, 2000"

# Bt listening port
Port_range = 9400-9500
# Randomly select a port from the preceding range
Port_random = yes
###### Enable DHT ######
Dht = on
# UDP port used by DHT
Dht_port= 9501
# Seed exchange
Peer_exchange = yes

# (Upload cache. Each seed is 10 MB. Modify the size of the memory as needed)
Send_buffer_size = 10 M
# (Download the cache. Each seed is 20 mb. Modify the cache size if the memory is small)
Receive_buffer_size = 20 M
# (Modify the encoding to avoid Chinese garbled characters)
Encoding_list = UTF-8
Download Method:
Put the seed in the universe folder just created.

 Then
Screen rtorrent

If the terminal is closed, run the terminal again.
Screen-r
In this way, the rtorrent interface is returned again.


Rtorrent exit shortcut: Ctrl + q

NOTE: If some files in the seed are not required, press the up/down key to select the task, right-click the task, press the up/down key to select the File List item, right-click the item, and press the up/down key to select the File, press the space and change it to off.

Let's take a picture.

The following two images are obtained from the Internet, which details the rtorrent interface.



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.