@@ -175,7 +175,7 @@ This is a cryptocurrency miner for Nvidia GPUs
175175 Comma-separated list of values can be used to set values per-GPU
176176 To skip a GPU, set the corresponding value to underscore `_`
177177
178- Examples :
178+ Example :
179179 --dual-mode a1,_,a12:r5.2,a12:h92,a2
180180 GPU#0 will mine the primary algorithm
181181 GPU#1 will dual mine with default settings (primary algorithm at 95%)
@@ -309,7 +309,7 @@ This is a cryptocurrency miner for Nvidia GPUs
309309 Comma-separated list of values can be used to set values per-GPU
310310 To skip a GPU, set the corresponding value to underscore `_`
311311
312- Examples :
312+ Example :
313313 --autolykos2-prebuild on,off,on
314314 enables prebuild for GPU#0 and GPU#2 and disables for GPU#1
315315
@@ -321,10 +321,37 @@ This is a cryptocurrency miner for Nvidia GPUs
321321 Comma-separated list of values can be used to set values per-GPU
322322 To skip a GPU, set the corresponding value to underscore `_`
323323
324- Examples :
324+ Example :
325325 --nexapow-small-lut on,off,on
326326 enforces small LUT for GPU#0 and GPU#2
327327
328+ --zil <ZIL>
329+ Enables or disables mining Zilliqa per GPU. Default is "on".
330+
331+ Possible values: on, off
332+ Useful for disabling ZIL mining for individual GPUs
333+
334+ Example:
335+ --zil off,on,on
336+ disables ZIL mining for GPU#0
337+
338+ --zil-cache-dag <ZIL_CACHE_DAG>
339+ Enables or disables caching Zilliqa DAG. Default is "on".
340+
341+ Possible values: on, off
342+ If enabled, ZIL DAG is generated when the miner starts up and
343+ is kept in GPU memory at all times even if it means lower performance
344+ for the primary algorithm in dual/triple mining mode.
345+ If disabled, the DAG is built on-demand when a ZIL round starts
346+ and then destroyed after it's finished.
347+
348+ Comma-separated list of values can be used to set values per-GPU
349+ To skip a GPU, set the corresponding value to underscore `_`
350+
351+ Example:
352+ --zil-cache-dag on,off,on
353+ enables DAG cache for GPU#0 and GPU#2 and disables for GPU#1
354+
328355 --zil-countdown
329356 Enables Zilliqa countdown timer
330357
0 commit comments