Jumping in here.
Just to clarify the curiosity about lolMiner configuration:
Pre 1.0 lolMiner had only one parameter to configure the algorithm - this was --coin and did all the needed stuff in one command: selecting right algo + right personalization plus right stratum.
Issue some users of mine had was when a new coin was added with the same algo or one project changed the personalization parameter. Then the shortcut was not right.
Therefore lolMiner 1.0 and newer added a new parameter --algo (or short -a) that can select the algorithm, while --pers takes the personalization for Equihash based algos. So one old parameter was replaced by two new, but its now cleaner separated and when new projects with same PoW come along they should work out of the box.
--coin is still present in lolMiner 1.0 and up, but only for special functions like algorithm switchers and some often used presets. The standard way for future use and additions should be using --algo and maybe - for Equihash - --pers. It might be that some algos in future will be added that need a 3rd parameter to select the right stratum, but that did not happen yet.
I have the feeling that --algo + --pers is much closer to what other miners do and so hope using this pattern clears most of the configuration confusion.