hi dev
gtx 1060 3g can miner etc or eth? that no load dag
We have a couple of GTX1060 3GB which happily mine both ETH and ETC. However one important thing to consider is that we are using Windows 7 and relatively old drivers (390.65). Given the high percentage of miners complaining about DAG issues it is worth trying your cards under Windows 7 with older driver.
How much RAM (memory) on your Farm? I had the same problem when my farm had 2GB Ram.. the problem was solwed when i add 2 GB (Summary 4GB per farm)
This may be due to compilation DAG file in memory...
I wonder what the developer will say about this problem?
No, DAGs aren't created in memory, only on GPUs. The light cache
is created in memory but it is less than 100 MB, so it can't be the cause of this issue. The problem above may be related to insufficient virtual memory (physical memory + page file) or a driver issue. No way to tell without further information. We have run PhoenixMiner on rigs with as low as 3 GB RAM but not 2. Generally use at least 3-4 GB to be safe.
Question for PhoenixMiner dev team
I am able to get the following request to work properly (Had to add a "\n" to the end of the request.)
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"}
But this request never completes. (With or without adding the newline character)
{"id":0,"jsonrpc":"2.0","method":"miner_getstat2"}
Do you support the miner_getstat2 request ?
...
I've been using 2.7a and having no issue.
Working good !
Thanks
Glad that this fixed the problem for you. No, unfortunately there is no
miner_getstat2 support for now. It's trivial to implement but haven't had the time yet to do it. We'll add it but it would have to wait at least until 2.8.
Great news! Thank you about this.

The beta version 2.7b is nearing completion. We have added all hardware control options (-tt, -fanmin, -fanmax, -cclock, -cvddc, -mclock, -mvddc, -powlim, -tmax) and after some testing for a day or two, it will be released.