-
Added ETHASH/ETCHASH + BLAKE3_ALEPHIUM dual mining mode
-
Added AUTOLYKOS2 + BLAKE3_ALEPHIUM dual mining mode
-
Fixed ETHASH/ETCHASH + KASPA mining on nicehash
-
Added parameter '--gpu-table-slow-build' which slows down DAG/Datatable creation for ETHASH/ETCHASH/UBQHASH/PROGPOW/AUTOLYKOS2 algorithms (might help in avoiding crash)
-
Parameter '--gpu-dual-mode' isn't needed anymore, miner will auto check if selected algorithms are eligible for dual mining
-
Fixed a few bugs related to dual mining mode
Dual mining tips:
Same as before, it is important to follow this simple rule:
If you increase CORE clock of the GPU because you want higher hashrate on A1 (KASPA/ALEPHIUM), you probably should also increase intensity of the SECOND algorithm too!
Not doing so might leave you on the same hashrate even if you increased the CORE clock!
Example:
Leave intensity of A0 on auto, and set intensity of A1 to 4 : --gpu-intensity 0 --gpu-intensity 4 , or --gpu-intensity 0;4
Dual ethereum/alephium example:
--disable-cpu --algorithm ethash --algorithm blake3_alephium --pool ethereum-pool-here --pool alephium-pool-here --wallet ethereum-wallet-here --wallet alephium-wallet-here
Dual ergo/alephium example:
--disable-cpu --algorithm autolykos2 --algorithm kaspa --pool ergo-pool-here --pool alephium-pool-here --wallet ergo-wallet-here --wallet alephium-wallet-here