Hi Patrike,
Just tried benchmarking the new Lolminer, and found that of the algo's that I use, only ZHash works with the current settings.
I ran Lolminer in a command prompt, and found that the algo's BEAMHASH I, Equihash 144/5, Equihash 192/7, and ZelHash now require the --pers parameter.
I tried finding the arguments to the --pers parameter for each algo, but they aren't listed on github, so I raised an issue requesting them.
I was able to get the algo's that I'm using to work in a command prompt, by using the --coin parameter with the following changes...
For Equihash 125.4,
--algo ZEL --devices 0 --pool : --user --pass --apiport 4029
changed to
--coin ZEL --devices 0 --pool : --user --pass --apiport 4029
For Equihash Zero (192.7),
--algo EQUI192_7 --devices 0 --pool : --user --pass --apiport 4029
changed to
--coin AUTO192_7 --devices 0 --pool : --user --pass --apiport 4029
For Equihash 144.5,
--algo EQUI144_5 --devices 0 --pool : --user --pass --apiport 4029
changed to
--coin AUTO144_5 --devices 0 --pool : --user --pass --apiport 4029
Is it possible to use these commands in the custom command entry for each algo under Options -> Managed Software -> LolMiner, and have the --pool : --user --pass parameters auto-fill like %URL% would be replaced in batch files?
Thanks for your help.