Cgminer is the file.
Use vi instead of cd
vietc/config/cgminer
Yeah, you are great! That works so far. Now i got my pool adresses and settings. But it looks not same like in my knc settings, where i change this easy...
{
"pools": [
{
"url": "uk1.ghash.io:3333",
"user": "xxxxxxxxxx",
"pass": "xxx"
},
{
"url": "stratum.mining.eligius.st:3334",
"user": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"pass": "xxx"
},
{
"url": "mint.bitminter.com:3333",
"user": "xxxxxxxxxxxxx",
"pass": "xxx"
}
],
"load-balance": true,
"api-listen": true,
"api-allow": "W:0/0"
}
In antminer it looks like
config cgminer 'default'
option chip_frequency '282'
option miner_count '24'
option api_allow 'W:127.0.0.1'
option more_options '--quiet'
option target '60'
option overheat '70'
option pool2pw 'xxx'
option pool3pw 'xxx'
option pool2url 'stratum+tcp://stratum.mining.eligius.st:3334'
option pool3url 'stratum+tcp://mint.bitminter.com:3333'
option pool1url 'stratum+tcp://uk1.ghash.io:3333'
option pool1pw 'xxx'
option pool2user 'xxxxxxxxxxxxxxxxxxx'
option pool1user 'xxxxxxxxxxxxxxxxxxx'
option pool3user 'xxxxxxxxxxxxxxxxxxx'
So how to add the command
"load-balance": true
