EWBF Cuda Equihash Miner v0.1Greetings!This is the initial release of a new miner for Equihash algorithm.
It is based on my last Zcash miner and almost completely repeats it.
Now closer to the topic:
* Parameter "solver" is disabled.
* Solver for equihash 200,9 has been deleted.
* Solvers for Equihash 192,7 and 144,5 has been added
* Added timestamps in the output to the screen and to the log file.
* Argument --algo is added, allow you to select Equihash variant allowed two values 144_5 and 192_7. This parameter is mandatory.
* Argument --pers is added, allow you to set personalization string (8 charachters) for equihash algorithm. This parameter is optional. Equihash by default uses the string "ZcashPoW", many other coins also use this string, but not all, some coins use their own string, and these are all differences, so for some coins, you need to set the --pers option to the required string, for example, Zero coin:
https://bitcointalk.org/index.php?topic=3310714 uses the string "ZERO_PoW" and for mining this coin you need to pass arguments --algo 192_7 --pers ZERO_PoW ....
Fee is presented and by default 2%, argument --fee is presented too.
Expected performance:144_5 uses ~2.2GB vram
1060 6G ~20S/s
1070 ~30S/s
1080 ~35S/s
192_7 uses ~2.9GB vram
1060 6G ~12S/s
1070 ~18S/s
1080 ~20S/s
Please note, that this is initial release, and it can be baggy or incompatible with many coins or pools.
Miner compiled with cuda 9.1 for x64 linux and windows. Support devices with compute capability 5.0 and higher.
Windiws
https://mega.nz/#F!fsAlmZQS!CwVgFfBDduQI-CbwVkUEpQLinux
https://mega.nz/#F!3xYlSJDK!kG4kVLg1arbBuq1dd8u9aALinux
https://drive.google.com/open?id=1jUhXYysli_x6MH_wQ9lY07c68Ze7WM8gWindiws
https://drive.google.com/open?id=1anfDRDVc_Fs_NceuZNuDK8HWZgcCdM3A A question for you, how difficult is it for Bitmain and Inno_Miner to just do an Over the Air update to their miners to include the code you have in here for 144.5 algo?