GPU load is only 10-15%
But I asked for CPU not GPU ^^
Better try that way:
#!/bin/bash
POOL=mnx.suprnova.cc
PORT=7077
USER=andreassantonio.Andreassant3
PASSWORD=1
PLATFORM=0
DEVICE=0,1,2,3,4,5
cd "$(dirname "$0")"
while true
do
./lolMiner-mnx --server mnx.suprnova.cc --port 7077 --user andreassantonio.Andreassant3 --pass 1 --platform 0 --device 0,1,2,3,4,5 $@
if [ $? -eq 134 ]
then
break
fi
done
By the way: you did not use the hotfix ... you are running on AMD? Then I would recommend to use optiminer, that one is faster for AMD right now. For Nvidia you should add the --enable_nv_hotfix, because else it is likely that 6 GPUs will cause a lot of load and a segmentation fault - unless you have some Ryzen Threadripper or Intel equivalent in that system.
for me too
2x1070+2x1060 = speed like 1x1070
and segmentation fault
Can you show how you start the miner and what is the output of lolMiner-mnx --list-devices?