dtbartle / cgminer-gc3355

CGMiner 3.72 with GridSeed GC3355 support
GNU General Public License v3.0
29 stars 56 forks source link

Add args to cgminer config file #2

Closed jmordica closed 10 years ago

jmordica commented 10 years ago

I tried adding freq to the config file but cgminer didn't start with the clock speed I set "850". Also, adding hotplug didn't work either. It seems cgminer is ignoring these.

dtbartle commented 10 years ago

My config has the following: "gridseed-options" : "freq=850", "hotplug" : "5",

jmordica commented 10 years ago

Ok thanks I was adding it in the config wrong. Another issue (related) is that whenever you send an APi request to Write Config to cgminer, it doesn't write these gridseed-options in the config. So if I want to change the pool URL, I can do so while it's running fine but if cgminer gets restarted and uses the config, since the freq, voltage, etc.. isn't written to the config by cgminer, it starts without these gridseed-options.

dtbartle commented 10 years ago

Fixed the config writing issue.