PDA

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



DigitalDJ
19.10.18, 09:19
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 1.7.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 <<<<<<

╔═══════════════════════════╗
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.7.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:

Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS.

Windows

1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release (http://jdk.java.net/11/)).
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 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 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"


--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 9 or higher. (JDK GA Release (http://jdk.java.net/11/)). 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"

6. Run BiglyBT and Enjoy!

Linux
NOTE: Based on Ubuntu 18.04
1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 18.04 LTS this is openjdk-11-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 (http://jdk.java.net/11/)).


sudo apt install openjdk-11-jre libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)).


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-11-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-11-openjdk-amd64/" ./BiglyBT_Installer.sh

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


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

6. 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"

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 9 or higher) (JDK GA Release (http://jdk.java.net/11/)]).
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!

josecarmona
20.10.18, 12:55
Hi anon! how are you? i hope everything is ok,sorry if i am writing in the wrong thread,i need to ask you something related to ghost leeching,i am using qbittorrent,is my favorite client so far,i just downloaded several torrents in IPT and one in TL,i just down the nfo file of each torrent,pause all off them,then in the connection settings,change to proxy http 0.0.0.0,in IPT only ask me to seed the few kbs of the nfos and in TL snatch list appear the 5gb torrent but with zero traffic,so far i tried this technique in IPT and TL,by doing this i am risking of getting banned? especially on TL or i am fine if i don't do this to much or often in each tracker?

anon
21.10.18, 09:17
i just down the nfo file of each torrent,pause all off them

There's your mistake. That's not going to work on IPT, report even 1 byte of download and they'll eventually get on your ass to make you seed it. Next time don't pause anything and just set the proxy while the torrent(s) is/are running. Or just use the ghostleeching feature in this mod, which I suppose you have some interest on as we're talking in its thread in the first place :wwink:

"No report, 0% done" also works... either is safe on both IPT and TL, but the latter keeps a permanent snatchlist with all details, and if a mod sees that it's game over. Don't comment on torrents, don't post in the forums and don't join IRC if you're going to ghostleech on TL.

Artbabelitta
24.10.18, 18:20
hello
is there any option which we can change
Update Tracker
Interval
from 'ipt family trackers default' [30 minutes] to 2 minutes or 1 min?

some of ipt encodes bots post some stuff which they stuck and take 30 minutes to start the download process
unless
we click "Update Tracker"
and it starts immediately ,after we click "Update Tracker"

if the coder can Integrate such feature I can donate to his project (Only bitcoin and webmoney)
or I can help the coder in the way he wants

anon
24.10.18, 22:53
http://www.sb-innovation.de/attachment.php?attachmentid=18710

You can add those torrents with 9a preset to enabled and 9b set to 15 or 30... you'll want to turn it off after the torrents start downloading, though.

Artbabelitta
25.10.18, 00:38
@anon:
My sincere gratitude for the answer
I have a question
what is that 15 or 30 ... which you mentioned

or what is that 1-20 which I see there?

yet again: Thank you

oh and about that turn off... which you mentioned
My downloads never take above few seconds even if sizes are big
I don't have server below 10 G ;)

I don't use your app in real field [it can ban my expensive accounts] but I truely enjoy to see how it works

Thank you again n again

anon
25.10.18, 00:45
@anon:
My sincere gratitude for the answer
I have a question
what is that 15 or 30 ... which you mentioned

You said the update interval is 30 minutes and you wanted to reduce it to one or two minutes. This setting divides the interval by the value you set, so 30/15=2 and 30/30 is of course 1 (but see below).


or what is that 1-20 which I see there?

That's the range for the values you can set. I didn't notice the maximum is 20, so it looks like dividing by 30 is a no-go.


oh and about that turn off... which you mentioned
My downloads never take above few seconds even if sizes are big
I don't have server below 10 G ;)

That's not why I recommended it; some trackers have scripts against announcing too often, and people have lost accounts for leaving this (and 7a) turned on.

Artbabelitta
25.10.18, 00:48
ok then
what I should set it for announcing [updating tracker] every 2 minutes?
15?

anon
25.10.18, 00:59
ok then
what I should set it for announcing [updating tracker] every 2 minutes?
15?


You said the update interval is 30 minutes and you wanted to reduce it to one or two minutes. This setting divides the interval by the value you set, so 30/15=2

:richter:

Artbabelitta
25.10.18, 02:08
ok
thank you so very much
I just set up the number to 5 minutes [5]
to see if it still stucks or not

Thanks again
I will give you feedback

Artbabelitta
25.10.18, 17:32
Dear anon
its possible that I didnt do it in correct way or maybe I changed some other stuff and that is why:

when I set the number = 5
which should Update the tracker , every 5 minutes

it didnt do it
and still it announces every 30 minutes
I had this problem before and it seems it doesn't want to get solved !

any comment?
maybe I need to increase the number to get it working?

--------
I want to Thank you for your time and your unique skills in this business
Thank you for sharing your amazing experience with us

anon
26.10.18, 01:13
when I set the number = 5
which should Update the tracker , every 5 minutes

Mate, we're going in circles here :lol:


This setting divides the interval by the value you set

If the announce interval is 30 minutes and you want to reduce it to 5, you need to set the value to 6 because 30/6=5.

If you're still not seeing any difference, you may have to readd the torrent.

Artbabelitta
26.10.18, 01:43
hello
Thank you so much for the time and effort
indeed you are correct
my understanding from torrent is not enough to be able to handle a site with alexa rank under 10k
I always rely on people like you on this huge challenge of my life

Thanks again
when I set the value = 6
it started working [I think , but still I need to wait until they start posting those pertecular encodes , it seems they stopped posting those stuff about 7 h ago] , but I think its working

I am sorry for my lack of knowledge

anon
26.10.18, 01:45
You're welcome and I'm glad it worked =]

fernandk
27.10.18, 14:50
what's the fastest way to update the downloader without having to reconfigure all its settings? or does the updater maintains the settings? i'm coming from version 1.6.0.0

Artbabelitta
27.10.18, 23:48
@anon:

is it possible you add a feature which can give us
Update tracker
or
announce

interval
as Integer number [minutes]

in all trackers?

for example
we set it to
= 4
and it announces all trackers every 4 minutes?
[or updates all trackers every 4 minutes]

is this even possible?

anon
28.10.18, 04:17
what's the fastest way to update the downloader without having to reconfigure all its settings? or does the updater maintains the settings? i'm coming from version 1.6.0.0

Settings are preserved after an update, it's the torrent list that's usually lost. Murphy's law says you should be making backups either way =]


for example
we set it to
= 4
and it announces all trackers every 4 minutes?
[or updates all trackers every 4 minutes]

is this even possible?

Of course it's possible, but the mod is de facto feature-frozen since DigitalDJ is the only active developer and adding a new feature requires coding, testing and fixing, for which he doesn't really have the time. Also, note I'm not involved with development besides betatesting and reports.

fernandk
01.11.18, 15:59
within the UI of BiglyBT, when I delete a file from a torrent that is still downloading, it also erroneously deletes the first and last blocks instead of leaving these two blocks untouched since the blocks belong to multiple files which haven't been deleted. This leads to serious file corruption affecting the files directly above and below.

I don't think this is the fault of the mod though, and I don't remember experiencing this in Vuze. So it must be related to the core of BiglyBT. Do you guys confirm same behaviour?

BillyG
02.11.18, 18:18
within the UI of BiglyBT, when I delete a file from a torrent that is still downloading, it also erroneously deletes the first and last blocks instead of leaving these two blocks untouched since the blocks belong to multiple files which haven't been deleted.

The delete files feature is at least dodgy. If I set a small file to do not download or delete, it gets downloaded (partialy) in some cases because it's inside a block that belongs to multiple files.

I never experienced file corruption of the other files, but then again I didn't look for it either - some missing data in a video file might stay unnoticed.

In combination with the bug that the checking after "remove torrent after download" is broken atm this would be quite bad.

Artbabelitta
05.11.18, 15:25
@DigitalDJ: Please check your PM ,I sent it last week
Thank you

You are welcome to delete this if its against your internal rules

fernandk
06.11.18, 13:41
I've been experiencing the maximum number of total connections. I kept raising the number cuz I know the modem & router can take it, but it seems Bigly's own engine starts to progressively slow down after the number is higher then 200. I went 400 then 600 then 800. It seems 400 is the sweet spot. Going more than 400 didn't render any positive outcome. After 800 the NIC stopped working requiring a reset to start working again, it's a good NIC (I219-V) so I wouldn't blame it. Also it feels like BiglyBT is being aggressively suppressed by Windows' 200 TCP rule. Do you guys have any experience with that?


The delete files feature is at least dodgy. If I set a small file to do not download or delete, it gets downloaded (partialy) in some cases because it's inside a block that belongs to multiple files.

I never experienced file corruption of the other files, but then again I didn't look for it either - some missing data in a video file might stay unnoticed.

In combination with the bug that the checking after "remove torrent after download" is broken atm this would be quite bad.

I'm currently downloading a 273 terabyte library of vintage movies and immediately reuploading the data to my Google Drive, so my local drive is essentially just a cache which gets flushed very fast since its size is very small (5tb) compared to the whole thing.

I can confirm file corruption occurred during file deletion but it is DEFINITELY dodgy, I'd say fifty fifty & intermittent. So I essentially I lost my trust in it, which forced me to look for ways to tackle the situation. I learned a little trick then, after deleting any file I manually reset the two specific blocks that were overlapping with other files. Yes it is tedious but effective. It's faster than rechecking the whole thing.

And yes I learned the hard way the combination of both bug-driven flaws are quite potent when it comes to havoc. Especially because the first and last binary digits of a video file are sacred to its functioning. A video file can sustain losses of up to 90% for as long as the loss is contained within its middle section. The initial and final blocks are where the mapping is located, so if 0.01% of that part gets damaged the whole 99.99% becomes literally COMPLETELY USELESS. After discovering what was going on, I started readding them to the download list just to force a recheck after they were done. But that's too time consuming, so for now I've decided to disable the "remove after download" thing. Unfortunately disabling it doesn't make the "Re-check pieces when download is done" setting start working again.

lyric
07.11.18, 15:44
Great story

Did you have G Suite accont for ~10$/month ?
Its really unlimited for 1 user?

Thanks

Datendiebstahl
07.11.18, 22:15
With :


azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=False
azureus.spoof.value=5.7.5.1

and in settings bigly native spoofing to vuze it overrides to:
Vuze 5.7.5.0

""
and in settings bigly native spoofing to biglybt it overrides to:

BiglyBT 5.7.5.1 FAKE!

cant stop builtin fakeid to stop override the perfectspoof :(

---------- Post Merged at 21:15 ---------- Previous Post was at 21:09 ----------


I've been experiencing the maximum number of total connections. I kept raising the number cuz I know the modem & router can take it, but it seems Bigly's own engine starts to progressively slow down after the number is higher then 200. I went 400 then 600 then 800. It seems 400 is the sweet spot. Going more than 400 didn't render any positive outcome. After 800 the NIC stopped working requiring a reset to start working again, it's a good NIC (I219-V) so I wouldn't blame it. Also it feels like BiglyBT is being aggressively suppressed by Windows' 200 TCP rule. Do you guys have any experience with that?
i tried with linux distro once, it gave me 16384 connections, that was the total limit i set. so the problem is not the client but your side/configuration. biglybt can handle tens of thousands connections fine, but this just creates a lot of protocol overhead that you do not want usually. most connection wait reading and get stalled than.

anon
07.11.18, 22:37
I've been experiencing the maximum number of total connections. I kept raising the number cuz I know the modem & router can take it, but it seems Bigly's own engine starts to progressively slow down after the number is higher then 200. I went 400 then 600 then 800. It seems 400 is the sweet spot. Going more than 400 didn't render any positive outcome. After 800 the NIC stopped working requiring a reset to start working again, it's a good NIC (I219-V) so I wouldn't blame it. Also it feels like BiglyBT is being aggressively suppressed by Windows' 200 TCP rule. Do you guys have any experience with that?

I use 100 maximum global connections, 20 per torrent and 4 upload slots. That's enough to get full speed in both directions on 10/1 ADSL. It may be possible to raise the "ceiling" by tweaking the advanced network settings and passing parameters to the JRE, but increasing the amount of connections yields diminishing returns anyway.

fernandk
08.11.18, 04:03
Great story

Did you have G Suite accont for ~10$/month ?
Its really unlimited for 1 user?

Thanks

It's unlimited for videos and pictures if you set the desktop uploader to HIGH QUALITY. It's no BS, the quality is really high, not just a marketing theme, I've measured it several times and it not once disappointed. Only thing that bothers is a limit of maximum file size, a video file mustn't be higher than 10 gigabytes, so you've gotta watch out for that.

for anyone willing to have access to the library send me a PM, I will make sure to put you in, it's free.


i tried with linux distro once, it gave me 16384 connections, that was the total limit i set. so the problem is not the client but your side/configuration. biglybt can handle tens of thousands connections fine, but this just creates a lot of protocol overhead that you do not want usually. most connection wait reading and get stalled than.

I did see a lot of protocol overhead and almost a hundred stalled connections, whos fault is it I don't know. I believe it has a lot to do with Windows TCP limits, when it sees an app going above 200 it immediately summons from the darkness an algorithm specifically designed to limit the app to 200 maximum TCP connections. Fortunately it is safe to assume more than 50% of any torrent traffic is UDP, we all know, but a lot of those UDPs become UDP only after a TCP handshake, since TCPs get hammered fast it stalls, so all connections become a cascade of stalling madness and I figured that is why there was lower speeds with a higher limiting maximum number. This has been my personal experience anyways and I would love to hear everybody's.


I use 100 maximum global connections, 20 per torrent and 4 upload slots. That's enough to get full speed in both directions on 10/1 ADSL. It may be possible to raise the "ceiling" by tweaking the advanced network settings and passing parameters to the JRE, but increasing the amount of connections yields diminishing returns anyway.

I believe your settings are sound. But it gets out of hand very fast when you start to raise the internet bandwidth. For instance with my current connection, a 500/300 mbit FTTH coupled with OpenWRT plus a single 500gb SSD masked inside Unraid NAS purely for fast caching so everything gets written in it first. One would think that's enough for a 1000 simultaneous connections, that it would be easy to manage, or so I thought. But more than 400 maximum rendered in lower speeds and BiglyBT stuttering with 85 active torrents. I don't think it's the NIC, but honestly I have no idea where the bottleneck really is since I haven't had much time to diagnose the entire setup, maybe I'm doing something wrong though, I'm not an expert, more like a fast learner. I'll report if I find anything interesting.

Datendiebstahl
13.11.18, 21:12
i fail to use client spoofing in current

With Plugin Client Ident default:
and Perfect Spoof

azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=False
azureus.spoof.value=5.7.0.1
Result:
User-Agent: BiglyBT 5.7.0.1


and Perfect Spoof

azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=True
azureus.spoof.value=5.7.0.1

User-Agent: BiglyBT 5.7.0.1


With Plugin Client Ident set Vuze:

and Perfect Spoof

azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=True
azureus.spoof.value=5.7.0.1
User-Agent: Vuze 5.7.5.0


and Perfect Spoof

azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=False
azureus.spoof.value=5.7.0.1
User-Agent: Vuze 5.7.5.0




Without azureus.spoof.boolean and with Perfect Spoof and with Plugin Client Ident default it works with Clientfiles.



Seems like Plugin Client Ident overrides any "azureus.spoof" settings :eek13:

Zeichenkodierung: :confused: Umlaute werden auch nicht angezeigt.

Artbabelitta
20.11.18, 23:51
hello

I tried to use that spoof feature but there was no success

Please show me what exactly I need to set the
BiglyBTSpoof.properties

to be able to report my client as utorrent 2.2.1

------
here is BiglyBTSpoof.properties , Please set it up :

azureus.spoof.boolean=False
azureus.spoof.spoofbiglybt=True
azureus.spoof.value=1.7.0.0


Thank you

Datendiebstahl
21.11.18, 01:25
BiglyBTSpoof.properties is only for BiglyBTSpoof vuze spoof or azureus spoof read the fine manual.



choose utorrent in settings shown as in my screenshot above it will work.

anon
21.11.18, 04:17
Without azureus.spoof.boolean and with Perfect Spoof and with Plugin Client Ident default it works with Clientfiles.

The client identification plugin is just an official transition mechanism and they will remove it in the future. Private trackers aren't too fond of clients with built-in spoofing features, no matter how good their intentions are.

I guess using client files is an acceptable workaround in the meantime.


Please show me what exactly I need to set the
BiglyBTSpoof.properties

to be able to report my client as utorrent 2.2.1

It doesn't work that way mate, please see 13781

Artbabelitta
21.11.18, 14:09
I have read it 2 times ,
but still , it didn't report as the client I selected

Please if anyone of you tried this feature and got correct result then share with me

in brief Please

anon
22.11.18, 01:16
First, forget about the .properties file. Undo any changes you may have made to it.

Secondly, you need to tick the checkbox at 11a and make a choice at 11b.

http://www.sb-innovation.de/attachment.php?attachmentid=18710

If the client and/or version you want isn't available, look for a client file at BiglyBT/Vuze Extreme Mod Client Files (http://www.sb-innovation.de/f274/). If it's not there, ask for it in this thread. Builds 25130 and 25302 of uTorrent 2.2.1 are bundled with the mod, though, so there should be no problems here.

Save settings and restart. The mod will now be spoofing the client you chose to both trackers and peers. You can confirm that it's active by checking the status bar in the bottom left corner of the client's window; it will say something like "!uTorrent 2.2.1.25302!" instead of "BiglyBT Extreme Mod".

After doing all this, you may find that certain settings, including 7a and 7b, scrape support and the maximum number of connections per torrent, become unavailable. That's because altering them would compromise the security of the spoof you've picked. Nothing to worry about.

ahmed6696
07.12.18, 03:59
Please masters help me
my work's pc is very old one that i couldn't install any 64 os over it
due to this i can't use this extreme mood cause i can't find any compatible x86 java
it would be amazing if i find my solution by the help of you fellas

anon
07.12.18, 05:10
I can upload the last x86 version of the Java Runtime Environment, 9.0.4, to a file host of your choice. Just let me know.

ahmed6696
07.12.18, 07:36
i would be very grateful for you mr anon

Artbabelitta
07.12.18, 08:42
This post deleted

BillyG
07.12.18, 15:58
I can upload the last x86 version of the Java Runtime Environment, 9.0.4, to a file host of your choice. Just let me know.

No need for cloak and dagger, here's Java 9 and 10 in x86 - just copy to the jre folder inside BiglyBT: https://github.com/ojdkbuild/ojdkbuild/releases

anon
08.12.18, 17:41
i would be very grateful for you mr anon

Just sent you a link.


No need for cloak and dagger, here's Java 9 and 10 in x86 - just copy to the jre folder inside BiglyBT: https://github.com/ojdkbuild/ojdkbuild/releases

I remembered that from a previous post you made, but didn't spot any x86 builds of Java 11 and thought they weren't making them anymore!

Also, the secrecy is not intentional; I would have made a thread preserving the installer long ago, but Oracle is apparently fairly aggressive at sending takedown requests :wermm:

Manchunian
15.12.18, 06:50
This software is really slow on my computer.

anon
15.12.18, 20:51
This software is really slow on my computer.

Reduce CPU usage - VuzeWiki (http://wiki.vuze.com/w/Reduce_CPU_usage)
Reduce memory usage - VuzeWiki (http://wiki.vuze.com/w/Reduce_memory_usage)

Note that contrary to the second article, you'll have to increase the Java heap size to prevent slowdowns (it's a tradeoff between memory usage and performance). With lots of torrents loaded this is bound to make a sizable difference. 128 MB is a good start.

BillyG
19.12.18, 18:54
I remembered that from a previous post you made, but didn't spot any x86 builds of Java 11 and thought they weren't making them anymore!

They don't and they won't - I asked, but the jdk 11 sources seem to be made for x64 only.

But for current BiglyBT jre 10 x86 should be just fine and has a reduced memory footprint?

You need the 32bit swt.jar though: https://download.eclipse.org/eclipse/downloads/drops4/R-4.9-201809060745/

EDIT: Plus the oss jre might put the appdata not in %appdata%\BiglyBT but %userprofile%\.biglybt - create a ntfs junction to never bother again



Also, the secrecy is not intentional; I would have made a thread preserving the installer long ago, but Oracle is apparently fairly aggressive at sending takedown requests :wermm:

I know, I kept searching for Oracle's jre 10 x86 release but they're more thorough than the Micky Mouse company searching St*r W*rs bootlegs :-p ... somehow Oracle seems to be keen to get rid of consumer Java usage.

--->HDBD<---
23.12.18, 21:56
Ich hab diese Java installiert java-11-openjdk-11.0.1.13-1.ojdkbuild.windows.x86_64.msi
Leider startet BiglyBT nicht was mache ich ja falsch

anon
23.12.18, 22:56
Ich hab diese Java installiert java-11-openjdk-11.0.1.13-1.ojdkbuild.windows.x86_64.msi
Leider startet BiglyBT nicht was mache ich ja falsch

Even though this mod was tested with the official Java 11, I just tried the same ojdkbuild as you and everything worked fine. Make sure you are not adding the old "--add-exports=java.xml.bind" line to the .vmoptions file, as that does prevent it from starting.

Dusinez
01.01.19, 11:16
How do I install JDK 11.0.1 General-Availability Release?
It is just a folder without a .exe

anon
01.01.19, 15:16
How do I install JDK 11.0.1 General-Availability Release?
It is just a folder without a .exe

See steps 5, 6 and 7 of the Windows installation procedure in the first post.

--->HDBD<---
01.01.19, 18:27
@ anon

What exactly must be in BiglyBT.exe.vmoptions

I have something like that

-include-options ${APPDATA}\BiglyBT\java.vmoptions

anon
02.01.19, 05:21
@ anon

What exactly must be in BiglyBT.exe.vmoptions

See step 8 of the installation procedure; you have to add the following two lines to it:


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED

Mon
03.01.19, 18:32
Is there a way to export torrent files from qBittorent to BiglyBT? I tried copying qbt's .torrent files from "Appdata/Local/qBittorent/BT_backup" into BiglyBT through the "Add torrent files..." option directly, but all the torrents get removed from the seeding list automatically after being checked w/ the following error:
https://i.imgur.com/RNWEPeF.png

UPD:
Found out that I can't download anything either, Is there anything wrong with my extreme mod settings? :confused:

https://i.imgur.com/7d3yD18.png
https://i.imgur.com/wjGE1Ca.png



Win 10 Pro 1803 (build 17134.472)
Using JDK 11.0.1 for program itself
Installed Javas: JDK 11.0.1, JRE 1.8.0.172, JRE 1.8.0.192, JRE7


I think that I might need to completely uninstall BiglyBT along w/ its leftovers and install again, probably :denis1803:

anon
04.01.19, 08:15
I think that I might need to completely uninstall BiglyBT along w/ its leftovers and install again, probably :denis1803:

This is a good idea, and I'd also get rid of those additional JREs you have installed. If this problem still occurs then, we can start debugging :richter:

Mon
04.01.19, 22:51
Alright, I reinstalled windows completely (lmao), and now using openjdk 11.0.1 along with Java 11).
Right now I ran into problem
https://i.imgur.com/aXeQcqo.png
And I don't know if I'll be able to connect to any of the peers w/ this error.
Oh, by the way, I have DHT disabled. Is it even worth turning it ON for public trackers? If so, then how do I enable it?

anon
04.01.19, 23:07
Alright, I reinstalled windows completely (lmao), and now using openjdk 11.0.1 along with Java 11).
Right now I ran into problem
image (https://i.imgur.com/aXeQcqo.png)
And I don't know if I'll be able to connect to any of the peers w/ this error.

See Known_Issues#Torrents_reporting_.27Network_not_ena bled.27 (http://wiki.vuze.com/w/Known_Issues#Torrents_reporting_.27Network_not_ena bled.27)


Oh, by the way, I have DHT disabled. Is it even worth turning it ON for public trackers? If so, then how do I enable it?

Absolutely (some public torrents don't use trackers at all), but the Azureus/Vuze/BiglyBT implementation is incompatible with other clients', which makes it a necessity to turn it off and install the mlDHT plugin instead.

Mon
04.01.19, 23:29
Alright, I keep getting those "Network not enabled" and "Bad access to protected data in getfield" errors. Although I successfully installed mlDHT from BiglyBT's website and followed that guide you sent me. Sometimes it connects to DHT, but doesn't download anything and ends up being one of the errors above

anon
06.01.19, 06:04
I've never seen those errors before, and can't even find information on the latter one, so my ideas are limited. Are BiglyBT and Java allowed in Windows Firewall? Do you use a VPN or something? (The client tries to autodetect those to configure interface bindings, and something could be going wrong there)

It may be worth a try to test the unmodded client and see if this also occurs with it.

Mon
06.01.19, 13:45
I've never seen those errors before, and can't even find information on the latter one, so my ideas are limited. Are BiglyBT and Java allowed in Windows Firewall? Do you use a VPN or something? (The client tries to autodetect those to configure interface bindings, and something could be going wrong there)

It may be worth a try to test the unmodded client and see if this also occurs with it.


I completely forgot that I used my old settings, seems like that's what caused problem after all. I reinstalled BiglyBT and mod itself once again, and it works like a charm! Gotta tweak application's settings manually now :biggrin:

anon
07.01.19, 07:10
I completely forgot that I used my old settings, seems like that's what caused problem after all. I reinstalled BiglyBT and mod itself once again, and it works like a charm! Gotta tweak application's settings manually now :biggrin:

Hah! Guess that clean install of yours wasn't so clean... anyway, glad it's working now =]

fred_gaou
15.01.19, 12:47
Good news ! The BiglyBT team made a huge improvement regarding UPnP support in latest beta 1701_B38 [changelog (https://biglybt.tumblr.com/post/182004874777/1701b38)]

See this (https://github.com/BiglySoftware/BiglyBT/issues/810) github issue to know more about it. I hope they will release a stable release soon and we?ll enjoy extreme mod on this next one.

anon
16.01.19, 23:01
See this (https://github.com/BiglySoftware/BiglyBT/issues/810) github issue to know more about it.

Visited that link, learned that miniupnpc exists. I was familiar with the server, but didn't know they had a client too, it would have prevented me from having to write a script-based equivalent six months ago... thanks!

Anyway, a Extreme Mod for the new stable version should follow soon after the latter's release, as it usually does :wsmile:

Mon
17.01.19, 00:34
https://i.imgur.com/PYed7Kh.jpg
That was stressful

anon
17.01.19, 00:38
image (https://i.imgur.com/PYed7Kh.jpg)
That was stressful

Don't worry, we're currently working on this.

lil-fella
22.01.19, 15:35
maybe things can all be worked out in new version 1.8.0.0 :wink2: