Why is it adding .ID=NemosMiner-v2.2 to the end of my username?
That's why my worker is screwed up on the website, it adds this unknown worker there.
Can anyone help?
Easy enough. Edit the NemosMiner-v2.2.ps1 file and replace
[String]$WorkerName = "ID=NemosMiner-v2.2", with
[String]$WorkerName = "", See if that works.
[edit]
Actually, you might not even have to do that. First try adding the -WorkerName parameter to the command in startminingpoolhub.bat.
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.ps1 -SelGPUEWBF '0,1' -SelGPUCC '0,1' -Currency USD -Passwordcurrency BTC -interval 120 -Username nemo -Workername miningpoolhub -Location US -PoolName miningpoolhub -Type nvidia -Algorithm cryptonight,keccak,lyra2z,skein,equihash,groestl,MyriadGroestl,Lyra2RE2,neoscrypt -Donate 5
-WorkerName Mining1070
[2nd edit]
I take it back, you'll probably have to use the original change. The second one seems to add it to the password parameter (which works for zpool).
.earl