Bitcoin Forum
April 27, 2024, 08:15:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  Print  
Author Topic: EWBF's Cuda Equihash Miner 0.6  (Read 85729 times)
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 13, 2018, 08:08:47 PM
Last edit: September 29, 2018, 05:08:47 PM by EWBF_
Merited by minerx117 (31), suchmoon (7), philipma1957 (5), CjMapope (3), VoskCoin (2), Coin++ (2), punk.zink (1), Thebestis7950 (1)
 #1

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
1714205718
Hero Member
*
Offline Offline

Posts: 1714205718

View Profile Personal Message (Offline)

Ignore
1714205718
Reply with quote  #2

1714205718
Report to moderator
1714205718
Hero Member
*
Offline Offline

Posts: 1714205718

View Profile Personal Message (Offline)

Ignore
1714205718
Reply with quote  #2

1714205718
Report to moderator
1714205718
Hero Member
*
Offline Offline

Posts: 1714205718

View Profile Personal Message (Offline)

Ignore
1714205718
Reply with quote  #2

1714205718
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714205718
Hero Member
*
Offline Offline

Posts: 1714205718

View Profile Personal Message (Offline)

Ignore
1714205718
Reply with quote  #2

1714205718
Report to moderator
1714205718
Hero Member
*
Offline Offline

Posts: 1714205718

View Profile Personal Message (Offline)

Ignore
1714205718
Reply with quote  #2

1714205718
Report to moderator
Kahooli
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
June 13, 2018, 09:20:57 PM
 #2

Welcome back. Why the total removal of 200,9 ?
mettalmag
Legendary
*
Offline Offline

Activity: 1084
Merit: 1003


≡v≡


View Profile
June 13, 2018, 09:31:00 PM
 #3

welcome back
nice to hear from you again
can't wait for updates
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 13, 2018, 10:29:15 PM
 #4

Welcome back. Why the total removal of 200,9 ?

In fact, I'll probably return 200,9 variant later, the main reason is different optimization methods, it was too hard to put this solvers in an old miner. And, another reason is an asic's of course.
Lafu
Legendary
*
Online Online

Activity: 2954
Merit: 3038



View Profile
June 13, 2018, 10:32:19 PM
 #5

Yeb welcome back , and nice to see ya again working on Mining Software ! 

LTZ-Team
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
June 13, 2018, 10:57:41 PM
 #6

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 13, 2018, 11:07:33 PM
 #7

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.
LTZ-Team
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
June 13, 2018, 11:55:35 PM
 #8

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

No problem! What you did was really appreciated! Thank you again!

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
June 14, 2018, 04:39:25 AM
 #9

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

why i cant mine with 3gb cards? 192_7 is 2.9gb should be ok or no?
Turcy086
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 14, 2018, 07:26:07 AM
 #10

I have 6x1080. Started it, but its exiting with no error. Log doesnt have any error.
I tried the stock run.bat too.
Any Ideas?
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 14, 2018, 11:58:21 AM
 #11

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

why i cant mine with 3gb cards? 192_7 is 2.9gb should be ok or no?

I did not test it on 3 GB cards, try it on cards without the display connected.

I have 6x1080. Started it, but its exiting with no error. Log doesnt have any error.
I tried the stock run.bat too.
Any Ideas?

what is output on the screen?
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
June 14, 2018, 12:35:10 PM
 #12

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

why i cant mine with 3gb cards? 192_7 is 2.9gb should be ok or no?

I did not test it on 3 GB cards, try it on cards without the display connected.

I have 6x1080. Started it, but its exiting with no error. Log doesnt have any error.
I tried the stock run.bat too.
Any Ideas?

what is output on the screen?

they dont have display connected.
can you check this for us?&
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 14, 2018, 01:05:49 PM
 #13

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

why i cant mine with 3gb cards? 192_7 is 2.9gb should be ok or no?

I did not test it on 3 GB cards, try it on cards without the display connected.

I have 6x1080. Started it, but its exiting with no error. Log doesnt have any error.
I tried the stock run.bat too.
Any Ideas?

what is output on the screen?

they dont have display connected.
can you check this for us?&

Ok, i will check it out, but only tomorrow.
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
June 14, 2018, 03:35:59 PM
 #14

Thank you very much for your hard work! Me and all LitecoinZ Team will test immediately the new miner on our testnet!

Any plans to release also a version for AMD GPUs?

Thanks again!
Mark

I have not worked with OpenCL for many years, so the answer is no, at least not now.

why i cant mine with 3gb cards? 192_7 is 2.9gb should be ok or no?

I did not test it on 3 GB cards, try it on cards without the display connected.

I have 6x1080. Started it, but its exiting with no error. Log doesnt have any error.
I tried the stock run.bat too.
Any Ideas?

what is output on the screen?

they dont have display connected.
can you check this for us?&

Ok, i will check it out, but only tomorrow.

ok, thank you very much
CarlOrff
Sr. Member
****
Offline Offline

Activity: 826
Merit: 440



View Profile
June 14, 2018, 09:46:00 PM
 #15

Welcome back EWBF and thank you for BTCz support (algo EquiHash 144.5).

Bitcoin + privacy respect = BitcoinZ (topic BitcoinZ)
The only decentralized crypto that complements Bitcoin on privacy.
You missed Bitcoin in 2009 ? Do not miss BitcoinZ in 2018 !
abstractHaze
Newbie
*
Offline Offline

Activity: 106
Merit: 0


View Profile
June 14, 2018, 10:02:17 PM
 #16

questions.

1. BTG is is going to 144.   when is that again.

2. When that happens. old miner will stop working and i must use new correct?

3. here is my script. what will i need to change?
miner.exe --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

new script (help me with this, is this correct?)

miner.exe --algo 144_5 --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

4. ( --pers )would help answer question above. is this needed for btg, if so, what do i change it to.


5. does --fee 0 work as intended??


ty!
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 14, 2018, 10:18:03 PM
 #17

questions.

1. BTG is is going to 144.   when is that again.

2. When that happens. old miner will stop working and i must use new correct?

3. here is my script. what will i need to change?
miner.exe --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

new script (help me with this, is this correct?)

miner.exe --algo 144_5 --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

4. ( --pers )would help answer question above. is this needed for btg, if so, what do i change it to.


5. does --fee 0 work as intended??


ty!

2. Yes.
3. Yes, this is correct for  equihash 144,5
4. They said "We are going to upgrade to Equihash with a the parameter set <144,5>, with some customization." everything will depend on this "customization", if they change the algorithm, and not just the string of personalization, then a new miner will be needed. If only this line, then you will need to add --pers "string" and that's it.
5. Yes.
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 14, 2018, 10:55:16 PM
 #18

IS there any tricks to use 2GB cards or are the new equihash algos coming out basically similar to ETH with its 3GB dag file your screwed?

AKA Must use 3gb Vram or higher cards only?

With 144,5 is possible, with 192,7 only with huge performance drop.
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 14, 2018, 11:02:58 PM
 #19

IS there any tricks to use 2GB cards or are the new equihash algos coming out basically similar to ETH with its 3GB dag file your screwed?

AKA Must use 3gb Vram or higher cards only?

With 144,5 is possible, with 192,7 only with huge performance drop.

Is there a way via command or another outside program to do so?

Testing with 144,5 on a test pool my 2gb cards wouldnt fire and program just pauses/stops. Although when I call via CFG file just to my 3gb card test mining will launch and accept jobs, but as soon as I add a 2gb card to the list of devices it wont even start mining.

LMK and thanks for your work!

No, this requires changing the program code.
MentalNomad
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 14, 2018, 11:04:29 PM
 #20

questions.

1. BTG is is going to 144.   when is that again.

2. When that happens. old miner will stop working and i must use new correct?

3. here is my script. what will i need to change?
miner.exe --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

new script (help me with this, is this correct?)

miner.exe --algo 144_5 --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595

4. ( --pers )would help answer question above. is this needed for btg, if so, what do i change it to.


5. does --fee 0 work as intended??


ty!

2. Yes.
3. Yes, this is correct for  equihash 144,5
4. They said "We are going to upgrade to Equihash with a the parameter set <144,5>, with some customization." everything will depend on this "customization", if they change the algorithm, and not just the string of personalization, then a new miner will be needed. If only this line, then you will need to add --pers "string" and that's it.
5. Yes.

1. Final date has not been decided/shared. We'll make sure you know when it's decided.
4. Yes, "BgoldPoW" - references:
https://github.com/BitcoinGold-mining
https://github.com/BitcoinGold-mining/tromp-equihash/commit/38e0b154c4a2fd4bdd487c3c59943035dffa2ecc

Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!