Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
Lermite
on 07/07/2018, 14:13:11 UTC
I am trying to set the JCE miner on my home PC, that is Vega 64 and Ryzen 1700

When I do the "auto" my CPU is hashing 600+ H/s, but when i remove auto and put -c config.txt to use the GPU as well, no matter what config i try, my CPU always ends up hashing 300-400 or even less. I am trying to mine CN7. Anybody have some good configuration for 8-core ryzen to copy paste into the config for CN7 mining?
I also mine with a 1700.
My settings for Crytponight v7 is one thread per physical core, all using cache.

Code:
"cpu_threads_conf":
[
    { "cpu_architecture": "ryzen", "affine_to_cpu": 1, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 3, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 5, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 7, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 9, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 11, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 13, "use_cache": true },
     { "cpu_architecture": "ryzen", "affine_to_cpu": 15, "use_cache": true },
],

The result is about 700 h/s.