and set the parameters in the conf file.
I'm sure my syntax is wrong and hope someone can steer me right.
A few pages back a poster shows some examples of it on linux which is what I'm going off of.
I'm on windows but it shouldn't matter if I get the syntax correct?
Default working config file shows
"amu:all"
],
"set-device" : [
"antminer:clock=x0A01"
So I edited it to reflect this
"amu:\\\\.\\COM5"
],
"set-device" : [
"antminer:clock=x0A01"
works like it should, it launches and runs the device on com5 at the speed specified.
The two issues I'm having is adding the 2nd device under scan seems to break
and attempting to change the syntax under set device breaks it no matter how I edit it.
The syntax I was attempting
"antminer:\\\\.\\COM5:clock=x0A01"
So basically I edited the conf file to look like this and it won't run...
"amu:\\\\.\\COM5"
"amu:\\\\.\\COM7"
],
"set-device" : [
"antminer:\\\\.\\COM5:clock=x0A01"
"antminer:\\\\.\\COM7:clock=x0B81"
I'm sure it's stupid like extra quotations or something..
![Sad](https://bitcointalk.org/Smileys/default/sad.gif)