Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
zeef
on 13/07/2018, 19:14:42 UTC
Hi guys,

How can i insert the config for my ryzen 3 2200g .

Im tryed :


jce_cn_cpu_miner%BITS%.exe -c CONFIG==config.bittube --any --forever --variation %FORK% --low -o %POOL%:%PORT% -u %WALLET% -p %PASSWORD% %SSL% %*

But no sucess open my config for the cpu  Roll Eyes

 Cool

Hi zeef,

I think your config.bittube file should look like this:
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 },
]
You have additional "," after 'true' on thread 2 and thread 4. Try to remove the extra ",".
And "-c config.bittube" on the params in the .bat file.

Good luck!



Thanks was the syntax inside the config.. i have strange inputs ehhe

What should have the cpu_threads_conf for an ryzen 3 2200g with apu. Smiley  If i leave auto gives me better than put the 4 threads Smiley

Thanks

Regards