EDIT: It looks like that string works in XMRIG it correctly loaded 2 threads on every card but does not work in xmr-stak-v2.4.3, which opens up a new problem, I can't mine my alt coin with XMRIG because I can't set the algo to stellite/intense or I'm unaware how to.
So I need either a way to run 2 threads in XMR Stak or I need a way to change my algo to stellite or intense (for mining intense coin) in XMRIG.
My fault, xmrig != xmrstak
xmrstak don't have command line options, but you can specify --config /home/miner/config.txt and --amd /home/miner/amd.txt and edit this files after first start miner in autoconf mode.
In amd.txt double all indexes like this:
"gpu_threads_conf" : [
{ "index" : 0, "intensity" : 1152, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
{ "index" : 0, "intensity" : 1152, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
Hey bud, thanks for the help. I've never done that so you're saying I add this to the start of the script.
--config /home/miner/config.txt --amd /home/miner/amd.txt
And then I will have to start it in autoconf. Is that the same as just normal assigning a group to a rig and starting it? I run everything remotely through SMOS never done anything more than just make a script and reload miners. You then said to edit the files after it starts and add those commands, I can do that remotely somehow or do I have to take the USB stick I have SMOS on and edit a config file in it somehow, or hook up a keyboard to my rig and edit it?
I also saw someone say just below my last post they used Claymore 11.3, so it can do Monero7? If it can I'm pretty sure I still would have to set it for stellite algo, if it can do that is it simply adding
--currency stellite to the start of the script?