Pages:
Author

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

sp_
legendary
Activity: 2856
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: 53
Merit: 6
Thanks.. Sometimes the simple solutions are the best, but you need to know how to do it.

 Roll Eyes
full member
Activity: 1122
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: 2856
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: 2856
Merit: 1087
Team Black developer
legendary
Activity: 1554
Merit: 981
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: 2856
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: 1148
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: 2856
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: 1148
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: 1358
Merit: 215
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: 2856
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: 1557
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: 2856
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: 2856
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: 2856
Merit: 1087
Team Black developer
Works with ubuntu 22.04
Pages:
Jump to: