Thanks @zedzednova will give it a go. Could you please provide some guidance on getting the miner to execute as .sh?
I have done the following but it wont execute (might be because of cuda, will recheck but just want to make sure Im not missing anything)
In z enemy folder open terminal
Sudo nano start.sh
z enemy -a c11 -o stratum+tcp:// etc as on main page
Ctrl o enter
Ctrl x enter
Then re-enter terminal
Sudo chmod +x z enemy && sudo chmod +x start.sh
Sudo ./start.sh
Then it says z enemy directory no such file directory missing, am I missing something?
Could you please provide some guidance.