Bitcoin Forum
April 19, 2024, 05:15:36 AM *
News: Latest Bitcoin Core release: 26.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 85728 times)
MentalNomad
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 14, 2018, 11:06:05 PM
 #21

EWBF Cuda Equihash Miner v0.1

Greetings!
This is the initial release of a new miner for Equihash algorithm.


Fantastic stuff, EWBF. Thanks for getting it out in time for BTCZ!

(They are using string "BitcoinZ" and fork June 15.)

1713503736
Hero Member
*
Offline Offline

Posts: 1713503736

View Profile Personal Message (Offline)

Ignore
1713503736
Reply with quote  #2

1713503736
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713503736
Hero Member
*
Offline Offline

Posts: 1713503736

View Profile Personal Message (Offline)

Ignore
1713503736
Reply with quote  #2

1713503736
Report to moderator
brooklynite1
Member
**
Offline Offline

Activity: 630
Merit: 10

In BTCz we trust. Organic slow growth.


View Profile WWW
June 14, 2018, 11:24:22 PM
 #22

EWBF Cuda Equihash Miner v0.1

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 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-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



Hello EWBF!

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?

abstractHaze
Newbie
*
Offline Offline

Activity: 106
Merit: 0


View Profile
June 14, 2018, 11:35:23 PM
 #23

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




SO end result is **
according to ur statement?
miner.exe --algo 144_5 --pers BgoldPoW --server us-east.equihash-hub.miningpoolhub.com --user x --pass xx --port 20595
Miner2525
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
June 14, 2018, 11:44:56 PM
 #24

Nice to see EWBF alive again!  So which coins are using 192_7 currently?

I'm curious to know how easy it will be for Bitmain to update to these alternative parameters also.  Otherwise these hard forks to avoid ASIC's will be pointless.
Overdrive5
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
June 15, 2018, 01:41:14 AM
 #25

EWBF, What is the oldest Linux driver version that will work with your miner?

I prefer to stay a bit back from the bleeding edge of drivers. Experienced to many driver regressions in my 34+ year administrator career. Let me know....
renuzit
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 15, 2018, 02:02:04 AM
Last edit: June 15, 2018, 04:51:14 AM by renuzit
 #26

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?

It's probably a windows 10 bug. During our testing of 144_5 requiring 2.6 GB of ram, we discovered that windows 10 will not allow you to fully allocate the amount of vram in a card due to a bug. Downgrading to Windows 7 or running in linux allowed it to work.
renuzit
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 15, 2018, 03:38:59 AM
 #27

The testnet is up for BitcoinZ BTCZ. You can test the 144,5 algo here (we call it ZHash). I'm glad it supports our personalization!

./miner --algo 144_5 --server mine-btcz-na.equipool.1ds.us --user tmWNpX6y9x4xFxg4NDkkajsVB4CxKx9sAgb.renuzit --pass x --port 49951 --pers BitcoinZ

We're going live with the algo change on Sunday, this couldn't have come at a better time!
mlotis
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
June 15, 2018, 04:19:47 AM
 #28

1080ti OC on 192_7: 33 sol/s
1070 OC on 192_7: 20 sol/s
FollowWings
Newbie
*
Offline Offline

Activity: 173
Merit: 0


View Profile WWW
June 15, 2018, 04:20:18 AM
 #29

Welcome back alive EWFB!
Kings never die! Wink
Im an AMD miner, but I appriciate your job!
Thank you!
Turcy086
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 15, 2018, 05:35:23 AM
 #30

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.

Code:
+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.1         |
+-------------------------------------------------+
07:33:47 INFO: Current pool: zer-eu.forgetop.com:2052
07:33:47 INFO: Selected pools: 1
07:33:47 INFO: Algorithm: 192_7 "ZERO_PoW"
07:33:47 INFO: Devices: All.
07:33:47 INFO: Temperature limit: 90
07:33:47 INFO: Api: Disabled
---------------------------------------------------
07:33:47 INFO: Target: 0320000000000000...
07:33:47 INFO: Detected new work: d349
07:33:48 CUDA: Device: 0 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 1 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 2 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 3 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 4 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 5 GeForce GTX 1080, 8192 MB i:64

c:\Mine\Equihash\prob>pause
Press any key to continue . . .
chancefx
Member
**
Offline Offline

Activity: 153
Merit: 10

In Decentralization We Trust


View Profile
June 15, 2018, 05:45:19 AM
 #31

its working with my 1063 cards on win 10, excellent job



miner --algo 144_5 --server mine-btcz-na.equipool.1ds.us --user tmWNpX6y9x4xFxg4NDkkajsVB4CxKx9sAgb.renuzit --pass x --port 49951 --pers BitcoinZ
pause

chancefx
Member
**
Offline Offline

Activity: 153
Merit: 10

In Decentralization We Trust


View Profile
June 15, 2018, 07:20:58 AM
 #32

What are the parameters for overclocking 1070? same as for Equihash?


I'm using the same parameters for overclocking for my 1060's and it works fine

preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
June 15, 2018, 07:28:42 AM
 #33

share your oc settings guys


dev i am.still.waiting for 3gb 1060 doesnt working
R3DEY3
Newbie
*
Offline Offline

Activity: 338
Merit: 0


View Profile WWW
June 15, 2018, 08:38:29 AM
Last edit: June 15, 2018, 11:02:44 AM by R3DEY3
 #34

Thanks for supporting Zero's [ZER] algorithm (192,7 - Most ASIC Resistant) much appreciated.

https://zerocurrency.io

https://pbs.twimg.com/media/Dfuid0ZVAAA5Cmh.jpg
EDIIIZ
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 15, 2018, 09:45:29 AM
 #35

192/7 Algo

1070 TI @ 50% PL +500 Mem +200 Core

19 Sols


1070 TI @ 120% PL +500 Mem +200 Core

23 Sols
notsure85
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
June 15, 2018, 10:29:12 AM
 #36

Thanks for supporting Zero's [ZER] algorithm (192,7 - Most ASIC Resistant) much appreciated.

https://zerocurrency.io

I second that!
Thanks for giving us a proper miner for zerocoin!
EWBF_ (OP)
Full Member
***
Offline Offline

Activity: 198
Merit: 160


View Profile
June 15, 2018, 11:26:28 AM
 #37


How hard would it be to do for 144,5 ? is it something you could put out or isnt TOO MUCH of a hassle?

Sort of would make the 2gb still usable for the new algo, or at least for those that go with 144,5

In programming, we are always between two edges: first, performance, and secondly, the use of memory, I mean, more speed - more memory, less speed - less memory. I'll take a look and try to fit into 2 GB.


Hello EWBF!

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?

Nice to see EWBF alive again!  So which coins are using 192_7 currently?

I'm curious to know how easy it will be for Bitmain to update to these alternative parameters also.  Otherwise these hard forks to avoid ASIC's will be pointless.


I do not know, because I've never seen their devices, but I think it's impossible, because of the memory requirements. In fact, I think that they install memory chips only to meet the requirements of the 200,9 version, large memory requirements will lead to a change in hardware. Whether they will do it or not, this is a big question.


EWBF, What is the oldest Linux driver version that will work with your miner?

I prefer to stay a bit back from the bleeding edge of drivers. Experienced to many driver regressions in my 34+ year administrator career. Let me know....

I compiled it under cuda 9.1, and I think that requires drivers >= 387, in the future I will compile it for old cuda too.



Code:
+-------------------------------------------------+
|         EWBF's Eqihash CUDA miner. v0.1         |
+-------------------------------------------------+
07:33:47 INFO: Current pool: zer-eu.forgetop.com:2052
07:33:47 INFO: Selected pools: 1
07:33:47 INFO: Algorithm: 192_7 "ZERO_PoW"
07:33:47 INFO: Devices: All.
07:33:47 INFO: Temperature limit: 90
07:33:47 INFO: Api: Disabled
---------------------------------------------------
07:33:47 INFO: Target: 0320000000000000...
07:33:47 INFO: Detected new work: d349
07:33:48 CUDA: Device: 0 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 1 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 2 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 3 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 4 GeForce GTX 1080, 8192 MB i:64
07:33:48 CUDA: Device: 5 GeForce GTX 1080, 8192 MB i:64

c:\Mine\Equihash\prob>pause
Press any key to continue . . .

Thanks for the information, I'll take care of this.

share your oc settings guys


dev i am.still.waiting for 3gb 1060 doesnt working

Yes, I remember, I'm waiting for gpu, when I get it, I'll check it.
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
June 15, 2018, 11:27:24 AM
 #38

...Most ASIC Resistant...
At some point, people will learn wtf they are talking about and stop making such ignorant claims.  Roll Eyes
The only "ASIC resistance" change is in the amount of RAM that the ASIC would require, meaning that "resistance" is only "increased" by an infinitesimal amount.

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
PostJok
Newbie
*
Offline Offline

Activity: 122
Merit: 0


View Profile
June 15, 2018, 12:39:58 PM
 #39

...Most ASIC Resistant...
At some point, people will learn wtf they are talking about and stop making such ignorant claims.  Roll Eyes
The only "ASIC resistance" change is in the amount of RAM that the ASIC would require, meaning that "resistance" is only "increased" by an infinitesimal amount.

People in general have to realize, there is no "Asic Resistance". For every POW-Algorithm, there can and if its worth it will be an Asic for it
shibob
Full Member
***
Offline Offline

Activity: 672
Merit: 154


Blockchain Evangelist.


View Profile WWW
June 15, 2018, 12:45:16 PM
 #40

Finally he's back. I really like EWBF's zcash miner and even keep using it because of its's stability.
By the way, I have just tested my MSI 1070 seahawk at 75% power limit, +45 core, +80 mem, 192/7 algo, 14 sol/s.
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!