Post
Topic
Board Mining (Altcoins)
Re: Zealot/Enemy (z-enemy) NVIDIA GPU miner.
by
crairezx20
on 26/10/2018, 10:36:36 UTC
Hello guys,

I have one minor problem with the Zenemy miner, really it is not problem just annoys me bit. I took photo witch is one post above and highlighted additional info that miner provides witch my miners do not want to show. At some point I got that additional info too, but after some update it disappeared and I can't find any setting in "help" file to force that. Maybe someone knows what to use in batch file to get that additional info on graphics cards? Thanks.


Could you share what is inside on your bat file so that we can find maybe you put additional settings or you remove some character from the bat file it might be the cause why that feature remove or not shows in the miner.

You can copy my own bat file settings below.
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
@echo off
:start
z-enemy -a x16r -o stratum+tcp://rvn.suprnova.cc:6667 -u user1.rig1 -p x -i 22
goto start