Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
lebuawu2
on 05/08/2018, 02:09:19 UTC
I plan to put a Claymore-like watchdog: in case a GPU falls under a certain hashrate (default: 0) the miner quits. Then it's up to you to have a script (.bat or .sh) whose next line is a reboot command.

The watchdog wouldn't apply during the warmup session, since then the hashrate is very unstable and inconsistent, on purpose. It may crate both false positive (hashrate higher than real hardware max) or false negative (hashrate very low). That's because the VRAM memory accesses are managed to ensure 100% hashrate after the warmup. Something that was broken in the 0.32+
And not applied to CPU, since a slower CPU is caused by a legitimate other app that need some compute (the system, a driver, whatever...).

0.32g released soon. I skip the minor updates and will release them later in a minor upgrade. 0.32g will only have:

Code:
Faster CN-Heavy/Haven/Tube
Fixed warmup
Netcode fixes
Removal of gamma/delta/epsilon/zeta greeks

Then next:
Code:
Cryptolight-Red fork
Reworked log about shares
zBucks coin

can you please add keepalive option in the next release plan?