Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ASIC-RESISTANT] UltraCoin (UTC) - Newly Launched
by
Miesling
on 11/03/2014, 11:58:05 UTC
Thanks

in web-i http://192.168.1.3:8080/cgi-bin/status.pl  i tried to stop, to start, to restart, but the result:

GPU   Status   Temp   Load   Rate   Accept/Invalid   GPU Family   Fan% (rpm)   Core   Memory   Power
0   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (1058)   300 Mhz   150 Mhz   0.85v
1   
   
   26.0 c   0%   0 Kh/s   /    n/a   200 Series   20% (964)   300 Mhz   150 Mhz   0.85v

in putty:


root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~# mine stop
Stopping mining processes...: mine..cgminer api failed...
root@smos-1:~# screen -r
There is no screen to be resumed.
root@smos-1:~#

in config there is line "api-listen" : true,


do uve api port / api allow configured aswell?

my config as example:

Code:
{
"pools" : [
{
"name" : "UTC Nitro",
"url" : "stratum+tcp://ultra.nitro.org:3337",
"user" : "x.x",
"pass" : "x"
},
{
"name" : "UTC Leet",
"url" : "stratum+tcp://ultra.leetpools.com:3333",
"user" : "x.x",
"pass" : "x"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"kernel" : "scrypt-jane",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600",
"shares" : "0",
"gpu-threads" : "2",
"gpu-fan" : "90",
"gpu-dyninterval" : "7",
"gpu-engine" : "1100,1100,1050",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"scan-time" : "30",
"intensity" : "12",
"temp-target" : "88",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"temp-hysteresis" : "2",
"vectors" : "1",
"worksize" : "512",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "16384"
}