Search content
Sort by

Showing 2 of 2 results by cantfoome
Post
Topic
Board Mining (Altcoins)
Re: [GUIDE][AMD][NVIDIA][CPU,GPU,Mobile]How to Mine ⚡Electroneum + Miners Downloads⛏
by
cantfoome
on 09/11/2017, 20:14:43 UTC
Well, I can't solve all your problem guys Cheesy
Thanks Mattthev.  I'm hoping you could help resolve this GPU issue.  I am using XMR-AEON-SUMO-STAK-2.0-20171031 and I can't seem to get the GPU running?

I'm getting Hashrate Report with only three, but what i'm expecting is more threads from the AMD GPU
ID
0
1
2

I did add "gpu_thread_num" : 6, in the AMD.txt file above platform index but it doesn't seem to be working.
You need to put every AMD card twice with same index also.


I don't really understand what you mean but these are my settings.  I do see the 'Starting AMD GPU thread 0, no affinity' prompt but is there anything that looks out of place?

"gpu_thread_num" : 6,

/*
 * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
 *      index    - GPU index number usually starts from 0
 *  intensity    - Number of parallel GPU threads (nothing to do with CPU threads)
 *   worksize    - Number of local GPU threads (nothing to do with CPU threads)
 * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
 * "gpu_threads_conf" :
 * [
 *   { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false },
 * ],
 */

"gpu_threads_conf" : [
  // gpu: Turks memory:384
  // compute units: 6
  { "index" : 0,
    "intensity" : 144, "worksize" : 8,
    "affine_to_cpu" : false,
  },

],

/*
 * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
 */

"platform_index" : 0,


Post
Topic
Board Mining (Altcoins)
Re: [GUIDE][AMD][NVIDIA][CPU,GPU,Mobile]How to Mine ⚡Electroneum + Miners Downloads⛏
by
cantfoome
on 09/11/2017, 15:20:45 UTC
Thanks Mattthev.  I'm hoping you could help resolve this GPU issue.  I am using XMR-AEON-SUMO-STAK-2.0-20171031 and I can't seem to get the GPU running?

I'm getting Hashrate Report with only three, but what i'm expecting is more threads from the AMD GPU
ID
0
1
2

I did add "gpu_thread_num" : 6, in the AMD.txt file above platform index but it doesn't seem to be working.