Author

Topic: Doubt Putting 5 GPUs into the Simplecoin Cgminer Config (Read 133 times)

member
Activity: 126
Merit: 50
Ask me for Pools, Nodes and Explorers.
Does your PC configuration detect more than than 3 GPU's? The good program to check this would be Speccy for windows. Is this your problem your problem or what? You need to make sure that your computer detects all of the 6 GPU's to know whether it's about the OS or the mining software (or rarely faulty hardware).
newbie
Activity: 1
Merit: 0
I have a mining 6 GPU AMD RX570 4GB.

I worked for a long time with NiceHash now I'm testing Simplecoin.

Below is the following:


 {
  "algo": "cryptonight",
  "background": false,
  "colors": true,
  "donate-level": 1,
  "log-file": null,
  "print-time": 60,
  "retries": 5,
  "retry-pause": 5,
  "opencl-platform": 1,
  "threads": [
    {
      "index": 0,
      "intensity": 768,
      "worksize": 8,
      "affine_to_cpu": false
    },
    {
      "index": 1,
      "intensity": 768,
      "worksize": 8,
      "affine_to_cpu": false
    },
    {
      "index": 2,
      "intensity": 768,
      "worksize": 8,
      "affine_to_cpu": false
    }
  ],
  "pools": [
    {
      "url": "simpleco.in:8081",
      "user": "Slordead.9320",
      "pass": "x",
      "keepalive": true,
      "nicehash": false,
      "variant": -1
    }
  ],
  "api": {
    "port": 0,
    "access-token": null,
    "worker-id": null
  }
}

The question is how do I add 3 more GPUs since the system only detects 3.


If you can use these config lines and add them so that it recognizes 6 GPUs, I appreciate it. [/ B]


Jump to: