+ Reply to Thread
Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 73

Thread: BiglyBT Extreme Mod by SB-Innovation 1.5.0.0 Beta

  1. #1
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.5.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.5.0.0 Beta



    ╔═══════════════════════════╗
    Coded by:
    ╚═══════════════════════════╝

    >>>>>> DigitalDJ & ghostfucker <<<<<<


    ╔═══════════════════════════╗
    Credits:
    ╚═══════════════════════════╝

    >>>>>> Butcho <<<<<<
    >>>>>> Rebound <<<<<<
    >>>>>> hitman <<<<<<
    >>>>>> Manas <<<<<<
    >>>>>> eudora <<<<<<
    >>>>>> ghostfucker <<<<<<
    >>>>>> anon <<<<<<
    >>>>>> Instab <<<<<<
    >>>>>> cloud99 <<<<<<
    >>>>>> illusive <<<<<<
    >>>>>> molosse <<<<<<

    ╔═══════════════════════════╗
    Supplied by:
    ╚═══════════════════════════╝

    >>>>>> SB-Innovation <<<<<<

    ╔═══════════════════════════╗
    Original Mod by:
    ╚═══════════════════════════╝

    >>>>>> Shu <<<<<<


    Change Log:

    + ProLeech

    + Perfect Spoof 2

    + uTorrent ID Generator

    + Modifiable Client Files

    + Ghostleech

    + LTEP Fixes

    + Multiple peerlist entries fixed

    + More No Report Options

    + Perfect Spoof 1.0 by ghostfucker

    + (Fake Upload) Stop faking when swarm speed is zero

    + Upload Kicker

    + Ratio Tool

    + Synced with latest Abuze Mod

    + (Upload Multiplier) Show as seeder

    + (SBI-Hack Torrentview) Scrollbars added

    + Fix Tracker Update Interval Divider

    + Use Swarm Peers fixed

    + Fixed Proleech Torrent Export in menu

    + Updated core to BiglyBT 1.5.0.0



    BiglyBT Change Log:
    BiglyBT Change Log
    Vuze Change Log
    Installation:

    Windows

    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
    2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
    5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.
    6. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
    NOTE: If you want to run BiglyBT-console.exe perform step 6 but instead create file "BiglyBT-console.exe.vmoptions"
    Code:
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    --add-modules=java.xml.bind
    7. Run BiglyBT and Enjoy!


    macOS
    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
    2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

    NOTE: To see the folder in Finder, you may need to perform the following steps:
    4a. Open Terminal
    4b. Run the following command:
    Code:
    defaults write com.apple.finder AppleShowAllFiles YES
    4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
    4d. Once you have copied the files, you can revert to hiding folders with:
    Code:
    defaults write com.apple.finder AppleShowAllFiles NO
    5. Open up a Terminal and run the following commands. This forces BiglyBT to use the system-wide JRE installed in Step 1.
    Code:
    sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
    sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
    echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    echo "--add-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    6. Run BiglyBT and Enjoy!

    Linux
    NOTE: Based on Ubuntu 17.10
    1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
    NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads).
    Code:
    sudo apt install openjdk-9-jre openjdk-9-jre-headless libjna-java
    2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
    Code:
    wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
    chmod +x BiglyBT_Installer.sh
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-9-openjdk-amd64/
    Code:
    app_java_home="/usr/lib/jvm/java-9-openjdk-amd64/" ./BiglyBT_Installer.sh
    5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)
    Code:
    unzip -o BiglyBT_*.zip -d "~/biglybt"
    6. Append the following VM options for Java 9 compatibility:
    Code:
    echo "--patch-module=java.base=ghostfucker_utils.jar" >> "~/.biglybt/java.vmoptions"
    echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> "~/.biglybt/java.vmoptions"
    echo "--add-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"
    7. Run BiglyBT and Enjoy!

    Troubleshooting:
    Before posting problems please make sure:
    1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads).
    2. You have uninstalled BiglyBT using the uninstaller.
    3. You have removed the BiglyBT Application folder:
    Code:
    C:\Program Files\BiglyBT (Windows x64)
    C:\Program Files (x86)\BiglyBT (Windows x86)
    /Applications/BiglyBT (macOS)
    ~/biglybt / /home/<username>/biglybt (Linux)
    4. You have removed the BiglyBT Settings folder:
    NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS
    Code:
    %APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
    %APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
    /Users/<username>/Library/Application Support/BiglyBT (macOS)
    ~/.biglybt / /home/<username>/.biglybt (Linux)
    5. Reinstalled BiglyBT using the package from BiglyBT - Download.
    6. Re-applied the hack by following the installation instructions above.

    Portable Mode:
    Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze.
    In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.


    Enjoy!
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Renk (09.09.18) , cDDDe (18.06.18) , crystal (17.06.18) , Lucas Kane (07.06.18) , koyotefreak (02.06.18) , DarkSaibot v.1.3.10 (21.05.18) , MiXaL (28.04.18) , ParamouR (23.04.18) , H265 (20.04.18) , surgat (17.04.18) , Spidtest (12.04.18) , coolio256 (12.04.18) , anon (12.04.18) , eragooo (11.04.18) , Sazzy (11.04.18) , mmmmm (11.04.18) , zora (11.04.18) , lil-fella (11.04.18) , Paranormal (11.04.18) , RaMa (11.04.18) , lyric (11.04.18)

  3. #46
    Quote Originally Posted by Felix_Shats View Post
    i still can't make the program to upload what was downloaded.
    First off what tracker are you trying to get BiglyBT to work on?
    Secondly, check whether you have the modded version. Have you followed the coder's instructions to get the modded version of BiglyBT?
    Thirdly, share screenshots of your settings you have chosen to use. Also include affected torrents, http responses of affected torrents from the tracker.

    Quote Originally Posted by Felix_Shats View Post
    i'm trying for a week already, nothing changes.
    read all what is written and can't make the program seed...
    As said before please be more brief on the subject also share screenshots and make sure to protect your identity.

    Quote Originally Posted by Felix_Shats View Post
    what configuration needed to be done in the general configuration???
    There are various different settings you can use. Read through this link to understand them all:- http://www.sb-innovation.de/showthre...threadid=13781

    If for some reason BiglyBT doesn't work or something similar on these lines you need to specifically point out what it is.
    -cloud99
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Felix_Shats (26.05.18)

  5. #47

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Hi cloud99,

    the only problem is that i can't upload my downloads.
    the downloads part is great, works as it should.
    but i also want to "give back", so i want to upload + fake upload...

    so i attached screenshots basically from most of screens in the program, hope it will help to understand the problem on my end.
    and thanks in advance for any help.
    Felix
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  6. #48

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Hi Felix,

    You have to remember that you won't be uploading if no one is downloading. And even if someone is downloading that doesn't mean they are connected to every seeder. Usually seedboxes are first to connect because of the speeds.

    The fake upload is up to you to choose.

    All you can do is seed and be connectable with port forwarding and hope someone connects to you
    Last edited by Spidtest; 26.05.18 at 10:49.
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    Felix_Shats (26.05.18)

  8. #49

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Hi Spidtest,
    i know all that, but,
    i also know that there a lot of down-loaders for the file.

    because it the latest file from a site that i'm downloading from it, and when i downloaded it,
    there were more than 70 seeders.
    all the network tests within the programs pass, so no issues with blocking the upload...

    it seems an issue of configuration.
    i never had this issue with a rather old version of vuze with extreme mod
    Reply With QuoteReply With Quote
    Thanks

  9. #50

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    If there are 70 seeders then that could indicate seedboxes with auto DL. Same principle applies. The seedboxes are preferred since the content will be transferred quicker.

    If you have passed all the network tests what is the issue?

    Bare in mind if a file has 70 seeders and say 30 leechers, some of those people can be part seeders. The others probably have their connection set to 200 max connections, therefore the client will try get the fastest peer.
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    Felix_Shats (26.05.18)

  11. #51
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    In addition to everything the others said, I looked at your screenshots and have some advice for you:
    • disable forced encryption unless absolutely required, the anti-shaping protection it provides is minimal and it doesn't make you anonymous;
    • use a wired connection instead of wireless, which is susceptible to interference and disconnections;
    • don't use random ports, you want to maximize your chances of being "found";
    • I never understood how the queue system works here, so you're better off force-starting anything that you want to seed.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    cloud99 (27.05.18) , Felix_Shats (26.05.18)

  13. #52

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by anon View Post
    In addition to everything the others said, I looked at your screenshots and have some advice for you:
    • I never understood how the queue system works here, so you're better off force-starting anything that you want to seed.
    My experience is that the queue system is nice for fast torrents with many seeds - too many active of these tend to choke the connection, you get faster completion by downlading not all at once but 2-3 in parallel (at least with my connection).

    For low-seeded torrents, it's best to force-start a number as they all take ages to complete. Start as many as possible until performance is affeced. The queue isn't working for me as the "Don't count torrent as using a download slot" optioin isn't really working, I end up with too many or too few active torrents.

    By the way "Restart when idle" option is useful to prevent BiglyBT being stalled.
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    anon (28.05.18) , Felix_Shats (28.05.18)

  15. #53
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by BillyG View Post
    By the way "Restart when idle" option is useful to prevent BiglyBT being stalled.
    This can happen? Sounds like a major hindrance...

    Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't. Dynamic port mappings and address leases expire, and you may find you suddenly became non-connectable overnight. Use "normal" port forwarding and a fixed private address to avoid having to worry about this.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #54

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    This can happen? Sounds like a major hindrance...

    Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't. Dynamic port mappings and address leases expire, and you may find you suddenly became non-connectable overnight. Use "normal" port forwarding and a fixed private address to avoid having to worry about this.
    the IP on the Lan side is constant and the IP on the Wan side is provided by the ISP.
    it's not going to change until next reset to the MODEM, no issues there.
    i have done most of the things that were suggested here. still far from what it was with the older program...
    i even tested that i'm not behind NAT (with the ISP), all is good.

    BTW,
    what are the best ports to use for connecting the program?

    Thanks

    Felix
    Reply With QuoteReply With Quote
    Thanks

  17. #55
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by Felix_Shats View Post
    what are the best ports to use for connecting the program?
    Anything above 49152 is fine.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #56

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by anon View Post
    This can happen? Sounds like a major hindrance...
    It can happen at least in two cases:

    1. You're using Ghostleeching and the sources expire - a restart triggers a tracker connection

    2. You're using "Don't count torrent as using a download slot" and BiglyBT decides to start a large number of very slow torrents, stalling the whole connection - a restart resets these torrents to queued. This feature seems to be missing a "but never, ever more than xyz (slow) torrents" option.

    Quote Originally Posted by anon View Post
    Also, another tip I forgot previously: if you're using DHCP and/or UPnP, don't.
    Well, many home routers I know try to remember the dhcp address they've handed out and renew the same one until it's cleared manually. But proab better safe than sorry.
    Last edited by BillyG; 30.05.18 at 09:21.
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    cloud99 (30.05.18) , anon (30.05.18)

  20. #57

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?
    Reply With QuoteReply With Quote
    Thanks

  21. #58
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by Felix_Shats View Post
    Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?
    The only differences between my settings and yours are that I favor the IPv4 stack under Advanced Network (my provider doesn't have IPv6), encryption is turned off, I use a different ipfilter, and haven't touched anything under Queue since I just force-start all torrents. Uploading works fine.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  22. Who Said Thanks:

    Felix_Shats (31.05.18)

  23. #59

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by Felix_Shats View Post
    Can someone post screenshot of the settings as i did of a programs that works ok on download and upload?
    Basically what anon said. You got to remember it is hard testing upload on torrents unless you upload something that gets snatched. If someone has a seedbox then they are automatically preferred because of the speed it outputs. If you upload unique content or something from another tracker it allows you to get the upload testing complete.

    My settings changes from base package:
    Disable DHT
    Disable NAT and uPNP
    Obvs set up extreme mod
    My encryption is preferred, not forced or disabled.
    Reply With QuoteReply With Quote
    Thanks

  24. Who Said Thanks:

    Felix_Shats (31.05.18)

  25. #60

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    Quote Originally Posted by Spidtest View Post
    My encryption is preferred, not forced or disabled.
    thats good. you can set prefer minimal plain to get 3 connection types, none, plain, rc4
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 4 of 5 FirstFirst ... 2345 LastLast

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
  •