Skip to content

Guide RaveOS ZIL

jgonzis edited this page Dec 10, 2023 · 10 revisions

Installing Custom Mining:

Select Custom Mining, the File is RaveOSZIL: lolminer-1.80.RaveOSZIL.zip

image

Accept the File:

image

Check is installed:

image

Now time to configure it in RaveOS:

image

image

image

For Main ALGO OC:

Parameter Description
--cclk arg (=*) The core clock used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--coff arg (=*) The core offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--mclk arg (=*) The memory clock only used for KASPA/ALPH to reduce Watts with value 810. "*" can be used to skip a card.
--moff arg (=*) The memory offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--pl arg (=*) The power limit used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--fan arg (=*) The % of the fan used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.

Mining Options ZIL

Parameter Description
--zpool arg Mining ZIL pool to mine on
pool:port or for SSL ssl://pool:port
--zuser arg Wallet ZIL or pool user account to mine on
--zpass arg Pool user account password (Optional)
--zzil arg A ZIL Wallet when mining in Flexpool.io or K1-Pool
--ztls arg Toggle TLS ("on" / "off")
--zcclk arg (=*) The core clock used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--zcoff arg (=*) The core offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--zmclk arg (=*) The memory clock only used for KASPA/ALPH to reduce Watts with value 810. "*" can be used to skip a card.
--zmoff arg (=*) The memory offset used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--zpl arg (=*) The power limit used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.
--zfan arg (=*) The % of the fan used for the GPUs. Cards are separated with a comma. "*" can be used to skip a card.

--cclk 1500 --zpool eu1-zil.shardpool.io:3333 --zuser zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f --zcclk 1500 --zmclk 7000 --zmoff 1750 --zcoff 0

That will mine maing algo to the select pool with a clock of 1500. And for ZIL will mine to eu1-zil.shardpool.io:3333 and the wallet is zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f and the clock is another time 1500, Memory is reset to 7000 (Normally all GDDR6 are 7000 and GDDR6X 9250), Memory Offset of 1750 and Core Offset of 0 (that is recommended because 3060/3060TI will loose performance if it is positive)

Tips:

  • In case you put --mclk 810 or --mclk 5000 for main algo, you should put --zmclk 7000 for 3060TI,3070... or 9250 for 3080/3090 to be sure it is unlocked the clock 810 or 5000

  • In case you put --coff xxx for main algo, you should put --zcoff 0 ti be sure it is restoted the clock

  • ZIL Pools:

  • Shardpool.io just only Shardpool and zil wallet --zpool eu1-zil.shardpool.io:3333 --zuser zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f

  • Crazypool.org just only Crazypool and zil wallet --zpool eu.crazypool.org:5005 --zuser zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f

  • Flexpool needs to add some extra information the pool and later the Wallet should be like ETC_WALLET/ZIL_WALLET --zpool etc-de.flexpool.io:4444 --zuser 0xdee61cb1d8729efe6ceb139d1eafd83da785b188/zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f --zzil zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f

  • K1 Pool need some extra information --zpool eu.etc.k1pool.com:3821 --zuser KrNktVphsqTNsL1hyPDmD8BFRV8mdHmcvYH --zzil zil12udfg3u8tplknlta9rfjwnf9hdpr7svk2rvl2f . So in --zuser the K1 User and --zzil the ZIL Wallet

  • The miner will launch main algo until ZIL starts, stop the main algo, launch ZIL and return later to the main algo.

Clone this wiki locally