Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
Radar5k
on 12/09/2020, 09:28:32 UTC
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,

Code:
--algo ZEL --devices 0 --pool : --user --pass --apiport 4029

changed to

Code:
--coin ZEL --devices 0 --pool : --user --pass --apiport 4029

For Equihash Zero (192.7),

Code:
--algo EQUI192_7 --devices 0 --pool : --user --pass --apiport 4029

changed to

Code:
--coin AUTO192_7 --devices 0 --pool : --user --pass --apiport 4029

For Equihash 144.5,

Code:
--algo EQUI144_5 --devices 0 --pool : --user --pass --apiport 4029

changed to

Code:
--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.