does anyone understand how nicehash does it?
os = Win 10 x64
Can you post the commandline you use? (exclude the wallet address for privacy) And did you look at the output with the --list-devices option?
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
set "POOL=btg.2miners.com:4040"
set "WALLET=xxxxxxxxxxxxxxxxxxx.workerName"
set "ALGO=EQUI144_5"
set "PERSONALIZATION=BgoldPoW"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
lolMiner.exe -a !ALGO! --pers !PERSONALIZATION! --pool !POOL! --user !WALLET!
pause