Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
pbfarmer
on 05/10/2018, 23:35:22 UTC
Q. How much cost the fees?
Current fees are:

    3.0% when using at least one mining thread with non-AES architecture, or 32-bits
    1.5% when using only 64-bits AES architecture
    0.9% when using GPU

The fees are twice higher in non-AES mode and/or 32-bits because JCE offers a huge performance gain here.

Hi ! nice miner i tried it local yesterday before planing to put it on my rigs. Before it i would like to know how devfees works ? Is it like Claymore and you connect to your pool from time to time for few secs/mins ? i've not seen anything on my test yesterday.

Thanks.
Found my answer on pages 53 and 58. Thanks !

Will work on miner automatic restart after watchdog close it

My 12 rx580 working on your miner ! All pretty fine ! Thanks.

for an auto-restart, you just need a label definition before the miner, and a goto after.  I.e.:

Code:
:minerStart

jce_cn_gpu_miner64.exe ...

timeout /t 10
goto minerStart