Bitcoin Forum
April 28, 2024, 08:19:37 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 85731 times)
zoko_cx
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 07, 2019, 08:22:20 AM
 #981

Author abandoned this miner long ago.
There are no new version, not event replies from author about issues.

And currently there are better miners try miniZ v1.4o or Gminer.
I'm finding miniZ better for 1080 cards, and it's more efficient.
1714292377
Hero Member
*
Offline Offline

Posts: 1714292377

View Profile Personal Message (Offline)

Ignore
1714292377
Reply with quote  #2

1714292377
Report to moderator
1714292377
Hero Member
*
Offline Offline

Posts: 1714292377

View Profile Personal Message (Offline)

Ignore
1714292377
Reply with quote  #2

1714292377
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714292377
Hero Member
*
Offline Offline

Posts: 1714292377

View Profile Personal Message (Offline)

Ignore
1714292377
Reply with quote  #2

1714292377
Report to moderator
1714292377
Hero Member
*
Offline Offline

Posts: 1714292377

View Profile Personal Message (Offline)

Ignore
1714292377
Reply with quote  #2

1714292377
Report to moderator
1714292377
Hero Member
*
Offline Offline

Posts: 1714292377

View Profile Personal Message (Offline)

Ignore
1714292377
Reply with quote  #2

1714292377
Report to moderator
sindiwebster
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 21, 2019, 04:21:28 AM
 #982

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

ASOT93
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 23, 2019, 10:02:03 PM
 #983

Hi guys, sorry I dont have experience about mining, I have GTX 1060 6GB, this miner can mine Bitcoin or Zcash? which one is more profitable?
And how to config this?


# Common parameters
# All the parameters here are similar to the command line arguments

[common]
cuda_devices 0 1 2 3 4 5
intensity    64 64 64 64 64 64
templimit    80
pec          0
boff         0
eexit        0
tempunits    C
log          3
logfile      miner.log
api          127.0.0.1:42000
algo         192_7
pers         ZERO_PoW

# The miner start work from this server
# When the server is fail, the miner will try to reconnect 3 times
# After three unsuccessful attempts, the miner will switch to the next server
# You can add up to 8 servers

# main server
[server]
server zer-eu.forgetop.com
port   2052
user   t1SgCLpJVGvVg5C8K7pfExw15MYE4RSRj5t.test
pass   x

# additional server 1
[server]
server zer-eu.forgetop.com
port   2052
user   t1SgCLpJVGvVg5C8K7pfExw15MYE4RSRj5t.test
pass   x


Thank you
ASOT93
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 24, 2019, 10:22:55 PM
 #984

please help
Saverenergy
Full Member
***
Offline Offline

Activity: 728
Merit: 100


View Profile
September 11, 2019, 05:56:16 PM
 #985

Hi guys, sorry I dont have experience about mining, I have GTX 1060 6GB, this miner can mine Bitcoin or Zcash? which one is more profitable?
And how to config this?


# Common parameters
# All the parameters here are similar to the command line arguments

[common]
cuda_devices 0 1 2 3 4 5
intensity    64 64 64 64 64 64
templimit    80
pec          0
boff         0
eexit        0
tempunits    C
log          3
logfile      miner.log
api          127.0.0.1:42000
algo         192_7
pers         ZERO_PoW

# The miner start work from this server
# When the server is fail, the miner will try to reconnect 3 times
# After three unsuccessful attempts, the miner will switch to the next server
# You can add up to 8 servers

# main server
[server]
server zer-eu.forgetop.com
port   2052
user   t1SgCLpJVGvVg5C8K7pfExw15MYE4RSRj5t.test
pass   x

# additional server 1
[server]
server zer-eu.forgetop.com
port   2052
user   t1SgCLpJVGvVg5C8K7pfExw15MYE4RSRj5t.test
pass   x


Thank you
Friend, bitcoin mining  on video cards is now not at all profitable, as is zcash. Try to look for more profitable coins. For example, grin or beam.
Saverenergy
Full Member
***
Offline Offline

Activity: 728
Merit: 100


View Profile
September 14, 2019, 03:53:20 PM
 #986

any update planned  for Equihash 150,5 and Equihash 125,4 algorithms?
At the moment, this miner has weak developer support and is not very relevant. I recommend you Gminer.
ericripi
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 15, 2020, 04:06:39 AM
 #987

hello, can we use EWBF with a personal block header and nonce, such as block header is 32 byte and nonce is 32 byte?

mippi
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 22, 2021, 08:14:35 PM
 #988

The links to download the software do not work. Are there any new working links? I am interested in having EWBF v0.6 for Linux. Can anybody help me?
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
May 22, 2021, 08:32:10 PM
 #989

The links to download the software do not work. Are there any new working links? I am interested in having EWBF v0.6 for Linux. Can anybody help me?

It is dead, use other miner.
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!