+ Reply to Thread
Results 1 to 11 of 11

Thread: rTorrent

  1. #1
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188

    rTorrent

    Please before reading this thread, read Client file format.

    Since BitTorrent clients are updated regularly, i'll post the default file template for rTorrent. And will list any changes for a particular version against this default template.

    Default template
    Code:
    {
        "keyGenerator": {
            "length": 8,
            "type": "hash",
            "refreshOn": "TORRENT_PERSISTENT",
            "case": "lower"
        },
        "peerIdGenerator": {
            "pattern": "xxxxxxxxxxxxxxxx",
            "refreshOn": "TORRENT_PERSISTENT",
            "shouldUrlEncode": true
        },
        "urlEncoder": {
            "encodingExclusionPattern": "[A-Za-z0-9-]",
            "encodedHexCase": "upper"
        },
        "query": "info_hash={infohash}&peer_id={peerid}&key={key}&compact=1&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&event={event}",
        "numwant": 50,
        "numwantOnStop": 0,
        "requestHeaders": [
            { "name": "Host", "value": "xxxxx"},
            { "name": "User-Agent", "value": "xxxxxxxxxxxxxxxx" },
            { "name": "Accept", "value": "*/*" },
            { "name": "Accept-Encoding", "value": "deflate, gzip" }
        ]
    }
    0.9.6/0.13.6
    peerIdGenerator.pattern: -lt0D60-[\u0001-\u00ff]{12}
    requestHeaders.User-Agent: rtorrent/0.9.6/0.13.6
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anon (27.09.17)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Code:
        "keyGenerator": {
            "length": 8,
            "type": "hash",
    Are you sure about this? I think rTorrent's keys are 8 random digits, without any letters.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188
    I'm pretty sure about that, but i'll double check.
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188
    key=41575983
    key=670b2ce6
    key=0e66ec4a
    key=4af465ad

    Here are some keys i just gathered from rtorrent. It's always a hash, but in very rare cases the hash can be full of digits.
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    anon (02.10.17)

  7. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Thanks for checking! Looks like I was just misremembering this then.

    rTorrent got really popular on late 2008, because it was one of the few (and non-blacklisted) emulations mRatio 2.0.9 supported. And running it under Windows wasn't always easy.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #6
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188
    I didn't knew about this once since last week, a joal user asked for it. The project seems to be dead though, there have been no update since 2016.
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  9. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by anthony-joal View Post
    I didn't knew about this once since last week, a joal user asked for it.
    You didn't? It's highly popular in seedboxes, not as much as it was before Deluge and gigabit lines took over, but still very much so.

    The project seems to be dead though, there have been no update since 2016.
    Nothing left to improve?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188
    Quote Originally Posted by anon View Post
    You didn't? It's highly popular in seedboxes, not as much as it was before Deluge and gigabit lines took over, but still very much so.
    I did not, i personnaly use aria2 on linux headless environment, which has benefited from an really cool Webui developed by independant developpers.


    Quote Originally Posted by anon View Post
    Nothing left to improve?
    It may be ^^
    Last edited by anthony-joal; 02.10.17 at 19:39.
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  11. #9
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    501
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss501
    Quote Originally Posted by anthony-joal View Post
    I did not, i personnaly use aria2 on linux headless environment, which has benefited from an really cool Webui developed by independant developpers.
    Is this allowed on private trackers ?
    Reply With QuoteReply With Quote
    Thanks

  12. #10
    Guest Coder anthony-joal's Avatar
    Join Date
    22.03.17
    Location
    France
    P2P Client
    qBittorrent
    Posts
    188
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss188
    On most of them yes, i also heard that ipt allow aria2, but not older version.
    This is my signature. There are many others like it, but this one is mine.
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    illusive (30.04.18)

  14. #11
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by illusive View Post
    Is this allowed on private trackers ?
    Always check their FAQ and/or wiki if you want to be sure, but in a worst case scenario, you're not going to get banned for using a blacklisted client, nor will your stats be affected.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    illusive (30.04.18)

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •