June 18, 2026, 11:07:51 AM

Author Topic: CGminer Help with CryptoCoinMine  (Read 32634 times)

0 Members and 1 Guest are viewing this topic.

Offline dreamwatcher

  • Gold Miner
  • ****
  • Posts: 138
  • Karma: +11/-0
    • View Profile
    • CryptoCoin Explorer
Re: CGminer Help with CryptoCoinMine
« Reply #15 on: August 09, 2013, 06:36:52 PM »
cryptocoinmines down or at least not taking any new clients at this time. please wait in the waiting room with the others. lol

hey paint just noticed if your trying to mine with a gpu..... your clock and mem engine settings say 0 (zero) 0-0. to set it up use gpu caps veiwer to see your settings and make your engine clock 25 more than it says and set mem to about a third or half.
try that.


if im wrong guys help a brother miner out.

I just registered a test account without any issues. You do need to put in a valid e-mail address and follow the link in the registration e-mail to unlock and use the account.
If yo still have problems, just PM me the account name you tried to register under and i will unlock it by hand.

Ipaint,

I do not know what miner/screen you are getting those numbers from. What mining software are you trying to use?

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: CGminer Help with CryptoCoinMine
« Reply #16 on: August 09, 2013, 09:44:43 PM »
Dream, I got the info from Geek3D GPU Caps Viewer and I'm trying to get CGMiner working.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #17 on: August 09, 2013, 09:56:26 PM »
thats the same caps veiwer i got
 now use max clock number and add 25 to it so its 785 in yor conf file and mem  1/3 is 266. 6   in ur conf file

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: CGminer Help with CryptoCoinMine
« Reply #18 on: August 09, 2013, 10:59:50 PM »
This is what I have in my conf file. Every time I add "kernel" : "scrypt", and or "scrypt" : true, I get errors or it crashes.




"pools" : [
   
                "name" : "CryptoCoinMine (gld.cryptocoinmine.com)",
      "url" : "stratum+tcp://gld.cryptocoinmine.com:2020",
        "user" : "ipaint.1",
      "pass" : "x"


,
"intensity" : "d",
"vectors" : "2",
"worksize" : "128",
"kernel" : "phatk",
"lookup-gap" : "2",
"thread-concurrency" : "1",
"shaders" : "256",
"gpu-engine" : "266.6",
"gpu-fan" : "0-75",
"gpu-memclock" : "785",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #19 on: August 09, 2013, 11:31:14 PM »
Looks like your JSON is off-kilter.  Given the current values, I think it should be like this:

{
"pools" :    [
            {
   
               "name" : "CryptoCoinMine (gld.cryptocoinmine.com)",
               "url" : "stratum+tcp://gld.cryptocoinmine.com:2020",
               "user" : "ipaint.1",
               "pass" : "x"
            }
         ],
"intensity" : "d",
"vectors" : "2",
"worksize" : "128",
"kernel" : "phatk",
"lookup-gap" : "2",
"thread-concurrency" : "1",
"shaders" : "256",
"gpu-engine" : "266.6",
"gpu-fan" : "0-75",
"gpu-memclock" : "785",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: CGminer Help with CryptoCoinMine
« Reply #20 on: August 09, 2013, 11:51:39 PM »
All the code is there, I missed it or something when I copied and posted it.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline tadspoles

  • Legendary
  • *****
  • Posts: 629
  • Karma: +46/-0
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #21 on: August 10, 2013, 12:06:26 AM »
It may be crashing or erroring out because it's starting to work but the other values are incorrect for your card.

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #22 on: August 10, 2013, 01:15:27 AM »
change your kernel to-       poclbm
vectors=0
intensity=0

if it works increase intensity (-20 through 20 is the scale )
change vectors to 1
 

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #23 on: August 10, 2013, 01:25:31 AM »
also in your engine you have to put the max you have plus the 25 added to it so it looks like this       760-785  also to have them switch around lol :P  the numbers for engine and mem need switched memclock is 266.6 not engine lol hope this helps   


edit: i noticed up a few post i said max clock i meant engine sorry bout that
« Last Edit: August 10, 2013, 01:39:42 AM by irond »

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #24 on: August 10, 2013, 01:29:59 AM »
lookup gap=0
thread concurrency=0
worksize=512

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #25 on: August 10, 2013, 01:35:14 AM »
now if this works watch it for 5 mins notice ur speed. slowly increase your memclock by 10 or so(restarting each time you change your conf) til u see it going down in speed then back it down where you get the most out of it.  you caps veiwer to watch those temps video cards can run into the 125 degrees mines a steady 111 degrees mining
« Last Edit: August 10, 2013, 01:42:32 AM by irond »

Offline jimbo

  • Gold Miner
  • ****
  • Posts: 107
  • Karma: +6/-1
    • View Profile
Re: CGminer Help with CryptoCoinMine
« Reply #26 on: August 10, 2013, 01:47:20 AM »
i didnt us the                            "name" : "CryptoCoinMine (gld.cryptocoinmine.com)",                        line.

Offline dreamwatcher

  • Gold Miner
  • ****
  • Posts: 138
  • Karma: +11/-0
    • View Profile
    • CryptoCoin Explorer
Re: CGminer Help with CryptoCoinMine
« Reply #27 on: August 10, 2013, 02:07:45 PM »
You must use the "scrypt" kernel or no shares will accepted by the pool.

diablo, polcbm, phatk are all SHA_256 hash kernels.

A couple of things to try:

First delete all the files that end in .bin in your cgminer directory. These are the compiled version of the CL files that CGminer creates on the fly depending on the hardware it sees.

Second: there a couple of enviromental variables that need to be set for Cgminer to work correctly. I use a small script to start Cgminer.

cg.sh -->

Code: [Select]
#! /bin/bash
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=50
./cgminer

Make sure to set cg.sh to executable.

chmod+x cg.sh

start Cgminer with the cg.sh script

Some people use 40 or even 100 value on the 'alloc_percent' line. Experiment to see what works best for you.




Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: CGminer Help with CryptoCoinMine
« Reply #28 on: August 11, 2013, 02:14:40 PM »
Thanks for the help everyone, but I more or less gave up for now. I gotta paint a few paintings, so I'll get back to it. But I did get 600 Kh/s but it wouldn't get any shares or connect to the pool. I'll keep playing with the settings and see what happens.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: CGminer Help with CryptoCoinMine
« Reply #29 on: August 11, 2013, 08:45:30 PM »
It was bugging me so I did some painting and started checking this out again :)

I was reviewing the files and there is only scrypt130511.cl for Scrypt is there any other scrypt files I can try or is that it? Because when ever I use scrypt in the .conf I get errors.

dreamwatcher I have no idea how to do what you posted. I am only setting up the .conf file then I just click on cgminer.exe to make it run. Anything past that I have no idea how to do it.

Added:

With these settings I am getting about +- 625 Kh/s But it's not connecting to the pool and no shares. I assume it's because I can't use scrypt without errors.


"intensity" : "-9",
"vectors" : "1",
"worksize" : "128",
"kernel" : "phatk",
"lookup-gap" : "2",
"thread-concurrency" : "0",
"shaders" : "256",
"gpu-engine" : "750-775",
"gpu-fan" : "0-75",
"gpu-memclock" : "250",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "65",
"temp-target" : "55",
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
« Last Edit: August 11, 2013, 08:48:34 PM by ipaint »
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL