i'm new to mining, does anyone have a .conf file for cannacoin i can use?
Are you using nvidia or ATI cards or cpu mining?
AMD radeon r9 270's
I'm going to help you!Get X11 sgminer -
http://cryptomining-blog.com/wp-content/files/sph-sgminer_x11mod.zip or any flavor of x11 sgminer
READ THIS GOOD DOC -
http://suchpool.pw/docs/gettingstartedX11.pdfUse this and play with numbers if you want to use the sgminer.conf method.
----------------------------------------------------------
Here is sgminer.conf details from one with r9 270x
{
"pools" : [
{
"url" : "
http://whateverCANNpoolyouwanttouse.com:39347",
"user" : "USERNAME.WORKERNAME",
"pass" : "WORKERPASSWORD"
}
],
"kernal" : "darkcoin",
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"failover-only" : true,
"expiry" : "120",
"hotplug" : "5",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "10",
"scrypt" : true,
"shares" : "0",
"verbose" : true,
"gpu-threads" : "1",
"gpu-engine" : "1150",
"gpu-fan" : "60",
"gpu-memclock" : "1425",
"gpu-powertune" : "20",
"intensity" : "20",
"no-restart" : true,
"temp-hysteresis" : "3",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "0",
"thread-concurrency" : "15232",
"no-pool-disable" : true
}
~DeltaNine