it's always the same for all the coins just change your port to something that don't match the other coins
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcport=
server=1
match cgminer with that config -o 127.0.0.1:rpcport -u rpcuser -p rpcpassword
Cheers for that, but I'm still struggling.....
Could someone tell me where I'm going wrong.
coin.conf filerpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
server=1
addnode=54.194.99.126
daemon=1
cgminer.conf file{
"pools" : [
{
"url" : "127.0.0.1:22555",
"user" : "user",
"pass" : "password",
},
],
"xintensity" : "144",
"vectors" : "1",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "20481",
"gpu-engine" : "1015",
"gpu-fan" : "40-100",
"gpu-memclock" : "1500",
"gpu-powertune" : "25",
"gpu-threads" : "1",
"temp-cutoff" : "92",
"temp-overheat" : "90",
"temp-target" : "78",
"auto-fan" : true,
"auto-gpu" : true,
"log" : "5",
"log-dateformat" : "1",
"scrypt" : true,
"queue" : "5",
"scan-time" : "1",
"expiry" : "1",
"kernel-path" : "/usr/local/bin"
}
I just get the message "need to specify at least one pool server", which I thought I'd done with "url" : "127.0.0.1:22555"
Arghhhhh