Has anyone incorporated ethminer 0.11.0 into this nvOC release? I managed to download it and can get it to run, but have been having the hardest time getting any results. I am running all GTX 1060 6GB cards (13 per rig), but am still getting about 21.5 Mh/s with mem OC.
I may not be the most adept at editing the 1bash though, and was having a difficult time finding a list of the flags (ethminer --help told me that ethminer wasn't a valid program).
Any thoughts?
U dont have to put any miner os nvOC, miner is in nvOC. For eth u can use genoil as far i know is the one u can grab more mh/s per gpu
Copy past your 1bash file ( only the first part ) here and i will help you
Thank you. My apologies if I was not clear. I have been able to use the Genoil already in nvOC 18 (it automatically executes through my editing of 1bash). I have also managed to successfully download the later version of ethminer, which is supposed to get more Mh/s for GTX 1060 cards (which I have). The challenges I have are:
- These use different flags for the optimization.
- I cannot find a list of the flags, and going to the ethminer directory and typing "ethminer --help" tells me that ethminer is not a program (even though I can definitely get 0.11.0 to execute when pointing to it in 1bash, or simply dropping the new ethminer into the Genoil-U folder).
So really, I am hoping to find if anyone has had success configuring this later miner version and gotten the increased performance.
Any help would be awesome.
Adding the new ethminer with individual GPU output has already been requested by another member. I will compile it (probably) tomorrow and tell you how it does / upload the files.
In the meantime:
On the ethminer executable you copied to the Genoil-U directory, open guake and type:
with a space after 755 then drag the ethminer executable you copied to the Genoil-U directory to the guake terminal and let go. It should add an absolute path to it after the chmod 755
press enter then try running ethminer again.
Thank you! I will try that this evening and share anything worthwhile that I learn.
As a follow up, I just tried this and unfortunately the result is the same:
--
m1@m1-desktop:~/eth/Genoil-U$ ls
ethminer
m1@m1-desktop:~/eth/Genoil-U$ chmod 755 '/home/m1/eth/Genoil-U/ethminer'
m1@m1-desktop:~/eth/Genoil-U$ ethminer
ethminer: command not found
--
I tried removing the single quotes as well, but same result.
Have you tried this?
Right click the ethminer; properties; go to permissions tab and check the tick box which precisely says 'allow to execute the file's and try then?
Yes - great idea, but I tried that too.