Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: [JCE]Fast & stable CN/v8/Heavy/Tube/XHV miner, CPU+GPU, Vega56 1800+ RX580 1200+
by
migo77
on 26/12/2018, 17:11:26 UTC
⭐ Merited by nc50lc (1)

@migo:
Looks like my miner uses 8 threads and stak uses 16, and stak is probably right to do such.
Can you copy-paste the beginning of my log, where it detects the CPUs ?

Otherwise, try this manual config, which is very like the one of stak:

Code:
"cpu_threads_conf" :
[
     { "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 4, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 5, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 6, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 7, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 8, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 9, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 10, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 11, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 12, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 13, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 14, "use_cache" : true },
     { "cpu_architecture" : "auto", "affine_to_cpu" : 15, "use_cache" : true },
]


Hi JCE, as I said, this config is good for xmr-stak not for jce:
{
  "hashrate":
  {
    "thread_0": 9.05,
    "thread_1": 8.68,
    "thread_2": 8.66,
    "thread_3": 8.68,
    "thread_4": 8.80,
    "thread_5": 8.81,
    "thread_6": 8.80,
    "thread_7": 8.80,
    "thread_8": 9.08,
    "thread_9": 8.69,
    "thread_10": 8.66,
    "thread_11": 8.67,
    "thread_12": 8.80,
    "thread_13": 8.80,
    "thread_14": 8.81,
    "thread_15": 8.80,
    "thread_all": [9.05, 8.68, 8.66, 8.68, 8.80, 8.81, 8.80, 8.80, 9.08, 8.69, 8.66, 8.67, 8.80, 8.80, 8.81, 8.80],
    "total": 140.51,
    "max": 140.58
  },
  "result":
  {
     "wallet": "xxx",
     "pool": "xxx",
     "ssl": false,
     "reconnections": 0,
     "currency": "Monero (XMR/XMV)",
     "difficulty": 6240,
     "shares": 4,
     "hashes": 36240,
     "uptime": "0:06:16",
     "effective": 96.38
  },
  "miner":
  {
     "version": "jce/0.33k/cpu",
     "platform": "Dual Intel(R) Xeon(R) CPU E5520 @ 2.27GHz",
     "system": "Linux 64-bits",
     "algorithm": "15"
  }
}

This is with Nehalem architecture optimizations, but when I manually set generic_sse4 architecture I get +1 H/s what is interesting:

{
  "hashrate":
  {
    "thread_0": 19.16,
    "thread_1": 19.16,
    "thread_2": 19.16,
    "thread_3": 19.16,
    "thread_4": 19.21,
    "thread_5": 19.21,
    "thread_6": 19.21,
    "thread_7": 19.21,
    "thread_all": [19.16, 19.16, 19.16, 19.16, 19.21, 19.21, 19.21, 19.21],
    "total": 153.46,
    "max": 153.46
  },
  "result":
  {
     "wallet": "xxx",
     "pool": "xxx",
     "ssl": false,
     "reconnections": 0,
     "currency": "Monero (XMR/XMV)",
     "difficulty": 6660,
     "shares": 2,
     "hashes": 19990,
     "uptime": "0:01:50",
     "effective": 181.73
  },
  "miner":
  {
     "version": "jce/0.33k/cpu",
     "platform": "Dual Intel(R) Xeon(R) CPU E5520 @ 2.27GHz",
     "system": "Linux 64-bits",
     "algorithm": "15"
  }
}

I think there is something wrong in your optimizations for this architecture... I can sell you one Sun 1U server for 3XMR Smiley + shipping  for development if interested.