Author

Topic: The Black Pill hashrate enlarger Tool v1.01 for NVIDIA LHR cards (Read 1186 times)

sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
This tool will unlock your LHR cards 100%. If you decide to donate mine you can run it standalone and the fee is around ~1%

https://github.com/sp-hash/TheBlackPill/blob/main/faq.md
---
The software use free downloadable and unmodified binaries from github like curl. What do you bitch about?
jr. member
Activity: 56
Merit: 6
Thanks.. Sometimes the simple solutions are the best, but you need to know how to do it.

 Roll Eyes
full member
Activity: 1124
Merit: 136
You fell deep sp_

Here is the script that launches "the pill".

Code:
@ECHO OFF 2>nul >nul

@nvidia-smi -h >nul 2>&1
IF %ERRORLEVEL%==9009 (
echo error: Nvidia driver not installed or not compatible. & goto :out
)
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo error: Run as admin. & goto :out
)   
set test=%1
for /f "delims=0987654321," %%a in (%1) do echo error: Invalid device id's & goto :out

@nvidia-smi

set devices=
set devices2=
if [%test%]==[] ( set test="ALL") else ( set test=%~1 & set devices=-i %~1 & set devices2=-d %~1)

@ECHO Devices selected:
@nvidia-smi --query-gpu=index,gpu_name,memory.total --format=csv %devices%
@nvidia-smi --query-gpu=index,gpu_name,memory.total --format=csv %devices% > gpus.csv

for /f "skip=1 tokens=*" %%a in (gpus.csv) do (
  for /f "tokens=3 delims=," %%b in ("%%a") do (
for /f "tokens=1" %%c IN ("%%b") do (
if %%c LSS 8000 (echo error: 8gb gpu memory required. Use the device selection option to deselect cards. & goto :out)
)
  )
)

@ECHO %time% Welcome to the The Black Pill hashrate enlarger tool. v1.0
@ECHO %time%  Keep this window open while mining to unlock LHR
@ECHO %time%  Happy Mining!
:loop
Black.x -a ergo -i 1 -o stratum+ssl://ergo-eu1.nanopool.org:11433 -o1 -o stratum+ssl://us-erg.2miners.com:18888 -o2 stratum+ssl://erg.2miners.com:18888 -u 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt -u1 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt -u2 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt %devices2% --no-interrupt --share-check 0 --no-color --platform 1 --log-no-job --log-cycle 100000 --api 0.0.0.0:445 >nul 2>&1

@ECHO ON >NUL
@ECHO %time% FAILED TO UNLOCK, RETRYING...
@ECHO OFF >NUL
timeout 1 >NUL
goto :loop >NUL

:out
pause


As you can see at the bottom, our friend here launches "Black.x" and does some ergo mining (not very successful if you check his stats).

The absolutely hilarious part of all of this, is that Black.x == Nbminer v41.5.
Yeah, no shit.
This guy knows no shame.

How low can you go?

Not surprising at all  Cheesy
legendary
Activity: 1050
Merit: 1293
Huh?
You fell deep sp_

Here is the script that launches "the pill".

Code:
@ECHO OFF 2>nul >nul

@nvidia-smi -h >nul 2>&1
IF %ERRORLEVEL%==9009 (
echo error: Nvidia driver not installed or not compatible. & goto :out
)
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo error: Run as admin. & goto :out
)   
set test=%1
for /f "delims=0987654321," %%a in (%1) do echo error: Invalid device id's & goto :out

@nvidia-smi

set devices=
set devices2=
if [%test%]==[] ( set test="ALL") else ( set test=%~1 & set devices=-i %~1 & set devices2=-d %~1)

@ECHO Devices selected:
@nvidia-smi --query-gpu=index,gpu_name,memory.total --format=csv %devices%
@nvidia-smi --query-gpu=index,gpu_name,memory.total --format=csv %devices% > gpus.csv

for /f "skip=1 tokens=*" %%a in (gpus.csv) do (
  for /f "tokens=3 delims=," %%b in ("%%a") do (
for /f "tokens=1" %%c IN ("%%b") do (
if %%c LSS 8000 (echo error: 8gb gpu memory required. Use the device selection option to deselect cards. & goto :out)
)
  )
)

@ECHO %time% Welcome to the The Black Pill hashrate enlarger tool. v1.0
@ECHO %time%  Keep this window open while mining to unlock LHR
@ECHO %time%  Happy Mining!
:loop
Black.x -a ergo -i 1 -o stratum+ssl://ergo-eu1.nanopool.org:11433 -o1 -o stratum+ssl://us-erg.2miners.com:18888 -o2 stratum+ssl://erg.2miners.com:18888 -u 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt -u1 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt -u2 9fVeky1VvXiA5w7gBqpH5M1HjArR2aAnZb8B92YbeM2dosgvvtt %devices2% --no-interrupt --share-check 0 --no-color --platform 1 --log-no-job --log-cycle 100000 --api 0.0.0.0:445 >nul 2>&1

@ECHO ON >NUL
@ECHO %time% FAILED TO UNLOCK, RETRYING...
@ECHO OFF >NUL
timeout 1 >NUL
goto :loop >NUL

:out
pause


As you can see at the bottom, our friend here launches "Black.x" and does some ergo mining (not very successful if you check his stats).

The absolutely hilarious part of all of this, is that Black.x == Nbminer v41.5.
Yeah, no shit.
This guy knows no shame.

How low can you go?
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
sr. member
Activity: 703
Merit: 272
Windows will not be used by miners due to great inconvenience.

umm.. no.. not true.

I use four miners.. hiveos, smos, awesome miner and my own personal favorite command line script miners.

hiveos, smos for large remote miners with same gpu in them.

windows, command line script miners for my smaller home miners (profit switching miners at home)
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
legendary
Activity: 1834
Merit: 1131
Will your solution be integrated into Hive OS? I saw that other miners are already updating their versions, in which there is a small decrease in power consumption and a small increase in hashrate. After hacking LHR restrictions, Windows will not be used by miners due to great inconvenience.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
How much is actual fee to dev? Near than 5% on idle
WOW!

No the average is more like 1%, but the gpu usage goes from 0-5% in bursts. But why do you want to run the pill without any mining software in the background?
full member
Activity: 1209
Merit: 209
A very simple and ingenious solution. Why wasn't it implemented before?

Thanks.. Sometimes the simple solutions are the best, but you just know how to do it.

For example Phoenix miner filesize near 8Mb with CUDA and OpenCL kernels and LHR unlock.

The difference between the partial unlock in phoenix miner and the 100% unlock provided by the pill could be as much as +60%

F.ex

3080ti from 75MHASH to 120MHASH

What is inside TheBlackPill.exe, what are the hidden actions?

It contains mining software. Good Mining software are used by botnets to earn money, so they are flagged with false positive hits on antivirus software.

If you want to read more about how the pill works, check the FAQ.

https://github.com/sp-hash/TheBlackPill/blob/main/faq.md
How much is actual fee to dev? Near than 5% on idle
WOW!
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
A very simple and ingenious solution. Why wasn't it implemented before?

Thanks.. Sometimes the simple solutions are the best, but you need to know how to do it.

For example Phoenix miner filesize near 8Mb with CUDA and OpenCL kernels and LHR unlock.

The difference between the partial unlock in phoenix miner and the 100% unlock provided by the pill could be as much as +60%

F.ex

3080ti from 75MHASH to 120MHASH

What is inside TheBlackPill.exe, what are the hidden actions?

It contains mining software. Good Mining software are used by botnets to earn money, so they are flagged with false positive hits on antivirus software.

If you want to read more about how the pill works, check the FAQ.

https://github.com/sp-hash/TheBlackPill/blob/main/faq.md

If you are unhappy with the windows version, try the Linux version. 0 hits on virustotal.

linux (ubuntu 18.04)
TheBlackPill_1804fixed.tar.xz
https://www.virustotal.com/gui/file/7b6708d3e8331b7d84464734148d0371e027392bcc3821435df7cd879c9275a2?nocache=1
full member
Activity: 1209
Merit: 209
File size TheBlackPill.exe is ~10Mb (and zipped with inflate 1.2.11)
That's a lot for a pill! For example Phoenix miner filesize near 8Mb with CUDA and OpenCL kernels and LHR unlock.
What is inside TheBlackPill.exe, what are the hidden actions?
full member
Activity: 1424
Merit: 225
The program starts a mining thread. I didn't use the word fee, because when you run another mining program, the process has too little resources and unable to calculate the fee:.

I can start my own decoy miner thread, don't need the pill, and I get the earnings from it.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
He test it, but you hide the fee and thats the problem. Don´t ignore the half of his post.

I have also tested it and get the same speed on the LHR 3070 as the normal 3070. On the Ethereum algo 100% unlock.

you haven´t told us about your "fee".

Read my comment on the 14th of may. The program starts a mining thread. I didn't use the word fee, because when you run another mining program, the process has too little resources and unable to calculate the fee:.

verthash miner with strange devfee direct after start for 30mins - you changed this after some versions - but only because some users weren't so pleased.

The fee switching code was not very good in the early spminer releases, slow and loosing hashrate.
To avoid fee switch every hour, the fee was mined every 6 hour or 12 hours. 216 seconds of fee mining 21,384 seconds of normal mining. Keep mining 100% of the time and the fee is 1%, but if you end mining after 10 minutes, the fee is much higher.

Your smear campaign against Teamredminer, T-rex and gminer.

After Putin's stupid war, All Russian's are being sanctioned.

Teamblackminer inflate hashrate by 10%, features in your feature list are not working (verthash+zil = you need an extra miner, ETC+Zil also not working.....)

The Team Black miner is a new miner. We are currently 2 devs working parttime. The early versions had some bugs, but most of them have been fixed. If you set it up correctly and with the correct cards you can get up to +5% more poolside hashrate than with the other miners.
ETC+Zil is working fine on ezil.me.
 
I appreciate your work and this LHR pill, but why must this pill trigger the LHR lock? The LHR lock can be trigger by the mining software and on this point the pill must reset the lock counter. This can be done without "devfee" connection.

T-rex, Team Red Miner and Gminer could have been opensource miners...

The pill is working on all mining software and not only on The Team Black Miner.

member
Activity: 1558
Merit: 69
I would have used this pill (had it increased my hashrate).

The pill works and does increase your hashrate. Why don't you test it.

He test it, but you hide the fee and thats the problem. Don´t ignore the half of his post.

sp__ why do you so much strange things? Jaydee asked on the first page why not open source - After this question you must be transparent, but you haven´t told us about your "fee".

On every project you hide informations, verthash miner with strange devfee direct after start for 30mins - you changed this after some versions - but only because some users weren't so pleased.

Your smear campaign against Teamredminer, T-rex and gminer.

Teamblackminer inflate hashrate by 10%, features in your feature list are not working (verthash+zil = you need an extra miner, ETC+Zil also not working.....)

I appreciate your work and this LHR pill, but why must this pill trigger the LHR lock? The LHR lock can be trigger by the mining software and on this point the pill must reset the lock counter. This can be done without "devfee" connection.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
I would have used this pill (had it increased my hashrate).

The pill works and does increase your hashrate. Why don't you test it.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Added a build for older linux. 18.04. Should be compatible with hiveos, but not yet tested

Linux (ubuntu 18.04)

https://github.com/sp-hash/TheBlackPill/releases/


TheBlackPill_1804.tar.xz
https://www.virustotal.com/gui/file/3879b868a48fb5d2f53bb6acba11e8281ca7908186a3379c3b99510041d71f50?nocache=1
full member
Activity: 182
Merit: 152
yes, the program starts a mining connection in with very low priority to a pool to trigger the LHR and unlock it. If you run you standalone it will use 0-5% of the gpu. If you run it with another mining software, the other mining software will take over the gpu,
99.9% unlock? You can test it yourself. on ethereum I get 100% unlock, but you might need to add a few watts

I have updated the FAQ page

https://github.com/sp-hash/TheBlackPill/blob/main/faq.md
Thank you for the explanation, but since the devfee was hidden in the first place, I have no reason to trust that the fee is 0.01%. If you had been transparent in the first place, I would have used this pill (had it increased my hashrate) and recommended it to others for non-ETH algorithms.
member
Activity: 325
Merit: 42
legion@file-server:~$ cd pill
legion@file-server:~/pill$ sudo ./start.sh
[sudo] password for legion:
./TheBlackPill.x: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./TheBlackPill.x)
legion@file-server:~/pill$

apparently does not work on debian bookworm with nvidia 510.68.02 drivers installed from the .run file, kernel 5.17.8-pds-tkg

the file is at that location  /lib/x86_64-linux-gnu/libc.so.6

It seems BzMiner v9.1.3 works with nvidia driver 465+ for 100% LHR unlock.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Works with ubuntu 22.04
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
yes, the program starts a mining connection in with very low priority to a pool to trigger the LHR and unlock it. If you run you standalone it will use 0-5% of the gpu. If you run it with another mining software, the other mining software will take over the gpu,
99.9% unlock? You can test it yourself. on ethereum I get 100% unlock, but you might need to add a few watts

I have updated the FAQ page

https://github.com/sp-hash/TheBlackPill/blob/main/faq.md
full member
Activity: 182
Merit: 152
The program starts a mining thread in with very low priority to a pool to trigger the LHR and unlock it, but when you start another mining program,  the new program will take over all of the resources, and no hashrate is lost. You might call it a fee, but it is only "fee mining" if you don't mine with another program.
I don't believe that.

Here is the command line of the 'black.x' process:



Proof that the IP address '51.15.89.69' is Nanopool's server:





The Pill keeps communicating with Nanopool EU1 (which I don't use for ERG) long after The Pill has been started up and my own client (T-rex) has been mining for 20 minutes.



After I closed The Pill, the connection to Nanopool was terminated. After I re-opened it, the connection was re-established. This proves that The Pill is connecting to Nanopool, not T-rex's devfee mechanism.

Any explanation, _sp or TeamBlack?

P.S.: I can install a man-in-the-middle SSL certificate to try to look into the actual data being sent (such as 'mining.submit'), but that will take more time.
full member
Activity: 1424
Merit: 225
You have the right to charge a fee, since this is capitalism, but not to hide the fee.

scroll a page back:

The program starts a mining thread in with very low priority to a pool to trigger the LHR and unlock it, but when you start another mining program,  the new program will take over all of the resources, and no hashrate is lost. You might call it a fee, but it is only "fee mining" if you don't mine with another program.


Bull shit. That doesn't say the pill charges an extra fee on top of the miner fee.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
You have the right to charge a fee, since this is capitalism, but not to hide the fee.

scroll a page back:

The program starts a mining thread in with very low priority to a pool to trigger the LHR and unlock it, but when you start another mining program,  the new program will take over all of the resources, and no hashrate is lost. You might call it a fee, but it is only "fee mining" if you don't mine with another program.

full member
Activity: 182
Merit: 152
I just noticed that The Black Pill charges a devfee. I can see in Task Manager that the process command line has pools and wallet addresses that are not mine. I don't know what the devfee is, and I haven't seen an increase in ERG hashrate on my RTX 3080 Ti (LHRv2), so I stopped using it.

Neither the Github repository nor this forum thread nor the program mentions a devfee or what percentage it is. This is deceptive marketing and TeamBlack needs to be transparent. Every single mining software states what the developer fee is. I don't know why this pill doesn't do the same.

You have the right to charge a fee, since this is capitalism, but not to hide the fee.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
This tool is working good, and not a virus. But there are some other fake threads on this forum with the same title that might contain malware. Make sure you download from my github repo, and nowhere else.
First post in this thread.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
That chart looks out of date, Firo has been using firopow for a while. It probably doesn't cover LHRv2.

Yes.
Do you have a link to a more updated list?
full member
Activity: 1424
Merit: 225
That chart looks out of date, Firo has been using firopow for a while. It probably doesn't cover LHRv2.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
full member
Activity: 182
Merit: 152
Does the Black Pill increase hashrate for Zelhash or other Equihash variants? I don't think NV LHR v1/v2 affects Equihash, but maybe the newer versions do.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
Linux release added. Make sure you download from my github and not from other sources..

https://github.com/sp-hash/TheBlackPill/releases

TheBlackPill.tar.xz

https://www.virustotal.com/gui/file/d5fa16087e09d0e85a63999307e9443f23503899762548adb7e31d55f0916d47?nocache=1

-----
tried this with gminer 2.74 and later 2.66 as per recommendation by sp on flexpool. the hashrate unlock is not as good compared to trex or nbminer. will try tbm next weekend if i find the time.

Did you compare Gminer 2.66 with Gminer 2.94? GMiner already have a 100% unlock option, so using this tool with is pointless.

but..

v2.66 -0.65% fee
v2.94 -1% fee

So it might be a littlebit better poolside.
newbie
Activity: 21
Merit: 0
tried this with gminer 2.74 and later 2.66 as per recommendation by sp on flexpool. the hashrate unlock is not as good compared to trex or nbminer. will try tbm next weekend if i find the time.
legendary
Activity: 1834
Merit: 1131
Please tell me where this software came from? Over the past week, almost all miners have released releases that remove the hash blocker.
Did Nvidia distribute this solution to all miner developers Smiley or did you buy it on the market?

lolminer dev was in a video that said it was more than likely created from the hack on nvidia.  All the unlocker does is constantly refresh the count down timer the nvidia driver uses to enable LHR when it sees that GPU is mining.
A very simple and ingenious solution. Why wasn't it implemented before?
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
There is a link to virustotal in the first post. The file contain mining code, so it is flagged as all the other mining software.
If you don't want to try it now, you can wait for the linux version.
----
The linux implementation is done. Just need some more work in the packaging.

 release tomorrow.
newbie
Activity: 6
Merit: 0
FYI for miners out there: As expected, there will be a flag with AV. Win 10 64bit pro

Mine is:

Trojan:Win32/Wacatac.B!ml
newbie
Activity: 6
Merit: 0

Edit: browsing at your TBM. Any plans to implement Eth+Ton dual mining?

Ton mining will end in 30 days, we are adding more coins In TBM to prepare for mining after Ethereum goes POS.


D'oh! I did not think about that. Good point.

Cheers,
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
We need to see performance of this Pill hashrate on other algorithm because I am getting the same 81MH on my RTX 3070 Ti just like normal before.

The pill is not needed if the mining software you use already support 100% unlock of the algo you mine.
sr. member
Activity: 812
Merit: 315
Vave.com - Crypto Casino
We need to see performance of this Pill hashrate on other algorithm because I am getting the same 81MH on my RTX 3070 Ti just like normal before, so if I am to mine conflux or ravencoin I doubt the performance will be different either.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
@sp_ how can we trust? Does this unlocker have a fee for use?

The program starts a mining thread in with very low priority to a pool to trigger the LHR and unlock it, but when you start another mining program,  the new program will take over all of the resources, and no hashrate is lost. You might call it a fee, but it is only "fee mining" if you don't mine with another program.

Edit: browsing at your TBM. Any plans to implement Eth+Ton dual mining?

Ton mining will end in 30 days, we are adding more coins In TBM to prepare for mining after Ethereum goes POS.

Here is an overview over Ton and the number of days left:

newbie
Activity: 6
Merit: 0
Trust and veracity is what is important when big things happen that require a new download (the actual download and extract and use) and to not be suspicious is would be unnatural. Especially since we are talking monetary value - and the ease at which dev's can slip a piece of code to mine small bits is a reality unfortunately, and the average miners understanding of coding is probably on par with the layman.

So, when new versions of everything are flying around, everyone will be more cautious if the source is not well established and in long term use. I asked a question when the pheonixminer thread was updated, but was still suspicious of it even though the poster replied right after. But pheonixminer having its own history, was also a big red flag.

@sp_ how can we trust? Does this unlocker have a fee for use?

Cheers,
Homer

Edit: browsing at your TBM. Any plans to implement Eth+Ton dual mining?

Cheers,
full member
Activity: 1424
Merit: 225
The LHR source code was obtained in the LAPSUS$ hack and they offered to sell it to devs
for the purpose of defeating LHR. I assume this is the result.
sr. member
Activity: 2142
Merit: 353
Xtreme Monster
lolminer dev was in a video that said it was more than likely created from the hack on nvidia.  All the unlocker does is constantly refresh the count down timer the nvidia driver uses to enable LHR when it sees that GPU is mining.

I saw that video 2 days ago, whatever was the case, it was good dev miners worked hard to make the lock less effective, up to 78% was good enough given the bs nvidia imposed, in the end was just a simple unlock that somebody figured out and shared and I'm glad to whoever it was.
full member
Activity: 1124
Merit: 136
Please tell me where this software came from? Over the past week, almost all miners have released releases that remove the hash blocker.
Did Nvidia distribute this solution to all miner developers Smiley or did you buy it on the market?

lolminer dev was in a video that said it was more than likely created from the hack on nvidia.  All the unlocker does is constantly refresh the count down timer the nvidia driver uses to enable LHR when it sees that GPU is mining.
legendary
Activity: 3136
Merit: 3213
Please tell me where this software came from? Over the past week, almost all miners have released releases that remove the hash blocker.
Did Nvidia distribute this solution to all miner developers Smiley or did you buy it on the market?
I guess its not an Software that comes from somewhere , and i am also not an pro coder but if there is at least one miner software that have it,
It will be an easy way for an developer to cut down the whole code til you find the pieces that you need .
And then you just have to modify it and get it into your code right , but that is just a guessing from me.
legendary
Activity: 1834
Merit: 1131
Please tell me where this software came from? Over the past week, almost all miners have released releases that remove the hash blocker.
Did Nvidia distribute this solution to all miner developers Smiley or did you buy it on the market?
jr. member
Activity: 139
Merit: 3



This is a NVIDIA GPU LHR unlock software created for the 511.65 driver or newer. The program needs to be run with admin rights.

Should work on all LHR models with >=8GB memory

After the launch keep the window open and the program running.

https://github.com/sp-hash/TheBlackPill/releases


TheBlackPill.7z
https://www.virustotal.com/gui/file/bfb7ed449878544c2cdd31d2a46b9ac606acf578c31be46778db00bb9e84978e?nocache=1


Linux comming soon...

So I ran this in Windows to see how it compares to other unlocks and it seems to perform very well, and a full 100% unlock for the 3070Ti card that I have.  There's some variability in the miner reported rate, but the pool reported rate is showing a normal range from 80-90 MH/s at 2miners and with their 30 minute rolling window.



I'll keep it running for a while longer and see how it maintains the unlock over the long term; so far so good!
sr. member
Activity: 506
Merit: 252
What about lhrv3 ?
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
so.. you're saying that this unlocks LHR cards from older versions of miners that don't have the lhr unlocker?

Yes. Every mining software will work on any algo.  
You can use the old and faster Gminer with only 0.65% fee, or you can mine Vertcoin with the spminer without any limits. This is "The Pill" for LHR cards that unlock the card for all random access memory algos.
But you need a newer driver.


Similar effect as the pill for gtx 1080/1080ti cards GDDR5 memory. You run it in the background, and the LHR cards get a boost in the hashrate.
sr. member
Activity: 703
Merit: 272
so.. you're saying that this unlocks LHR cards from older versions of miners that don't have the lhr unlocker?
full member
Activity: 1424
Merit: 225
Open sourcing will only speed up and improve the V4 lock...

I don't agree. The more LHR is exposed the more Nvidia will have to spend to improve it. Eventually shareholders
will clue in that it hurts the bottom line.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
The linux version is not done yet, but will be released.

Seperating the unlocker from the miner is a step in the right direction.

yep. Nvidia is working on LHR lock V4 on the 40x0 series and rumors say that all of them will have LHRV4 code even the 4090.
Open sourcing will only speed up and improve the V4 lock...
full member
Activity: 1424
Merit: 225
Seperating the unlocker from the miner is a step in the right direction. It removes the requirement to run
the miner as admin, as well as working with all miners.

But why not open source and for Linux?
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
This unlocker is not bound to ethash. Works with all miners on all memory algos... Works on the latest nvidia driver, and not only on the older 510 drivers..

Unlock  your LHR cards and hash at fullspeed with the Team Black Miner, Phoenixminer, Srbminer, Miniz, ethminer etc..

Linux version is being created, but not completed yet.
full member
Activity: 182
Merit: 152
What is the advantage of using this pill vs. using T-rex or NBminer, which already include an unlocker? How would your pill work on Linux rigs?
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer



This is a NVIDIA GPU LHR unlock software created for the 511.xx driver or newer (510.xx on linux). The program needs to be run with admin rights.

Should work on all LHR models with >=8GB memory

After the launch keep the window open and the program running.

https://github.com/sp-hash/TheBlackPill/releases

windows
TheBlackPill.7z
https://www.virustotal.com/gui/file/bfb7ed449878544c2cdd31d2a46b9ac606acf578c31be46778db00bb9e84978e?nocache=1

v1.01 released (linux)

1.  Fix device selection Linux.
2.  Reduced the priority of the pill to increase performance of the mining thread.

v1.02 released (linux)

1. Fixed relative path problem when run from .bashrc

https://github.com/sp-hash/TheBlackPill/releases

TheBlackPill_1804_v102.tar.xz
https://www.virustotal.com/gui/file/35f0eb6c15b27658bb995cfc9ebea1d7ef8214943fd022455bd71150a33ab316?nocache=1
Jump to: