Lolliedieb / lolMiner-releases

2.54k stars 577 forks source link

Request Dual (coin + ZIL) feature #1881

Open InvertGreen opened 1 year ago

InvertGreen commented 1 year ago

Hi! Can you make next feature to autoswitch version for dual algo (coin + ZIL) via next steps:

  1. Before start first algo, test connect to ZIL pool.
  2. If connection Ok and have "--enablezilcache" option, apply OC options for ZIL, generate DAG file. If Ok, cached it.
  3. If Ok, start first algo.
jgonzis commented 1 year ago

Hi... You can have alook on that https://github.com/Lolliedieb/lolMiner-releases/wiki/Guide-ALGO---ZIL

InvertGreen commented 1 year ago

Thanks @jgonzis , I use autoswitch and set new version lolminer-1.69.ZIL.tar.gz. But the sequence of steps at start miner remains the same old versions: Start main algo and test for time for zil window. But I suggested a different sequence:

  1. Before start main algo, test connect to ZIL pool.
  2. If connection Ok and have "--enablezilcache" option (new version does not have it), apply OC options for ZIL, generate DAG file. If Ok, cached it.
  3. If Ok, start main algo and test for time for zil window.