Did anybody try this cgminer for windows? https://bitcointalk.org/index.php?topic=476970.msg5903836#msg5903836
it works to me but instead of getting 130Gh I get 126Gh with the HEX8A1.
What about hw errors dude ?
0.05% hw in 5 hours of work. I think I've found the solution, so now I'm mining at 130Gh, it seems the windows program Hexminer handle the frecuency and voltage a bit different than the windows cgminer. I've been playing a bit with those parameters, and now the windows cgminer works perfect. I like cgminer cause Cgwatcher monitor it very well.
Please share "the solution"
I've done minor tests with the windows version of cgminer for technobit, basically to see that it's working, so it's interesting to get some feedback
Here is my cgminer.conf with average hasrate of 133 Gh after 5 hours. Feel free to use that config, so I will see some extra mining on my account.
{
"pools" : [
{
"url" : "
http://uk1.ghash.io:3333",
"user" : "tagore.HEX8A1",
"pass" : "password"
},
{
"url" : "
http://us1.ghash.io:3333",
"user" : "tagore.HEX8A1",
"pass" : "password"
}
]
,
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"hexminera-voltage" : "1340",
"hexminera-options" : "16:450",
"hexminerb-voltage" : "900",
"hexminerb-options" : "16:540",
"hexminerc-voltage" : "1060",
"hexminerc-options" : "16:1400",
"hexminer8-set-diff-to-one" : "0",
"hexminer8-chip-mask" : "255",
"hexminer8-voltage" : "990",
"hexminer8-options" : "4:263",
"kernel-path" : "/usr/local/bin"
}