Im currently mining UTC on SMOS 1.3
HOW TO mine UTC with SMOS 1.3 - download and start smos 1.3
- Patch smos according those instructions:
https://sites.google.com/site/rmdavidson/cgminer-3-7-2-patch-build-guide --> smos instructions
--> as wget Link use :
https://sites.google.com/site/rmdavidson/cgminer-3.7.2-sj-0.02.patch.gz the link comes from the instructions.
- reboot rig
- see my config below
If this works and i helped you u, UTC donations are welcome: Ui1KS7wJjuUbq66fNTuUpeAkJ8k2YAbrkg :-)
or the creator of the patch:
http://rmdavidson.blogspot.ch/cheers
M
P.S: config
{
"pools" : [
{
"name" : "UTC",
"url" : "stratum+tcp://ultra.nitro.org:3337",
"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" : "1125,1093,1125",
"gpu-memclock" : "1725,1500,1725",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"scan-time" : "30",
"intensity" : "12,12,12",
"temp-target" : "88",
"temp-overheat" : "90",
"temp-cutoff" : "95",
"temp-hysteresis" : "2",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "2048",
"thread-concurrency" : "8192,8192,8192",
"no-pool-disable" : true
}