Hi,
I figured out why the miner worker is incorrect on the miningpoolhub website.
For some reason when I execute the command to run all algos it runs this one:
Bin\NVIDIA-TPruvotcuda9\ccminer.exe -a lyra2z -o stratum+tcp://us-east.lyra2z-hub.miningpoolhub.com:17025 -u fynxgloire.Mining1070.ID=NemosMiner-v2.2 -p x -d
0,1,2,3,4,5,6,7
In the miningpoolhub.ps1 file in the Pools directory for this line: User = '$UserName.$WorkerName' according top the above executed code it is using this string:
-u fynxgloire.Mining1070.ID=NemosMiner-v2.2
This is wrong, it should be only:
-u fynxgloire.Mining1070
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?