Pages:
Author

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

newbie
Activity: 106
Merit: 0
July 03, 2018, 04:23:35 PM
https://imgur.com/EnFeW3o
https://imgur.com/cnEYwXj


https://imgur.com/a/9Rhv3zR
https://imgur.com/a/QzOBUhv


so in the image with red font. u can see difference in power between version .2 and .3  .. .3 is a tad bit better. but in all my pc's with different mobos. different video cards different PSU's, all have now jagged lines. why is this happening.... im not gonna use another miner. but does anyone have a fix to smooth these teeth out?

can we get pics of others power lines on these algo's cause my whole entire lot, just now has this issue. and i know it's either a tweak i need to do, or miner just needs time to mature Smiley ? any ideas.

again im working on BTG new fork 144_5
newbie
Activity: 66
Merit: 0
July 03, 2018, 04:05:46 PM
I get 12% improvement on speed on btcz. Great work! Thank you!
newbie
Activity: 66
Merit: 0
July 03, 2018, 04:01:17 PM
Should I use cuda 8 or normal version of this miner for nvidia gtx 1070
newbie
Activity: 11
Merit: 0
July 03, 2018, 03:46:04 PM
when i switch to the 144_5 for btg right now as the fork just happened,
i noticed all my video cards ESP. my 1060 3gb's power lines are fluctuating REALLY bad. what is causing this?
even when i under clock my lines are no longer stable in afterburner. i have 17 rigs. all with different video cards... all also got 1060 3gb's mixed with 1080ti's.. any reason why my power lines look like shark teeth. i mean it fluctuates 10 % power loss up and down opposed to be for 2-3% on old algo.. i'll screen shot in a sec

Ummm, the fork has NOT happened, I show about 2 more hours and 12 more blocks to go.  But curious your 3GB 1060 results, as I have some as well.
newbie
Activity: 106
Merit: 0
July 03, 2018, 03:36:41 PM
when i switch to the 144_5 for btg right now as the fork just happened,
i noticed all my video cards ESP. my 1060 3gb's power lines are fluctuating REALLY bad. what is causing this?
even when i under clock my lines are no longer stable in afterburner. i have 17 rigs. all with different video cards... all also got 1060 3gb's mixed with 1080ti's.. any reason why my power lines look like shark teeth. i mean it fluctuates 10 % power loss up and down opposed to be for 2-3% on old algo.. i'll screen shot in a sec
newbie
Activity: 94
Merit: 0
July 03, 2018, 03:19:24 PM
Can someone please share the .bat commands?
I would like to OC using miner .bat file and also set fan temp target and auto speed.
Thanks!
for linux:
Code:
#!/bin/bash
#this sets max wattage
echo -e "your_sudo_pass_here\n" | sudo -S nvidia-smi -pm ENABLED
echo -e "your_sudo_pass_here\n" | sudo -S nvidia-smi -pl "175"
wait

#0
# Set fan speed to 90%
nvidia-settings --assign "[gpu:0]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:0]/GPUFanControlState=1" \
                -a "[fan:0]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:0]/GPUGraphicsClockOffset[3]=50" \
                -a "[gpu:0]/GPUMemoryTransferRateOffset[3]=250"

#1
# Set fan speed to 90%
nvidia-settings --assign "[gpu:1]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:1]/GPUFanControlState=1" \
                -a "[fan:1]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:1]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:1]/GPUGraphicsClockOffset[3]=50" \
                -a "[gpu:1]/GPUMemoryTransferRateOffset[3]=250"


#2
# Set fan speed to 90%
nvidia-settings --assign "[gpu:2]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:2]/GPUFanControlState=1" \
                -a "[fan:2]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:2]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:2]/GPUGraphicsClockOffset[3]=50" \
               -a "[gpu:2]/GPUMemoryTransferRateOffset[3]=250"
              
 # and so on... (or a loop can be used)

I am using Windows, sorry forgot to mention.
hero member
Activity: 1092
Merit: 552
Retired IRCX God
July 03, 2018, 03:11:47 PM
Can someone please share the .bat commands?
I would like to OC using miner .bat file and also set fan temp target and auto speed.
Thanks!
for linux:
Code:
#!/bin/bash
#this sets max wattage
echo -e "your_sudo_pass_here\n" | sudo -S nvidia-smi -pm ENABLED
echo -e "your_sudo_pass_here\n" | sudo -S nvidia-smi -pl "175"
wait

#0
# Set fan speed to 90%
nvidia-settings --assign "[gpu:0]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:0]/GPUFanControlState=1" \
                -a "[fan:0]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:0]/GPUGraphicsClockOffset[3]=50" \
                -a "[gpu:0]/GPUMemoryTransferRateOffset[3]=250"

#1
# Set fan speed to 90%
nvidia-settings --assign "[gpu:1]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:1]/GPUFanControlState=1" \
                -a "[fan:1]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:1]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:1]/GPUGraphicsClockOffset[3]=50" \
                -a "[gpu:1]/GPUMemoryTransferRateOffset[3]=250"


#2
# Set fan speed to 90%
nvidia-settings --assign "[gpu:2]/GPUOverclockingState=1"
nvidia-settings -a "[gpu:2]/GPUFanControlState=1" \
                -a "[fan:2]/GPUTargetFanSpeed=98"

# Enable overclock and set
nvidia-settings -a [gpu:2]/GPUPowerMizerMode=1
nvidia-settings -a "[gpu:2]/GPUGraphicsClockOffset[3]=50" \
               -a "[gpu:2]/GPUMemoryTransferRateOffset[3]=250"
              
 # and so on... (or a loop can be used)
newbie
Activity: 94
Merit: 0
July 03, 2018, 02:43:50 PM
Can someone please share the .bat commands?
I would like to OC using miner .bat file and also set fan temp target and auto speed.
Thanks!
full member
Activity: 198
Merit: 160
July 03, 2018, 02:00:35 PM
Version 0.3 released.

Can someone explain me what means --boff 0 command?
It flush the buffer after each print. This can be used if you want to redirect the output of the miner. Because the output is buffered by default.


gee there's something important i've been wanting to pass along to you for, oh, roughly 1 year...yet i'm struggling to recall what exactly it is.

OH YEAH!

FUCK YOU for disappearing you greedy son of a bitch.  leaving to never return is one thing, but to ghost and reemerge in parallel with an algo change is little more than fuckery.  eat 13,927 hiv-infected cocks!
You talk like ex-girlfriend. I tell you only two things: I don't care what people talk or think about me it will not change me. And if my family needs my time, then yes, I will spend as much time as it is necessary. I'm sorry if I did not live up to your expectations.
hero member
Activity: 1092
Merit: 552
Retired IRCX God
July 03, 2018, 12:56:47 PM
That seems really excessive Beefs.
Seems really honest.  I said what everyone is thinking (you're welcome).
Not everyone; most of us ascribe to the camp of "why are you mad because he didn't break what was already working?" and/or "if it ain't broke, don't 'fix' it!"
If you can't mine with a stable setup and 0.3.4b, then you shouldn't be mining.
newbie
Activity: 10
Merit: 0
July 03, 2018, 11:17:40 AM
That seems really excessive Beefs.


Seems really honest.  I said what everyone is thinking (you're welcome).
newbie
Activity: 70
Merit: 0
July 03, 2018, 05:41:36 AM
What file to download if I have miners on a GeForce 1080 video card? With cuda or without cuda?

With.
newbie
Activity: 1
Merit: 0
July 03, 2018, 05:23:55 AM
What file to download if I have miners on a GeForce 1080 video card? With cuda or without cuda?
jr. member
Activity: 240
Merit: 1
Tomorrow Happens Today
July 03, 2018, 03:58:20 AM
I think old gpus with new nvidia driver somehow do just a half of tdp
newbie
Activity: 26
Merit: 0
July 03, 2018, 02:02:19 AM
That seems really excessive Beefs.

For everyone else, could someone send me a copy of their working BTG testnet config so I can compare? Feel free to edit all the personals out.
newbie
Activity: 10
Merit: 0
July 03, 2018, 01:57:46 AM
gee there's something important i've been wanting to pass along to you for, oh, roughly 1 year...yet i'm struggling to recall what exactly it is.

OH YEAH!

FUCK YOU for disappearing you greedy son of a bitch.  leaving to never return is one thing, but to ghost and reemerge in parallel with an algo change is little more than fuckery.  eat 13,927 hiv-infected cocks!
member
Activity: 952
Merit: 17
raskul
July 02, 2018, 07:20:00 PM
nice work. wondering if there's a pool doing autoswitch of miners for BTG, anyone know?
newbie
Activity: 31
Merit: 0
July 02, 2018, 06:16:55 PM
Can someone explain me what means --boff 0 command?
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
July 02, 2018, 04:56:58 PM
EWBF Cuda Equihash Miner v0.2

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://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.2
*  Reduced amount of rejected shares.
*  Performance 144_5 is increased by ~ 5%.
*  Added algorithm zhash it is similar to "--algo 144_5 --pers BitcoinZ." Now you can use "--algo zhash" string.

Expected performance:
144_5 uses ~2.2GB vram
 1050ti   ~12S/s  
 1060    ~20S/s
 1070    ~30S/s
 1080    ~35S/s
 1080ti    ~55S/s

192_7 uses ~2.9GB vram
 1050ti    ~7S/s
 1060    ~12S/s
 1070    ~18S/s
 1080    ~20S/s
 1080ti    ~30S/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

will you continue to develop your miner and account for new additions?
newbie
Activity: 66
Merit: 0
July 02, 2018, 09:14:46 AM
Is this the best miner to mine btcz?
yes

Thank you! I will monitor this topic for updates.
Pages:
Jump to: