+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32

Thread: BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 rev1 Beta

    1. BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 rev1 Beta Details »»

      BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 rev1 Beta

      Version: 2.3.0.0 rev1, by (Coder) DigitalDJ is online now

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1066
      Released: 07.04.20 Last Update: Never Installs: 5
      • Supported
      • Re-useable Code
      • Translations
      • Beta Stage
      • Requires Member Title

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.3.0.0 rev1 Beta



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

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


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

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

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

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

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

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


      Change Log:

      + Fix PerfectSpoof sending User-Agent to tracker

      + Integrated Peer Injector 0.3 by anon

      + Perfect Spoof 2 by ghostfucker

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

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

      + Upload Kicker

      + Ratio Tool

      + Synced with latest LegitBly Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Updated core to BiglyBT 2.3.0.0



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

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 14 or higher. (JDK GA Release).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). Do not open BiglyBT after installation.
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
      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).
      6. Open the OpenJDK archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
      7. Rename the extracted "jdk-XX" folder to "jre".
      8. 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 8 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
      9. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java. It must be Java version 14 or higher. (JDK GA Release). Note the path to the OpenJDK archive downloaded. You will need it for step 5.
      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. NOTE: You need to replace "PATH_TO_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.
      Code:
      OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
      sudo tar -xzf "$OPENJDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
      sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
      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"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 20.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-14-jre and libjna-java.
      NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release).
      Code:
      sudo apt install openjdk-14-jre 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-14-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-14-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:
      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"
      7. Run BiglyBT and Enjoy!

      Troubleshooting:
      Before posting problems please make sure:
      1. You have updated Java in the "jre" folder to the latest version (must be Java 14 or higher) (JDK GA Release]).
      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.


      Enjoy!

      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    giyovo (01.08.20) , hk199 (05.07.20) , AxiomaticDirection (08.05.20) , Lucas Kane (02.05.20) , Paranormal (29.04.20) , Datendiebstahl (28.04.20) , illusive (24.04.20) , usernom (23.04.20) , parentdirectory (19.04.20) , qUeLo (15.04.20) , BillyG (12.04.20) , No one (10.04.20) , candyman05 (10.04.20) , RaMa (10.04.20) , lil-fella (08.04.20) , anon (08.04.20) , lyric (07.04.20) , Sazzy (07.04.20) , sbkk (07.04.20) , --->HDBD<--- (07.04.20)


  1. #17
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Completely unrelated, but how much RAM do you have and what's performance like with -Xmx1g? I have 8 GB (at least 50% of which is free at any time) and used to pass these parameters in my launch script, but had to comment them out because they made Java allocate huge amounts of memory and swap out everything else after ~14 days of runtime, with just a few dozen torrents loaded.

    Code:
    -XX:MaxDirectMemorySize=512m -Xms256m -Xmx256m -XX:+UseLargePages
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #18

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6
    Quote Originally Posted by anon View Post
    I wouldn't say 100%, since I was unable to reproduce this bug the last time it was reported.
    Downgrading to 1.9.0.0 without changing any settings or config files fixes the bug instantly, upgrading to 2.2 or 2.3 breaks it instantly again for me. Absolutely, 100% reproducible.
    No idea how I could help tracking this issue down beyond that. So far 1.9.0.0 works with only minor issues, 2.2 and 2.3 can't be used unattended.

    Windows 10 x64 2004, latest OpenJDK JRE 14.
    Reply With QuoteReply With Quote
    Thanks

  3. #19
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Quote Originally Posted by anon View Post
    Completely unrelated, but how much RAM do you have and what's performance like with -Xmx1g? I have 8 GB (at least 50% of which is free at any time) and used to pass these parameters in my launch script, but had to comment them out because they made Java allocate huge amounts of memory and swap out everything else after ~14 days of runtime, with just a few dozen torrents loaded.

    Code:
    -XX:MaxDirectMemorySize=512m -Xms256m -Xmx256m -XX:+UseLargePages
    I have 16 GB Ram with allocation about another 16 of SSD drive (Paging virtual memory). Performance is great but I've not so much torrents active at the moment. Max torrents I got active at once lately were about 48 torrents. I might allocate more if noticed high usage but with current number of torrents, about 12, the memory consumption is 200 MB. Which is really not much imo.

    Considering this new installation I didn't customize JVM parameters more but I heard that UseLargePages really increases the performance significantly. I've bookmarked this article but never found the time to read it and test to figure out the most optimum settings for JVM.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    BillyG (02.05.20) , anon (27.04.20)

  5. #20
    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
    Quote Originally Posted by usernom View Post
    This version, just like 2.2, still fails to STOP and REMOVE finished torrents after downloading ... it seeds them indefinitely instead.

    The "When download is complete ..." ExtremeMod Setting appears to be 100% non-functional.
    Can you screenshot and post your full Extreme Mod settings. I use this setting and it works fine for me also.
    Reply With QuoteReply With Quote
    Thanks

  6. #21

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6
    Quote Originally Posted by DigitalDJ View Post
    Can you screenshot and post your full Extreme Mod settings. I use this setting and it works fine for me also.
    Gladly. See attachments.

    I'm wondering if it's related to the limited reporting I have enabled?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	bigly1.png 
Views:	182 
Size:	45.0 KB 
ID:	20361   Click image for larger version. 

Name:	bigly2.png 
Views:	171 
Size:	59.0 KB 
ID:	20360  
    Reply With QuoteReply With Quote
    Thanks

  7. #22
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Pretty sure you need to make a choice under "Ghostleech".
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #23

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    2/20 17/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by DigitalDJ View Post
    Both will be fixed in next revision. This was a result of refactoring the Mod UI views for BiglyBT 2.2.

    The latter is purely visual and should have no effect.
    First of all, thanks for the efforts and the great Mod.
    have those issues been fixed in the current rev1 ? or will be fixed in the next revision ?
    Reply With QuoteReply With Quote
    Thanks

  9. #24
    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 Lucas Kane View Post
    have those issues been fixed in the current rev1 ? or will be fixed in the next revision ?
    The attachment in the first post is still the same as when the thread was created, so you'll need to wait for the next revision.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #25

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by simexi View Post
    And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...
    Quote Originally Posted by anon View Post
    There are many causes for this.
    I have the same experience with stalled, relatively low-seed torrents, even when just downloading that single torrent. After switching to uTorrent (leecher mod) they download just fine. I have read all faqs I could find and experimented a _lot_ with Azureus-Vuze-BiglyBT settings, but was never able to find the cause.

    I've noticed that on these torrents, I'm marked with "choced by peer" and the seed % is the same as I've already downloaded - which doesn't seem to happen with uTorrent . Spoofing as the exact same uTorrent version doesn't help either, nor enabling-disabling encryption or utp.

    So for high-seed torrents BiglyBT ist great, but I have to admit I'm using uTorrent most of the time by now because of this problem :-\

    Edit: I have to add this even happens if I turn off all leecher options for these torrents, so it might be simply other clients not liking BiglyBT anymore. There seem to be some advanced leecher detection-ban plugins out there. I didn't compare with the unmodified BiglyBT though.
    Last edited by BillyG; 04.05.20 at 14:40.
    Reply With QuoteReply With Quote
    Thanks

  11. #26
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    I've had this lying around for a while now, so I'll post it in case anyone else ever needs it. Stuffer 2.1.22 client banning plugin ported to BiglyBT. Basic functionality seems to work fine, but I can't offer any guarantees.
    Attached Files Attached Files
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    lil-fella (13.05.20) , illusive (04.05.20)

  13. #27
    after finished downloading a torrent, BiglyBT will check hash that torrent.

    how can I disable it?
    Reply With QuoteReply With Quote
    Thanks

  14. #28
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Quote Originally Posted by minhquan299 View Post
    after finished downloading a torrent, BiglyBT will check hash that torrent.

    how can I disable it?
    Options > Files

    Un-check the option "Re-check pieces when download is done"
    Reply With QuoteReply With Quote
    Thanks

  15. #29
    I change setting in "options -> extreme mod", after that I add a new torrent but the new torrent doesn't have those settings
    Reply With QuoteReply With Quote
    Thanks

  16. #30
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Quote Originally Posted by minhquan299 View Post
    I change setting in "options -> extreme mod", after that I add a new torrent but the new torrent doesn't have those settings
    The option in "Files" not in "Extreme Mod". It's not per torrent, it's global. To be more accurate, Tools > Options > Files.
    Reply With QuoteReply With Quote
    Thanks

  17. #31
    On linux there is no vmoptions file and I was told running the echo commands in terminal would automatically create the files, however it does not and the extreme mod core fails to load because no vmoptions file exists.

    How do I solve the issue?

    Edit: I managed to fix it you have to enable hidden files when in the home directory and you see a new biglybt folder that begins with a .biglybt name
    Last edited by iwannabetyler; 09.05.20 at 16:33.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 2 of 3 FirstFirst 123 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
  •