Bitcoin Forum
December 07, 2023, 08:48:31 PM *
News: Mixers will no longer be allowed after Jan 1
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / EWBF's Cuda Equihash Miner 0.6 on: June 13, 2018, 08:08:47 PM
EWBF Cuda Equihash Miner v0.6

Greetings!
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, 144,5, 96,5 and 210,9 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 values 144_5, 192_7, 96_5, 210_9, zhash, aion. 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.

v0.6
* Fixed situation where the api socket did not close during the exit..
* Increased time-outs during stratum authorization and subscription.
* 144_5, 192_7, 96_5 now faster.
* 144_5 now uses less vram, ~1.63GB (This should be useful for 2GB cards).

v0.5
* 96_5 fixed the problem with cropped performance on fast (1080ti, Titan) gpu.
* 144_5 Speed up by 3-15% depends on the hardware.
* 210_9 Speed up by 2%.
* 210_9 Fixed "low difficulty shares" problem, on Aion pools.
* 210_9 can now be used via --algo 210_9, I recommend using --algo aion for Aion mining, this will help you avoid problems with the wrong personalization string.
* Added option --intensity, this option will not increase performance, only slightly reduce the gpu usage, if you set it to 1. Works like --cuda_devices argument,
   for example: --intensity 64 64 1 64 64 will apply the intensity 1 to the device with id 2.
 Special features (These features are added for specific projects,do not use these parameters on conventional pools):
* Added option --pers auto, Allow the pool to manage the personalization string. (Profit switching). (http://zergpool.com)
* Added option --algo 144_5_EXCC_D For ExchangeCoin.

Known issues (mostly will be fixed)
*  Equihash 96_5 Can be slower in cuda 8 versions.
*  Performance counters may display an incorrect speed during reconnection.

Expected performance:

96_5 uses ~1.6GB vram
 1050ti   ~7.8 KS/s  
 1060    ~14 KS/s
 1070    ~20 KS/s
 1080    ~25 KS/s
 1080ti    ~37 KS/s

192_7 uses ~2.5GB vram
 1050ti    ~8 S/s
 1060    ~15 S/s
 1070    ~22 S/s
 1080    ~24 S/s
 1080ti    ~35 S/s

144_5 uses ~1.63GB vram
 1050ti   ~18 S/s  
 1060    ~30 S/s
 1070    ~45 S/s
 1080    ~50 S/s
 1080ti    ~75 S/s

210_9(aion) uses 1.2G vram
 1050ti   ~75 S/s
 1060    ~130 S/s
 1070    ~190 S/s
 1080    ~210 S/s
 1080ti  ~320 S/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 and cuda 8.0 for x64 linux and windows. Support devices with compute capability 5.0 and higher.

Windiws    https://mega.nz/#F!fsAlmZQS!CwVgFfBDduQI-CbwVkUEpQ
Linux        https://mega.nz/#F!3xYlSJDK!kG4kVLg1arbBuq1dd8u9aA

Linux        https://drive.google.com/open?id=1jUhXYysli_x6MH_wQ9lY07c68Ze7WM8g
Windiws   https://drive.google.com/open?id=1anfDRDVc_Fs_NceuZNuDK8HWZgcCdM3A

Usage examples (batch files):
Basic Example:
Code:
miner --algo 144_5 --server SERVER_ADDR --port PORT --user USER --pass PASSWORD

Failover pools up to 8 pools:
Code:
miner --algo 144_5 --server SERV1 --port PORT1 --user USER1 --pass PASS1 --server SERV2 --port PORT2 --user USER2 --pass PASS2
2  Alternate cryptocurrencies / Mining (Altcoins) / EWBF's CUDA Zcash miner on: December 07, 2016, 11:53:30 AM
Version 0.3.4b.

EWBF's Zcash cuda miner.
Expected speeds 500 sols/s gtx 1080, 444 sols/s gtx1070. 300 gtx1060 6G. Stock settings.
Writen for pascal gpus but works on cards with at least 1Gb memory, and Compute Capability 2 and higher.
Miner contain dev fee 2%.
Sorry for my bad english  Sad

Version 0.3.4b
A slightly improved speed of about 2%
Added option --intensity, sets maximum intensity.
Added support for configuration files.
Added option --config, sets the name of the config file.
Added support for failover servers, through config files.
Added new values to the api method getstat.
Added http api you can use http://127.0.0.1:42000/getstat address to get statistics.
Added simple web page with statistics, simply open the api address in the web browser. (Experemental)
Fixed couple of bugs.

Version 0.3.3b
Added option --pec power efficiency calculator.
Added option --fee developer fee control.
Use miner --help command for more information.

FAQ:
Q: How to select a GPU that will be used by a miner
A: Use option --cuda_devices 0 1 2 digits is id of the devices which will be used.

Q: How intensity works?
A: The miner uses adaptive intensity and tries to use the maximum intensity value, with the help of the --intensity option you can set a limit on the maximum intensity, this will slightly reduce gpu usage and performance. Allowed values 1 - 64. You can set different values for each cards --intensity 64 64 64 64

Q: How to use config?
A: You can run the miner like all previous versions with command line arguments, in this case the config file will be ignored. If you sets the --config argument, the specified config file will be used, all other command line arguments will be ignored. If you run a miner without command line arguments, the miner will try to use the default config file miner.cfg.

Q: How to use failover servers
A: This feature works only with config files, see config examples, supplied with the miner.

Windows x64
https://mega.nz/#F!usQh2bTa!3qp_PaiO-dw3F0mpvLXynA
https://drive.google.com/open?id=0B9EPp8NdigFianNlcUh0YWFhOVE

Linux x64
https://mega.nz/#F!aop0BLaR!qQUGG6C2ZhE2zAC0XAlMSw
https://drive.google.com/open?id=0B9EPp8NdigFibDl2MmdXaTFjWDQ
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!