Three config arrays for three algo class (Light, normal, Heavy)
/* This is the configuration when Cryptolight class algo is mined */
"cryptolight_cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true, "multi_hash":1 },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true, "multi_hash":1 },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true, "multi_hash":1 },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : true, "multi_hash":1 },
],
/* This is the configuration when Cryptonight class algo is mined */
"cryptonight_cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true, "multi_hash":1 },
{ "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true, "multi_hash":1 },
],
/* This is the configuration when CN-Heavy class algo is mined */
"cn_heavy_cpu_threads_conf" :
[
{ "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true, "multi_hash":1 },
],
Well, I've had some spare time today and I'm testing this again.
Seems like the information you gave me is only valid for CPU mining. I'm using GPU mining and there is no information on the wiki
The wiki tells me to use --variation 16 for moneroocean, but it's an invalid value for the GPU miner so I just omit the value, and
Couldn't you just merge both versions in a gpu+cpu mining with the same features and maintain only one miner? Because the gpu miner also does cpu mining, but the wiki is missing information. Also you have so many .bat files and .txt, just keep it simple and put examples and all documentation inside the readme.txt for a clean and easy way to upgrade and access the documentation.
I've also experienced some bugs: For example, on the gpu miner, there's no information on how to use the gpu temperature monitoring. It always reports 0ºC (driver 18.6.1, windows 10 ltsb, no display connected to amd gpus). For some reason, --auto only runs on 4 of my 5 gpus, one is idle unless I configure it on config.txt (I have 5 RX580 4GB and 1 IGP, i've set -g 1,2,3,4,5 and it mines on 1,2,3,4)
Don't get me wrong, I've tested many miners and I would like to start using yours, but it needs some improvements before I can join. I'll keep on checking the changelogs