Post
Topic
Board Mining (Altcoins)
Re: Swedish ASIC miner company kncminer.com
by
btc_uzr
on 16/10/2013, 22:33:00 UTC
help, I can't get cgminer back running the config is fine.

[2013-10-16 22:19:42] Started cgminer 3.4.0
 [2013-10-16 22:19:42] Loaded configuration file /config/cgminer.conf
 [2013-10-16 22:19:42] Error in configuration file, partially loaded.
 [2013-10-16 22:19:42] Start cgminer with -T to see what failed to load.

please point me in the right direction. pool is loaded?!

{
"pools" : [
{
"url" : "stratum.mining.eligius.st:3334",
"user" : "redacted",
"pass" : "123"
}
]
,
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0"
}

~
~
~
~
~
~
~
~
~
- /config/cgminer.conf 1/14 7%



run it with -T:
cgminer -T --config /config/cgminer.conf
to see what exactly is wrong

or replace it by the original one
cp /config/cgminer.conf.factory /config/cgminer.conf