Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
frozen80
on 13/07/2018, 18:30:15 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!