Results 1 to 2 of 2

Thread: Btlib_minport

  1. #1

    Btlib_minport

    Hello,
    maybe someone can help me.
    I tried to install the torrent-package.
    After downloading the torrent by using
    Code:
    btget /mnt/cce.torrent
    (I used this method, because i had some test-torrent on my PC)
    this messages appears:
    Code:
    cacheopen(CCE 2.70.02.04/ccspt270.exe)
    0 of 110 completed (0 ok)Skipping 0 blocks
    cacheopen(CCE 2.70.02.04/Cinema.Craft.Encoder.SP.v2.70.02.04.Patch.By.M@$TeR.M@Rk.exe)
    Skipping 0 blocks
    
    Total good pieces 0 (0%)
    Total archive size 3572570
    completed+00000:00000000 00000000 00000000 0000
    
    BTLIB_MINPORT not set. Using standard 6881
    BTLIB_MAXPORT not set. Using standard 6889
    get http://XXXXebserver.de/announceXXXXXXebe.th?info_hash=%47%12%2d%b0%b0%a6%e1%e2%22%61%65%de%62%00%2c%46%22%69%68%72&peer_id=%49%8a%2e%75%76%63%4e%eb%9f%cc%f8%72%6b%06%b0%0a%00%00%00%00&key=%82%74%ad%cb%c4%94%49%a8&port=6881&uploaded=0&downloaded=0&left=3572570&event=started&compact=1
    Interval 120
    Parsing compact peer list
    5: Server ready...
    Time 1135956637
    Time 1135956638
    I thing it doesn't work because of the ports :
    Code:
    BTLIB_MINPORT not set. Using standard 6881
    BTLIB_MAXPORT not set. Using standard 6889
    They are blocked by the tracker. Is there any chance to change the
    standart Ports, and if yes where can I do this.

    THX
    and sorry for my english, I've written text's some years ago

  2. #2
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    Enter
    Code:
    # btget port range environment
    BTLIB_MINPORT=56881
    export BTLIB_MINPORT
    BTLIB_MAXPORT=56889
    export BTLIB_MAXPORT
    before running btget

Posting Permissions

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