Subdomain Posts
HTML | 1 day ago
HTML | 1 day ago
HTML | 1 day ago
HTML | 1 day ago
HTML | 1 day ago
HTML | 1 day ago
HTML | 2 days ago
HTML | 2 days ago
HTML | 2 days ago
HTML | 2 days ago
Recent Posts
None | 46 sec ago
Python | 55 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
SQL | 1 min ago
None | 1 min ago
Delphi | 1 min ago
C++ | 1 min ago
Java | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 1st of Jul 2008 09:48:16 AM Download | Raw | Embed | Report
  1. # Remember to uncomment the options you wish to enable.
  2.  
  3.  
  4. # Maximum and minimum number of peers to connect to per torrent.
  5. #min_peers = 40
  6. #max_peers = 100
  7.  
  8. # Same as above but for seeding completed torrents (-1 = same as downloading)
  9. #min_peers_seed = 10
  10. #max_peers_seed = 50
  11.  
  12. # Maximum number of simultanious uploads per torrent.
  13. #max_uploads = 15
  14.  
  15. # Global upload and download rate in KiB. "0" for unlimited.
  16. download_rate = 200
  17. upload_rate = 200
  18.  
  19. # Default directory to save the downloaded torrents.
  20. directory = /var/geotorr
  21.  
  22. # Default session directory. Make sure you don't run multiple instance
  23. # of rtorrent using the same session directory. Perhaps using a
  24. # relative path?
  25. session = /var/geotorr/session
  26.  
  27. # Watch a directory for new torrents, and stop those that have been
  28. # deleted.
  29. schedule = watch_directory,5,5,load_start=/var/geotorr/watch/*.torrent
  30. #schedule = untied_directory,5,5,stop_untied=
  31.  
  32. # Close torrents when diskspace is low.
  33. #schedule = low_diskspace,5,60,close_low_diskspace=100M
  34.  
  35. # Stop torrents when reaching upload ratio in percent,
  36. # when also reaching total upload in bytes, or when
  37. # reaching final upload ratio in percent.
  38. # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
  39. #schedule = ratio,60,60,"stop_on_ratio=200,200M,2000"
  40.  
  41. # The ip address reported to the tracker.
  42. #ip = 127.0.0.1
  43. #ip = rakshasa.no
  44.  
  45. # The ip address the listening socket and outgoing connections is
  46. # bound to.
  47. #bind = 127.0.0.1
  48. #bind = rakshasa.no
  49.  
  50. # Port range to use for listening.
  51. port_range = 6890-6893
  52.  
  53. # Start opening ports at a random position within the port range.
  54. #port_random = no
  55.  
  56. # Check hash for finished torrents. Might be usefull until the bug is
  57. # fixed that causes lack of diskspace not to be properly reported.
  58. #check_hash = no
  59.  
  60. # Set whetever the client should try to connect to UDP trackers.
  61. #use_udp_trackers = yes
  62.  
  63. # Alternative calls to bind and ip that should handle dynamic ip's.
  64. #schedule = ip_tick,0,1800,ip=rakshasa
  65. #schedule = bind_tick,0,1800,bind=rakshasa
  66.  
  67. # Encryption options, set to none (default) or any combination of the following:
  68. # allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plain                                                                text
  69. #
  70. # The example value allows incoming encrypted connections, starts unencrypted
  71. # outgoing connections but retries with encryption if they fail, preferring
  72. # plaintext to RC4 encryption after the encrypted handshake
  73. #
  74. # encryption = allow_incoming,enable_retry,prefer_plaintext
  75.  
  76. # Enable DHT support for trackerless torrents or when all trackers are down.
  77. # May be set to "disable" (completely disable DHT), "off" (do not start DHT),
  78. # "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
  79. # The default is "off". For DHT to work, a session directory must be defined.
  80. #
  81. # dht = auto
  82.  
  83. # UDP port to use for DHT.
  84. #
  85. # dht_port = 6881
  86.  
  87. # Enable peer exchange (for torrents not marked private)
  88. #
  89. # peer_exchange = yes
  90.  
  91. #
  92. # Do not modify the following parameters unless you know what you're doing.
  93. #
  94.  
  95. # Hash read-ahead controls how many MB to request the kernel to read
  96. # ahead. If the value is too low the disk may not be fully utilized,
  97. # while if too high the kernel might not be able to keep the read
  98. # pages in memory thus end up trashing.
  99. #hash_read_ahead = 10
  100.  
  101. # Interval between attempts to check the hash, in milliseconds.
  102. #hash_interval = 100
  103.  
  104. # Number of attempts to check the hash while using the mincore status,
  105. # before forcing. Overworked systems might need lower values to get a
  106. # decent hash checking rate.
  107. #hash_max_tries = 10
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: