Post
Topic
Board Mining (Altcoins)
Re: lolMiner Equihash Miner, Update: Feb 7th: lolMiner 0.7 alpha 5
by
Lolliedieb
on 11/02/2019, 21:39:03 UTC
u put like this ?after the x........ --pass x --tls 0   at the end?

{
   "DEFAULTS" : {
      "DEVICES" : "AUTO",    
      "APIPORT" : 0
                "TLS" : 0
   },
or like this


Yes, to turn TLS off you need --tls 0 ... if you do failover pool do --tls 0,1,1,0 with one entry per pool.

For the config file the way you did it is almost right, but behind the "APIPORT" line a "," is missing to complete right json syntax.

---------

@Lolliedieb

Can you add a Gpu Platform parameter (either Index or AMD/NVIDIA) so it would be possible to specify devices in more predictable manner on a mixed rig?
something like "-platform AMD -devices 0,1,2" and "-platform NVIDIA -devices 0,1,2" or "-platform 0 -devices 0,1,2"


Well --devices already understands that. Doing --devices AMD will only select the AMD devices and will keep all Nvidias idle for other task. With --devices NVIDIA its exactly fliped.

---------

hello guys
is therer any command for use in lolminer line for undervolt mem and gpu
like claymore command -cclock  -mclock  -cvddc

No, atm not. It will come maybe some time, but till now I found no proper way doing this cross platform and for both AMD and Nvidia. Maybe I will do some research on this, but right now my priority is rather bringing back the other algorithms to lolMiner 0.7 and then improving the algorithms and of cause adding new. Pretty lot to do xD