PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 3.5.0.0 Beta



DigitalDJ
12.11.23, 06:38
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 3.5.0.0 Beta

https://www.sb-innovation.de/attachment.php?attachmentid=3630

╔═══════════════════════════╗
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 3.5.0.0



BiglyBT Change Log:
BiglyBT Change Log (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

Installation:

Windows

1. Download the latest OpenJDK Java. It must be Java version 21 or higher. (JDK GA Release (http://jdk.java.net/21/)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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 (http://www.7-zip.org/download.html)) 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 and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true

9. Run BiglyBT and Enjoy!


macOS
1. Download and install the latest Java. It must be Java version 21 or higher. (JDK GA Release (http://jdk.java.net/21/)). 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 (https://www.biglybt.com/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:


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:


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.


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"
echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-opens=java.base/java.net=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"

6. Run BiglyBT and Enjoy!

Linux
NOTE: Based on Ubuntu 20.04, assumes default install location
1. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
2. Download and install the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)). When prompted, install your distro's default JRE.


wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
chmod +x BiglyBT_Installer.sh
./BiglyBT_Installer.sh

3. Download and install the latest Java. It must be Java version 21 or higher. (JDK GA Release (http://jdk.java.net/21/)).


wget -O jre.tar.gz https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz
mkdir -p ~/biglybt/jre
tar -xzvf jre.tar.gz --strip-components 1 -C ~/biglybt/jre
sed -i -e '/^AUTOUPDATE_SCRIPT/ s/^.*/AUTOUPDATE_SCRIPT=0/' \
-e '/^JAVA_PROGRAM_DIR/ s/^.*/JAVA_PROGRAM_DIR="${HOME}\/biglybt\/jre\/bin\/"/' ~/biglybt/biglybt

4. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)


unzip -o BiglyBT_*.zip -d ~/biglybt

5. Append the following VM options:


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-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-opens=java.base/java.net=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" >> ~/.biglybt/java.vmoptions

6. 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 21 or higher) (JDK GA Release (http://jdk.java.net/21/)]).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


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


%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 (https://www.biglybt.com/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 (https://wiki.vuze.com/w/Portable_Vuze).



Enjoy!

ArthurMorgan122
19.11.23, 19:43
the ''jre'' folder is no longer present after installing the latest official version of BiglyBT 3.5.0.0 on Windows

and in my case if I copy the ''jdk'' folder to the installation path and rename it to ''jre' BiglyBT will run the first time but after restarting it or closing it and starting it again, it'll not open.

only way to run the program is to not copy the ''jdk'' folder at all, and it runs just fine.

pyrox
01.12.23, 18:05
before patching according to the steps, it throws issues such as just being on queued/waiting. I attached a log file for reference and a photo if that will help. By biglybt's package in the aur it installs to /opt/biglybt/ and not ~/biglybt/. I am also using java-22-openjdk and have tried 21

illusive
12.12.23, 23:30
Hmmm, all good here. Even the old trick of setting JDK path via
inst_jre.cfg and
pref_jre.cfg files is working greatly out of the box with OpenJDK 21. I was not able to reproduce such errors.

stansmith
17.12.23, 18:02
when downloading java for mac os, when running the script, the java file apparently doesnt have the files for ".install4j" and keeps erroring out and not working. is there a specific java download that works on sonoma with the files? it keeps deleting the files and not reinstalling the "updated ones" thanks for any assistance in getting this working on mac os sonoma

illusive
29.12.23, 22:44
Confirming all working on Windows 10/11 & MacOS Ventura/Sonoma using OpenJDK 21 from Oracle.


the ''jre'' folder is no longer present after installing the latest official version of BiglyBT 3.5.0.0 on Windows

and in my case if I copy the ''jdk'' folder to the installation path and rename it to ''jre' BiglyBT will run the first time but after restarting it or closing it and starting it again, it'll not open.

only way to run the program is to not copy the ''jdk'' folder at all, and it runs just fine.

That might means that Java is pointed to somewhere else or detection of Java is not successful. Open Command Prompt and give the output of the command "java -version". Also what is inside the files ".install4j/inst_jre.cfg" and ".install4j/pref_jre.cfg" ?


before patching according to the steps, it throws issues such as just being on queued/waiting. I attached a log file for reference and a photo if that will help. By biglybt's package in the aur it installs to /opt/biglybt/ and not ~/biglybt/. I am also using java-22-openjdk and have tried 21

What are the queue settings you have ? by the way, the log shows a problem with modular system in Java. Either use the JDK that will be downloaded by BiglyBT itself or follow the steps of patching above related to exposing modules as "ALL-UNNAMED" in step 8 for windows or 5 for MacOS/Linux.


when downloading java for mac os, when running the script, the java file apparently doesnt have the files for ".install4j" and keeps erroring out and not working. is there a specific java download that works on sonoma with the files? it keeps deleting the files and not reinstalling the "updated ones" thanks for any assistance in getting this working on mac os sonoma

Not having this issue as ".install4j" is actually there after installation. Try to reinstall. Maybe I understood you incorrectly but .install4j is part of BiglyBT not Java !

rousch
15.01.24, 23:16
Hi guys, I am trying to use your mod but I can't seem to download any torrents? Whenever I add a torrent using the fake report to tracker systems hack it immediately 'completes' the torrent and I can't actually download the file which I am trying to download.

I am new to this stuff, all I want to do is download torrents for real without needing to use any upload bandwith.. just fake it for a few hours after I have finished downloading. Is this the correct program? Thanks.

anon
16.01.24, 00:20
I am new to this stuff

Read 13781 from top to bottom, then we'll talk :richter:

jbesclapez
04.02.24, 13:35
Hi there!

I have a problem with some settings and need help.

I am using some Tags.
During the download, the files are in a "Temporary" folder like this \TORRENTS\Downloading\Tag1. As you can see, each tag has his own folder.
When completed, I want to move the file to another "Completed" folder like this \TORRENTS\Completed\Tag1 and then removed from the Library.

To achieve that I use the settings of each tag and I use the "Move on Complete" File Settings.

On the Extreme Mod, I activated the "When download is completed STOP the torrent", "And remove it from the seeding list" and "delete .torrent file".

My problem is that the file never gets moved when completed and it always stays in the Downloading folder and in the Library. It makes the management of torrent difficult!

What Am I doing wrong? Do I forget a setting?

Thanks for your help

anon
04.02.24, 21:45
First of all, that feature has a... mystery quirk you should be aware of.


someone have fixed ''when download is completed, remove it from seeding list''?


Someone reported that the feature still doesn't work, yet it was never broken for me. Only one way to know for sure :richter:


found a fix, if you add ''Stop torrent after 0.01" all other options will work

20893

Secondly, automatically stopping and removing a torrent is mutually exclusive with other postprocessing like moving to a different directory or hash checking. If you choose to only stop and/or set the timeout value to something slightly higher like 0.1 (6 minutes) it may work, but I haven't tried that.

jbesclapez
17.02.24, 17:16
Hi Anon,

Thanks for sharing this information.

- I removed all options under Files > Completion Moving.
- I used ExtremeMod > "When download is comleted stop the torrent" + "And remove it from the seeding list"
Result as expected : The tagged files are now moving to the correct folder BUT is is not STOPED and NOT REMOVED.

I tried with the "STOP After xxx" option but it is the same. It does not stop it nor remove it.
I have the feeling that those ExtremeMod options are not working, as I tried many combo.
Do they need a full BiglyBT restart?

PS: Where is the seeding list? My understanding is that it is not a list as such. Only the fact that it available for seeding or not.

anon
18.02.24, 00:36
I have the feeling that those ExtremeMod options are not working, as I tried many combo.
Do they need a full BiglyBT restart?

No, but note preexisting torrents need to have these settings changed inside their properties page, as (with a few exceptions) the stuff at Tools -> Options -> Extreme Mod only defines default values for newly-added ones.

Not much I can add otherwise, this feature always worked as expected for me without needing any workarounds :wtinfoil:


PS: Where is the seeding list? My understanding is that it is not a list as such. Only the fact that it available for seeding or not.

In the classic interface and expert mode at least, it is a separate list in the bottom half of the My Torrents view.

jbesclapez
18.02.24, 13:43
Thanks for your feedback Anon!

What option do you use to delete the completed torrents from the library? I think I might be confuse on that one.

anon
19.02.24, 11:46
"And remove it from the seeding list" should do just that, as long as you keep in mind the behavior I mentioned before. If you additionally disable the download history, BiglyBT won't even have any memory of deleted torrents (in theory).

Unregistered
20.02.24, 05:12
I try to catch the data that qbittoren send ,I use fiddler and catch the http data like this “ GET /announce.php?passkey=71441fd757364xxxxxxxx2d09f4e9 f07&info_hash=%C4%AA%A4xxxxxxxxF2%10%28%3A%1F%E8%D0%1D 6%C0%A4%E5%87%90%17&peer_id=-qB4150-Yz-g.xxx!zMG&port=12345&uploaded=0&downloaded=0&left=2649134730&corrupt=0&key=8B4A048A&event=started&numwant=200&compact=1&no_peer_id=1&supportcrypto=1&redundant=0&ipv6=2409%xxxxxxxxxxxxxxxxxxd12b%xxxxxxxxxxxxxxxx3 aca9f HTTP/1.1”

in this ,i find some parameters,i almost know the function these parameters do,but one parameter i dont know ,it is the “key”,in the get-url data,key=8B4A048A,whats this? What does the work it do? How it created? Does the tracker will check this? Can i change this key randomly? It will be caught by PTwebsite?

Actully,i try using python cheat……forgive me i am a new noob guy……

cloud99
20.02.24, 07:11
whats this? What does the work it do? How it created?


Key: An additional identification that is not shared with any other peers. It is intended to allow a client to prove their identity should their IP address change.
Working: Keys are generated randomly by torrent clients. They are generated to different torrents you download or upload. Some clients use the same key for all the torrent while others use the same.

I cannot confirm whether trackers use it to track users. Maybe someone can tell you about this.



Can i change this key randomly?

Don't change it randomly. Load couple of torrents with your torrent client and study their announces to the trackers. See whether it changes for different torrent. If it does your on the green light to change it with your cheating software (python one). However, if it remains the same, then you have to use the same one for all the torrents you plan to cheat on.

Unregistered
20.02.24, 13:48
Key: An additional identification that is not shared with any other peers. It is intended to allow a client to prove their identity should their IP address change.
Working: Keys are generated randomly by torrent clients. They are generated to different torrents you download or upload. Some clients use the same key for all the torrent while others use the same.

I cannot confirm whether trackers use it to track users. Maybe someone can tell you about this.


Don't change it randomly. Load couple of torrents with your torrent client and study their announces to the trackers. See whether it changes for different torrent. If it does your on the green light to change it with your cheating software (python one). However, if it remains the same, then you have to use the same one for all the torrents you plan to cheat on.


Thank you very much for your prompt reply. You and this forum have been of great help to me.I tried several times and found that for the same torrent,their key values ​​are the same, while for different torrents,their key values ​​are different. Similar to infohash value or peerid. Thanks. Because the problem has been solved, I now apply to delete all content of this discussion, thank you.

GhostCode
21.02.24, 22:32
Hello,
I am having issue where file gets stalled after reaching certain amount...seems like it's tracker specific. It downloads for 50 % or more and then it just never starts download?

21694

sorry forgot21695 to turn on the torrents...

BUMP...

illusive
24.02.24, 00:23
Hello,
I am having issue where file gets stalled after reaching certain amount...seems like it's tracker specific. It downloads for 50 % or more and then it just never starts download?

21694

sorry forgot21695 to turn on the torrents...

BUMP...

What are your queue settings ? (Options > Queue). You might want to adjust settings in there.

anon
24.02.24, 04:09
Let's continue this in the TL thread to avoid having two parallel discussions.

Drulo
04.03.24, 21:26
I follow all the steps, add a torrent file and it doesn't start downloading at all. If installing the BiglyBT without entering any mod file, it work as it should. It sits on waitng and doesn't leave there.

anon
04.03.24, 22:40
You could check for any error messages in the Sources tab for that torrent, and/or try to force start it... with that said, what you describe is a classic symptom of not having followed installation steps 5 to 8 (for Windows) correctly, or an outdated JRE overriding the one you extracted (the fix for which has been discussed on previous threads).

Drulo
08.03.24, 22:44
on my case it was the blank line on java notepad.

Now I guess i have another issue. it downloads, but there are no swarms. only seeds.21709

anon
09.03.24, 09:06
Not sure what the issue is here? That's the expected behavior if there are no leechers or the tracker doesn't report that information and you aren't currently connected to any.

Ginnovation
09.03.24, 15:30
Thanks anon, after testing the tool I found a bug, I use the tool it makes the tracker server record more downloads than the actual size of the torrent, is there any good solution?

anon
09.03.24, 16:46
That should never happen unless the download manipulation value is greater than 100% or you're having lots of hashfails on your torrents (and those aren't bugs in the mod). If neither is the case, a screenshot of your settings may help.

Ginnovation
09.03.24, 18:36
That should never happen unless the download manipulation value is greater than 100% or you're having lots of hashfails on your torrents (and those aren't bugs in the mod). If neither is the case, a screenshot of your settings may help.

It's a strange situation.I've tested that if I use qBittorrent to download that torrent, the tracker server records the same amount of downloads as the actual size of the torrent. But if I use biglybt+mod it happens that the download recorded by the tracker server is slightly larger than the actual size of the torrent, and this happens with every private torrent. Also, I don't know which option to set biglybt has an effect on it?

21710

As the above screenshot show, only checked the Perfect Spoof.

anon
11.03.24, 10:27
What about this part.


or you're having lots of hashfails on your torrents

Unlike BiglyBT, qBittorrent reports corrupt traffic separately, which may explain the behavior you describe.

Ginnovation
11.03.24, 17:12
What about this part.



Unlike BiglyBT, qBittorrent reports corrupt traffic separately, which may explain the behavior you describe.

Thx, Is it possible to change this difference by setting an option for Biglybt? I think this is a fatal flaw for Biglybt users.

anon
12.03.24, 13:47
Is it possible to change this difference by setting an option for Biglybt?

No, and if such an option was added, the Perfect Spoof code and client files would need to be updated to account for it first.

As for the "fatal flaw", it would be more accurate to say it's a detection vector when emulating certain clients under specific circumstances. Hashfails are pretty rare to begin with (especially on private trackers where torrents are extremely unlikely to be poisoned by copyright agencies), and you can minimize them by disabling UDP connections and aggressively banning peers that send bad data.

Ginnovation
12.03.24, 17:14
No, and if such an option was added, the Perfect Spoof code and client files would need to be updated to account for it first.

As for the "fatal flaw", it would be more accurate to say it's a detection vector when emulating certain clients under specific circumstances. Hashfails are pretty rare to begin with (especially on private trackers where torrents are extremely unlikely to be poisoned by copyright agencies), and you can minimize them by disabling UDP connections and aggressively banning peers that send bad data.

Thank you. There doesn't seem to be a better way.

xinhao98
16.03.24, 16:55
Report a bug: Activate "Fake report to tracker systems," set the stop peers "20," and select speed mod ++; when I change the stop peers to higher than "20"(the first time set), the speed mod++ got the error, it didn't fake any upload speeds if I deactivate the "Fake report to tracker systems" and activate again, the fake speed will go 10Gb/s

anon
18.03.24, 14:11
Can you post a complete screenshot of your settings?

xinhao98
19.03.24, 07:41
https://ice.frostsky.com/2024/03/19/25fef0430fe23372b3951f049b631eba.png
https://ice.frostsky.com/2024/03/19/37c9f6120f2c7a556ed7390a5ebcc475.png
https://ice.frostsky.com/2024/03/19/47ebed492a6c6029f1564f0d5eccca70.png

anon
19.03.24, 20:47
Got it, thanks. I suggest using only one of "Stop increasing..." and the swarm speed kill switch, but this shouldn't happen in any case. Will check it when I can; testing and confirmation from others is welcome, and remember you can use "safe fake upload" as a protective measure.

xinhao98
20.03.24, 02:22
Roger that, I will try to appear the situation again. Thks!

Kakashi
02.04.24, 09:26
why not make it to portable ?

illusive
02.04.24, 12:04
why not make it to portable ?

Why would the dev do that ? You do realize that this is a mod (enhancement, modification, additions...etc.) for an original client, do you ? If this is a suggestion then I would recommend the focus on the mod functionality itself rather than enhancing deployment or run of the original client as a whole. This might be a good try though to take the initiative and share your portably version of biglybt. Maybe even post a tutorial how to make it though with all its tips and tricks.

anon
02.04.24, 21:39
Making a portable version of the mod has been possible since the Azureus days. We used to provide a custom launcher with a configuration file, but now you're expected to set it up on your own. The link in the first post is KOed, though - see https://web.archive.org/web/20230319034906/https://wiki.vuze.com/w/Portable_Vuze for the last archived copy, or https://github.com/BiglySoftware/BiglyBT/wiki/Command-Line-Options for its closest equivalent in the BiglyBT wiki.

ATi1907
09.04.24, 11:17
Hello, what am I doing wrong? When I download a torrent file, the ratio decreases.

cloud99
09.04.24, 11:23
Hello, what am I doing wrong? When I download a torrent file, the ratio decreases.

That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthread.php?13781-Tutorial-about-the-BiglyBT-Extreme-Mod-All-settings-explained

ATi1907
09.04.24, 11:33
That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthread.php?13781-Tutorial-about-the-BiglyBT-Extreme-Mod-All-settings-explained

Thx I will read now

ATi1907
11.04.24, 11:55
That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthread.php?13781-Tutorial-about-the-BiglyBT-Extreme-Mod-All-settings-explained

I couldn?t figure it out unfortunately, it is too complicated for me

cloud99
11.04.24, 12:48
I couldn?t figure it out unfortunately, it is too complicated for me

Then perhaps you should try out other mods.

ATi1907
11.04.24, 14:51
Then perhaps you should try out other mods.

Actually, I need some client that works with latest osx version Sonoma

I had used Transmission but now it doesn?t work

cloud99
15.04.24, 13:23
Actually, I need some client that works with latest osx version Sonoma

I don't know of any mods that work on Mac. Perhaps someone else can help you out.


I had used Transmission but now it doesn?t work

Try deleting it from your system and re-installing it. Perhaps some updates have been installed which is stopping the mod from running. Look into this.

mammamia11
20.04.24, 08:23
im having huge performance issue when downloading something, it feels like the program takes all the resurce of my pc, i changed the cpu option to freindly but it still feels not freindly :)

anon
20.04.24, 23:26
I couldn?t figure it out unfortunately, it is too complicated for me

If you don't know why ratio decreases when you download, you should read your trackers' FAQ and wiki before proceeding any further...


im having huge performance issue when downloading something, it feels like the program takes all the resurce of my pc, i changed the cpu option to freindly but it still feels not freindly :)

See 362503 onwards (you'll have to use archive.org for the vuze.com links). The "friendly" setting only applies to hash checking, but is at least very effective on that regard.

DominePT
21.04.24, 14:16
4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.

In this point, what "hack files" are they talking about ?
Where i can find them ?

Thank you !

anon
21.04.24, 22:51
Where i can find them ?

In the archive you just downloaded from here...