Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin With a Fast Distribution *6 Exchanges
by
machasm
on 21/02/2014, 15:33:11 UTC
is there a guide how to setup mintcoin cgminer? I don't get it there's no config file? I have a 4.0.0 version

I'm not new to mining.

You need version 3.7.2. Scrypt isn't supported in later versions.
http://ck.kolivas.org/apps/cgminer/

which one is the correct one then?

http://ck.kolivas.org/apps/cgminer/3.7/

as he said, you need cgminer 3.7.2 Smiley
http://cryptomining-blog.com/tag/gpu-mining/page/3/

got it from here but still don't know whats wrong just wont start correctly

what does your .bat file look like? And what kinda GPU are you using?
I have a .conf file
Quote
{
"pools" : [
   {
      "url" : "stratum+tcp://mnt.coins4everyone.com",
      "user" : "user",
      "pass" : "pass"
   }
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048,",
"gpu-engine" : "0-0",
"gpu-fan" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "85",
"temp-target" : "65",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
2x 280x

You have omitted the port number after mnt.coins4everyone.com.
it should read mnt.coins4everyone.com:3445
Hope this helps.