if screen -r brings that error, cgminer wasn't even started.
If thats really your pool config, that wrong:
"pools" : [
{
"url" : "stratum+tcp://ultra.nitro.org:3337",
"user" : "xxxxx.0",
"pass" : "xxxxx"
"url" : "stratum+tcp://pickaxe.pool.pm:3306",
"user" : "xxxxx",
"pass" : "xxxxx"
}
],
Should look like:
"pools" : [
{
"url" : "stratum+tcp://ultra.nitro.org:3337",
"user" : "xxxxx.0",
"pass" : "xxxxx"
},
{
"url" : "stratum+tcp://pickaxe.pool.pm:3306",
"user" : "xxxxx",
"pass" : "xxxxx"
}
],
[/quote]
Thank you, I am lol -)