Pages:
Author

Topic: EWBF's Cuda Equihash Miner 0.6 - page 16. (Read 85776 times)

newbie
Activity: 84
Merit: 0
August 08, 2018, 09:06:00 AM
what does if i put in the command line --fee 0 ¿?


Your command line will get a little bit longer than it was before you put "--fee 0" in it.

Exactly lol
member
Activity: 239
Merit: 12
August 08, 2018, 09:00:17 AM
what does if i put in the command line --fee 0 ¿?


Your command line will get a little bit longer than it was before you put "--fee 0" in it.
newbie
Activity: 18
Merit: 0
August 08, 2018, 08:09:50 AM
what does if i put in the command line --fee 0 ¿?

thx

EWBF Cuda Equihash Miner v0.5

Greetings!
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, 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://bitcointalksearch.org/topic/annzerzero-your-transactions-are-your-business-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.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.

v0.4
*  Added new solver for Equihash 210,9. Available only with --algo aion (this solver is in beta status)
*  Failover pools can now be specified via command-line arguments, just repeat the credentials set, but do not shuffle them (see Example below)
*  Improved performance for algo 144_5 and maxwell gpus
*  Fixed launching of devices

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.5 KS/s  
 1060    ~13.5 KS/s
 1070    ~19.5 KS/s
 1080    ~23.5 KS/s
 1080ti    ~34.5 KS/s

192_7 uses ~2.5GB vram
 1050ti    ~8 S/s
 1060    ~13 S/s
 1070    ~19 S/s
 1080    ~22 S/s
 1080ti    ~30 S/s

144_5 uses ~2.0GB vram
 1050ti   ~15 S/s  
 1060    ~27 S/s
 1070    ~40 S/s
 1080    ~45 S/s
 1080ti    ~64 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

newbie
Activity: 3
Merit: 0
August 08, 2018, 01:47:15 AM
hello, guys. yeah, i have 2 1060 gpus on windows 10. in verison 0.3 it works fine, but 0.4, 0.5 im take crushing error who caused reboot my farm with cool message - thread exited with message the launch timed out and was terminated.
WAIDW?Huh


Similarly.
Please, correct it
newbie
Activity: 13
Merit: 0
August 07, 2018, 06:43:48 PM
-eexit 1,2 or 3 does not exit miner once connection is closed. I run a multi algo batch file. Once algo needs to switch it does not exit immediately. Miningpoolhub disconnects users by deauthorizing them from the pool.

ewbf BTG-nVidia.miner.0.3.4b -eexit function does exit only after x attempts though...

can you please address -eexit to function correctly. possibly even to act like -r -1 (for claymore) -FS exit (ethminer 14 and below), -r 0 ccminer and so on.
member
Activity: 273
Merit: 12
August 07, 2018, 01:09:15 AM
Receiving the error "API Bind Error" since v.5. Anyway to fix this?
newbie
Activity: 13
Merit: 0
August 06, 2018, 01:31:30 PM
this old readmy (previous version for zec) is fully work with this new ewbf miner? https://github.com/nemosminer/EWBF-Zec-Miner/blob/master/Help.txt

Yes, except --solver option.

Any possible improvements for 96_5, or this is the limit?

It is difficult, but possible.

dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again

This miner does not support equihash 200,9. I also think a couple of months, and it will be unprofitable for the GPU because of the asic's.

Sometimes miner crashes and tries to restart:

"
14:06:42 CUDA: Device: 6 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:43 WARNING: Looks like GPU7 are stopped. Restarting...
14:06:43 INFO: GPU7 are restarted.
14:06:43 CUDA: Device: 7 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU0 are stopped. Restarting...
14:06:44 INFO: GPU0 are restarted.
14:06:44 CUDA: Device: 0 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU1 are stopped. Restarting...
14:06:44 INFO: GPU1 are restarted.
14:06:44 CUDA: Device: 1 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU2 are stopped. Restarting...
14:06:44 INFO: GPU2 are restarted.
14:06:44 CUDA: Device: 2 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU3 are stopped. Restarting...
14:06:44 INFO: GPU3 are restarted.
14:06:44 CUDA: Device: 3 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:45 WARNING: Looks like GPU4 are stopped. Restarting...
14:06:45 INFO: GPU4 are restarted.
14:06:45 CUDA: Device: 4 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
"


I kill task  manually and start the task again, then everything works fine

It would be very good if he himself began anew independently

windows 10, 8 cards : 6/1070 +2/1080ti
drivers nvidia 01.06.2018  ver. 24.21.13.9811

This is actually a common problem, you need to make sure that your overclocking is stable, note that different algorithms load gpu in different ways. Thus, stable overclocking on one algorithm does not guarantee stability for others.

Loving the higher hashrate

BUT STILL HAVING PROBLEMS WITH 12 CARD RIGS, it runs fine for about 5 minutes then crashes, GPU dump errors, help please, using SMOS

With fewer GPUs, no problems?

No problems with fewer GPU's

I have 5 rigs that are 6-9 cards each and one 12 card rig, my 12 card has never fully worked on this new EWBF, I tried v0.2 and 3 and had gpu 10 and 11 crash over and over, v0.5 will sometimes only boot gpu 0 - 9 and run perfectly fine for days, but as soon as I reboot and get all 11-12 cards running it crashes within 10-15 minutes, I lowered OC to 50 core 200 mem and still crashes they are 1070ti, all my other 1070ti work 100% with 200 core 600 memory

I just rebooted again and it only booted gpu 0 - 9 so only 10 cards are working but its stable so I will leave it on for now....
full member
Activity: 405
Merit: 136
August 06, 2018, 09:16:53 AM
hello, guys. yeah, i have 2 1060 gpus on windows 10. in verison 0.3 it works fine, but 0.4, 0.5 im take crushing error who caused reboot my farm with cool message - thread exited with message the launch timed out and was terminated.
WAIDW?Huh

I had practically the same problem with EWBF v0.5. On v0.4 everything works fine without reboot/restart for weeks. But with v 0.5 my miner crashed every hour. I ran each GPU in separate miner process and found which one GPU that crashed miner software. After that I just little reduce overclocking of that GPU and my rigs works well. I think the problem appears due to v0.5 uses more GPU (and power also) resources than older versions. If you think about stability just remember the first Equihash genoil miner  Cheesy
newbie
Activity: 1
Merit: 0
August 06, 2018, 09:12:34 AM
Hi,
My first post here.
Is it possible to mine from magnificentpool with EWBF miner, directly to my wallet adress. I created a Jaxx wallet which is on my PC?
What would be the .bat command.
If it is not possible what kind of wallet do I need and what would the .bat command look like.
Best regards
full member
Activity: 198
Merit: 160
August 06, 2018, 07:48:24 AM
this old readmy (previous version for zec) is fully work with this new ewbf miner? https://github.com/nemosminer/EWBF-Zec-Miner/blob/master/Help.txt

Yes, except --solver option.

Any possible improvements for 96_5, or this is the limit?

It is difficult, but possible.

dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again

This miner does not support equihash 200,9. I also think a couple of months, and it will be unprofitable for the GPU because of the asic's.

Sometimes miner crashes and tries to restart:

"
14:06:42 CUDA: Device: 6 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:43 WARNING: Looks like GPU7 are stopped. Restarting...
14:06:43 INFO: GPU7 are restarted.
14:06:43 CUDA: Device: 7 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU0 are stopped. Restarting...
14:06:44 INFO: GPU0 are restarted.
14:06:44 CUDA: Device: 0 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU1 are stopped. Restarting...
14:06:44 INFO: GPU1 are restarted.
14:06:44 CUDA: Device: 1 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU2 are stopped. Restarting...
14:06:44 INFO: GPU2 are restarted.
14:06:44 CUDA: Device: 2 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:44 WARNING: Looks like GPU3 are stopped. Restarting...
14:06:44 INFO: GPU3 are restarted.
14:06:44 CUDA: Device: 3 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
14:06:45 WARNING: Looks like GPU4 are stopped. Restarting...
14:06:45 INFO: GPU4 are restarted.
14:06:45 CUDA: Device: 4 Thread exited with message: "all CUDA-capable devices are busy or unavailable"
"


I kill task  manually and start the task again, then everything works fine

It would be very good if he himself began anew independently

windows 10, 8 cards : 6/1070 +2/1080ti
drivers nvidia 01.06.2018  ver. 24.21.13.9811

This is actually a common problem, you need to make sure that your overclocking is stable, note that different algorithms load gpu in different ways. Thus, stable overclocking on one algorithm does not guarantee stability for others.

Loving the higher hashrate

BUT STILL HAVING PROBLEMS WITH 12 CARD RIGS, it runs fine for about 5 minutes then crashes, GPU dump errors, help please, using SMOS

With fewer GPUs, no problems?
sr. member
Activity: 954
Merit: 250
August 06, 2018, 07:47:21 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
Zcash uses Equihash-algo. Try ZecMiner64 or EWBF miner:
miner --server us-east.equihash-hub.miningpoolhub.com --user username.workername --pass x --port 20570


thanks for your help but may i know what algo shall i use in EWBF i mean like 210_9 or something , because the new one i must put the alg number on it right
thanks again for your help

Quote
*  Solver for equihash 200,9 has been deleted.

 Cry Cry ok what to do. will wait so. but  i like EWBF
Use EWBF and enjoy
https://bitcointalksearch.org/topic/ewbfs-cuda-zcash-miner-1707546
newbie
Activity: 47
Merit: 0
August 06, 2018, 07:37:51 AM
fukanoshi call his miner as a fastest one, anyone checked already ewbf VS fukanoshi?
Funakoshi is slower than EWBF 0.3 on my RIGs.
newbie
Activity: 4
Merit: 0
August 06, 2018, 04:58:32 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
Zcash uses Equihash-algo. Try ZecMiner64 or EWBF miner:
miner --server us-east.equihash-hub.miningpoolhub.com --user username.workername --pass x --port 20570


thanks for your help but may i know what algo shall i use in EWBF i mean like 210_9 or something , because the new one i must put the alg number on it right
thanks again for your help

Quote
*  Solver for equihash 200,9 has been deleted.

 Cry Cry ok what to do. will wait so. but  i like EWBF
jr. member
Activity: 238
Merit: 3
August 06, 2018, 04:52:56 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
Zcash uses Equihash-algo. Try ZecMiner64 or EWBF miner:
miner --server us-east.equihash-hub.miningpoolhub.com --user username.workername --pass x --port 20570


thanks for your help but may i know what algo shall i use in EWBF i mean like 210_9 or something , because the new one i must put the alg number on it right
thanks again for your help

Quote
*  Solver for equihash 200,9 has been deleted.
newbie
Activity: 4
Merit: 0
August 06, 2018, 04:46:53 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
Zcash uses Equihash-algo. Try ZecMiner64 or EWBF miner:
miner --server us-east.equihash-hub.miningpoolhub.com --user username.workername --pass x --port 20570


thanks for your help but may i know what algo shall i use in EWBF i mean like 210_9 or something , because the new one i must put the alg number on it right
thanks again for your help
sr. member
Activity: 954
Merit: 250
August 06, 2018, 04:38:33 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
Zcash uses Equihash-algo. Try ZecMiner64 or EWBF miner:
miner --server us-east.equihash-hub.miningpoolhub.com --user username.workername --pass x --port 20570
newbie
Activity: 4
Merit: 0
August 06, 2018, 04:10:57 AM
dear i know maybe its stupid question but whats the alg for Zcash and whats the miner command line will be . thanks and sorry again
member
Activity: 99
Merit: 10
August 06, 2018, 04:10:23 AM
I am having issues with the API loading. It states the API failed every so often.

You need to wait a little bit more when restarting miner. I suppose the API listen process needs more time to close connections.
member
Activity: 273
Merit: 12
August 05, 2018, 10:18:09 PM
I am having issues with the API loading. It states the API failed every so often.
jr. member
Activity: 75
Merit: 1
August 05, 2018, 02:01:32 PM
Any possible improvements for 96_5, or this is the limit?
Pages:
Jump to: