Post
Topic
Board Mining (Altcoins)
Re: [CPU] JCE Miner Cryptonight/forks, brand new, super fast!
by
UnclWish
on 22/04/2018, 13:13:28 UTC
impressive score with a Vishera, close to my Ryzen !

about the --variation, cryptolight v7 is for TurtleCoin as far as i know. Jce is optimized for it and uses half Large Pages to ensure contiguous memory.

So, on jce the equivalent is --variation 4
but if you mine turtlecoin, it should be automatic.

jce Dualshares on the way, it will be like the lowpower of stak, but not ready yet, i've to implement it in assembly, it takes some time.
so i expect jce not to be faster than stak with current version lacking dualshare.
Good news! Thanks for your work.
Waiting low power modes...
Hey bro, sorry again for the lost shares...
Even if at 34 h/s the loss is not that big...

You worth a preview of JCE 0.24e (e for experimental)

Without doublehash, on my Xeon Core2, one thread
Code:
Preparing 1 Mining Threads...

+-- Thread 0 config -----------------------------+
| Run on CPU:             0                      |
| Use cache:              yes                    |
| Double-hash:            no                     |
| Assembly module:        generic_sse4           |
+------------------------------------------------+

Cryptonight Variation: Original Cryptonight
Allocated 2MB Cached Large Page Scratchpad Buffer for CPU 0 of NUMA node 0 at: 0000000005600000
11:13:40 | Hashrate Thread 0: 29.26 h/s
11:13:40 | Total: 29.26 h/s

With experimental double-hash
Code:
Preparing 1 Mining Threads...

+-- Thread 0 config -----------------------------+
| Run on CPU:             0                      |
| Use cache:              yes                    |
| Double-hash:            yes                    |
| Assembly module:        generic_sse4           |
+------------------------------------------------+

Cryptonight Variation: Original Cryptonight
Allocated 4MB Cached Large Page Scratchpad Buffer for CPU 0 of NUMA node 0 at: 0000000005800000
11:03:53 | Hashrate Thread 0: 31.19 h/s
11:03:53 | Total: 31.19 h/s

So yes there's a light perf increase Cool
It's too light perf increase ))) Must be more...