+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 15 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 offline

      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!

      Download Now


      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. #2

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    speed mode++
    Speed: Between unable to set zero value

    upload multiplier
    Show you as a seeder (speed mode++ & upload multiplier) didn't enable/disable together, which only happen on torrent's mod setting
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Paranormal (29.04.20)

  3. #3
    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
    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.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Lucas Kane (02.05.20) , illusive (24.04.20) , BillyG (12.04.20) , Sazzy (12.04.20)

  5. #4

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by DigitalDJ View Post
    Both will be fixed in next revision.
    In addition to clicking the "Thank" button, I'd like to say explicity thanks for still putting work into new releases and personal bugtracking & support. I have to admit I didn't really explect anyone to to track BiglyBT refactoring, since 1.9.0.0 keept working ok.

    Nitpick: the temp "SBIHack_ReleaseNotes.html" document from Help->About still states "You have updated Java to at least version 9". But I've come to like the copy/paste release docs even in the forum :-)
    Reply With QuoteReply With Quote
    Thanks

  6. #5

    Join Date
    14.04.20
    Posts
    1
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 ssssssss1

    Error messages

    Is anybody else experiencing any error msgs like I am right now with the beta versions. 1.9 works fine but the bets I get error after install

    ---------- Post Merged at 16:05 ---------- Previous Post was at 15:17 ----------

    Quote Originally Posted by Lovel3ce View Post
    Is anybody else experiencing any error msgs like I am right now with the beta versions. 1.9 works fine but the bets I get error after install
    Click image for larger version. 

Name:	Screenshot (33).png 
Views:	507 
Size:	102.2 KB 
ID:	20354 see attached for my errors
    Reply With QuoteReply With Quote
    Thanks

  7. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    This release requires at least Java 14. If you're upgrading from BiglyBT 1.9.0.0 and Java 9, make sure to delete the latter, grab the right version as per the first post and extract it.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #7

    Error: Failed to create parent directory

    Hello and thank you for your wonderful work over so many years!

    Recently I started having the following problem. The problem appeared without any changes to BiglyBT from my side that I am aware of, originally on 1.9.0.0.

    When starting a torrent, the download stops immediately after initializing and shows the message:

    Fehler: Failed to create parent directory 'C:/Users/[username]/Documents/Biglybt Extreme Mod/[torrent name]' (Allocatefiles:\[file supposed to be downloaded through torrent])

    I went through all troubleshooting steps (deinstalled, deleted directory, deleted configuration, deinstalled all java on my computer, downloaded BiglyBT 64 2.3.0.0, installed it, didn't run it, replaced all files in program folder with hack, replaced the 'jre' folder with downloaded Java 14.0.1 (64 bit - openjdk-14.0.1_windows-x64_bin renamed the folder 'jdk-14.0.1' to 'jre') and changed the vmoptions file to contain the following text:

    Code:
    -include-options ${APPDATA}\BiglyBT\java.vmoptions
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    I received one error message that is now not replicable anymore:

    Code:
    java.io.FileNotFoundException: C:\Users\[username]\Documents\BiglyBT Extreme Mod Downloads\[torrent file] (Das System kann die angegebene Datei nicht finden)
    	at java.base/java.io.FileOutputStream.open0(Native Method)
    	at java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
    	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:234)
    	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
    	at ghostfucker.proleech.TorrentHelper.writeTorrent(TorrentHelper.java:185)
    	at ghostfucker.proleech.TorrentHelper.processTorrent(TorrentHelper.java:93)
    	at ghostfucker.proleech.TorrentHelper.exportTorrent(TorrentHelper.java:60)
    	at ghostfucker.proleech.ProleechImpl.exportTorrent(ProleechImpl.java:22)
    	at com.biglybt.core.download.impl.DownloadManagerImpl$11.receivedTrackerResponse(DownloadManagerImpl.java:611)
    	at com.biglybt.core.tracker.client.impl.TRTrackerAnnouncerImpl$1.dispatch(TRTrackerAnnouncerImpl.java:88)
    	at com.biglybt.core.tracker.client.impl.TRTrackerAnnouncerImpl$1.dispatch(TRTrackerAnnouncerImpl.java:76)
    	at com.biglybt.core.util.ListenerManager.doDispatch(ListenerManager.java:438)
    	at com.biglybt.core.util.ListenerManager.dispatchInternal(ListenerManager.java:496)
    	at com.biglybt.core.util.ListenerManager.dispatch(ListenerManager.java:301)
    	at com.biglybt.core.util.ListenerManager.dispatch(ListenerManager.java:232)
    	at com.biglybt.core.tracker.client.impl.TRTrackerAnnouncerImpl.informResponse(TRTrackerAnnouncerImpl.java:623)
    	at com.biglybt.core.tracker.client.impl.TRTrackerAnnouncerMuxer.informResponse(TRTrackerAnnouncerMuxer.java:947)
    	at com.biglybt.core.tracker.client.impl.TRTrackerAnnouncerImpl$2.informResponse(TRTrackerAnnouncerImpl.java:243)
    	at com.biglybt.core.tracker.client.impl.bt.TRTrackerBTAnnouncerImpl.requestUpdateSupport(TRTrackerBTAnnouncerImpl.java:869)
    	at com.biglybt.core.tracker.client.impl.bt.TRTrackerBTAnnouncerImpl$2.perform(TRTrackerBTAnnouncerImpl.java:308)
    	at com.biglybt.core.util.TimerEvent.runSupport(TimerEvent.java:133)
    	at com.biglybt.core.util.AERunnable.run(AERunnable.java:36)
    	at com.biglybt.core.util.ThreadPool.runIt(ThreadPool.java:328)
    	at com.biglybt.core.util.ThreadPool$threadPoolWorker.run(ThreadPool.java:723)
    	at com.biglybt.core.util.AEThread2$threadWrapper.run(AEThread2.java:317)
    Any idea what happened or how to fix this? Thank you in advance for any help!
    Reply With QuoteReply With Quote
    Thanks

  9. #8

    Join Date
    07.07.09
    P2P Client
    BiglyBT
    Posts
    67
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss67
    Have anyone noticed that large torrents fail to finish downloading? Something like 250gb, mine stopped at ~75%. Switched to latest qBittorrent, continued downloading normally. No problems. Wonder why Bigly fail, and Vuze made this same thing I think..

    And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...
    Reply With QuoteReply With Quote
    Thanks

  10. #9
    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 parentdirectory View Post
    When starting a torrent, the download stops immediately after initializing and shows the message:

    Fehler: Failed to create parent directory 'C:/Users/[username]/Documents/Biglybt Extreme Mod/[torrent name]' (Allocatefiles:\[file supposed to be downloaded through torrent])
    "Failed to create parent directory" means BiglyBT doesn't have write permissions to where you're saving your downloads. Try a different place.

    If you've already changed the (default) destination path in the options panel, that won't apply to existing torrents; use the context menu to relocate those.

    Quote Originally Posted by simexi View Post
    Have anyone noticed that large torrents fail to finish downloading? Something like 250gb, mine stopped at ~75%.
    Why or how do they fail to download, exactly? Are any error messages displayed?

    I have never downloaded anything as big as what you mention with any client, so I have no first-hand advice here. But there are some settings under Options -> Files that you could experiment with.
    • Allocate and zero new files on creation
    • +Use sparse files when supported by the file system
    • Append data to files as downloaded and reorder pieces as the download progresses
    • Enable incremental file creation
    • Attempt to merge incomplete files that are the same size (the famous "swarm merge" feature, you'll likely want to turn it off)
    • +Enforce exclusive file write access locking across torrents
    • +Add suffix to incomplete files

    The ones marked with + I have enabled, and the rest disabled, and I haven't had any problems with that setup. But due to what I mentioned before that may be meaningless here.

    And sometimes Bigly won't just start downloading even there are seeders. But after switching to qB...
    There are many causes for this. The most common one is hitting the maximum connections limit; if yours is set too low or you have many running torrents, try increasing it. Furthermore, Connection -> Advanced Network Settings has "max simultaneous outbound connection attempts" (equivalent to net.max_halfopen in uTorrent) and "max outstanding outbound connections", which is a hard limit for all outgoing connections of any kind made by the BiglyBT process and trumps the other settings; make sure both values are generous too.

    Other than that, read the following article and just give torrents some time to start downloading.

    https://wiki.vuze.com/w/Not_connected_to_any_seeds
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    BillyG (02.05.20) , parentdirectory (22.04.20)

  12. #10

    Join Date
    07.07.09
    P2P Client
    BiglyBT
    Posts
    67
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss67
    And something else is strange. When using qBittorrent, torrent get more seeds and starts downloading while Bigly does not. This happens with some tracker(s). What could cause this? And I'm using spoofing. Maybe it fails?
    Reply With QuoteReply With Quote
    Thanks

  13. #11
    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 simexi View Post
    And I'm using spoofing. Maybe it fails?
    There was a bug in the mod that caused peer connections to decrease sharply if the Perfect Spoof was enabled, but ghostfucker fixed that a long time ago. Like you, a few people have sporadically reported it happening again since, but as no troubleshooting info was given and many potential factors exist, it's hard to know where the problem could be if there is a problem at all (as opposed to bad settings, for example).

    I for one have never faced it since the official fix, even on torrents with very few or just one seeder where it would definitely be noticeable.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. #12

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6
    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.
    Reply With QuoteReply With Quote
    Thanks

  15. #13
    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 usernom View Post
    The "When download is complete ..." ExtremeMod Setting appears to be 100% non-functional.
    I wouldn't say 100%, since I was unable to reproduce this bug the last time it was reported. Looks like another mystery issue, but I'm not sure how we could go about debugging it...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #14
    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
    OK so far so good, will get back after some testing.

    Update: OK the main cheating option for me is a bit weird. (speed mode++ > SpeedBetween __ and __) is not enabled unless I tick the option "Stop faking when swarm speed is zero".

    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	2020-04-24_20-35-32.jpg 
Views:	1836 
Size:	242.3 KB 
ID:	20359  
    Last edited by illusive; 24.04.20 at 20:54.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    anon (26.04.20)

  18. #15
    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
    OK I found no other issues so far. About previous issue, just more info if needed

    I use bat file to startup the app

    Code:
    set JAVADIR=D:\Programs\BiglyBT\jre
    set VUZEDIR=D:\Programs\BiglyBT
    
    %JAVADIR%\bin\java.exe -Xmx1g -Djava.library.path=%VUZEDIR% -Duser.dir=%VUZEDIR% -Dazureus.config.path=%VUZEDIR% -classpath %VUZEDIR%\BiglyBT.jar;%VUZEDIR%\commons-cli.jar;%VUZEDIR%\swt.jar --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED -XX:MaxDirectMemorySize=512m -Dazureus.portable.enable=true com.biglybt.ui.Main
    On Windows 10 Using Java 14 OpenJDK build.
    Last edited by illusive; 25.04.20 at 23:43.
    Reply With QuoteReply With Quote
    Thanks

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