Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.1 (Windows/Linux)
by
bigchirv
on 23/09/2016, 05:52:59 UTC
v7.1:

- now "-etha 2" is set automatically for Linux and 4xx cards. You can change it by specifying "-etha" directly if necessary.
- if miner manages fans, it returns management back to drivers at closing.
- added text coloring in Linux version. You can use "-colors 0" option to disable it if necessary.
- several minor improvements and bug fixes.
- EthMan: added ability to start .bat file if miner has problems.
- EthMan: added support for CryptoNote miner.

Hi Claymore,

It seems that the -logfile option is not working anymore, or at least it is failing miserably in my rigs (Ubuntu 16.04 x64, 5xSapphire RX480 8GB each).

I'm getting the following message:

Code:
UNKNOWN OPTION -logfile
UNKNOWN OPTION /var/log/claymore.log

My config file, as follows:

Code:
-etha 2
-epool eu1.ethermine.org:4444
-ewal
-eworker worker1
-epsw x
-dpool stratum+tcp://dcr.suprnova.cc:2252
-dwal .worker1
-dpsw x
-wd 1
-r 1
-logfile /var/log/claymore.log


Filtering strings in version7.0 gives me this:

Code:
1 bigchirv@dharma:~/Desktop⟫ strings cl7/ethdcrminer64 | grep logfile                                                                                                                         
Missed option value after -logfile option
--logfile

But in 7.1, nada:

Code:
bigchirv@dharma:~/Desktop⟫ strings cl71/ethdcrminer64 | grep logfile                                                                                                                           
1 bigchirv@dharma:~/Desktop⟫

Any hints on this?

Thanks,

EDIT: Pasted an old config. Fixed.