Bitcoin Forum
April 20, 2024, 12:06:18 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2163976 times)
webdelver
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 11, 2017, 11:18:00 PM
 #4281


Funny, I've got the opposite, I dropped my mem clock by almost 150 on each card +40 core, +25% power and I am consistently getting around 780 sol/s per card
- 2x Aorus GTX 1080ti xtreme edition
- Using GFE, AfterBurner doesn't let me adjust it properly

What is GFE?
He is probably talking about Geforce Experience, the addon program (that I don't recommend). Best and most simply OC tool to use is Nvidia Inspector by Orbmu2k. Portable and does not clutter up the system.

 I make a point of NEVER installing Geforce Experience. Horrid excuse for a program, even more worthless than Wattman (and I have no use for Wattman)....

Afterburner might be a solution to tweak a setting or 2. I've gotten mine setup for my 980 ti, added 150 mhz on the core, not on mem because it does nothing in my case. Result 550 to 600 sol/s. adding more voltages or mhz doest do much either. Key might be that i keep it cooled very well. which results in good card performance.

There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Omega0255
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 12, 2017, 12:57:38 AM
 #4282

We've been on Version 0.3.4b for so long now I wonder if we'll ever get a newer more efficient version?
TenaciousJ
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
August 12, 2017, 01:29:32 AM
 #4283


Funny, I've got the opposite, I dropped my mem clock by almost 150 on each card +40 core, +25% power and I am consistently getting around 780 sol/s per card
- 2x Aorus GTX 1080ti xtreme edition
- Using GFE, AfterBurner doesn't let me adjust it properly

What is GFE?

My mistake, I meant gigabyte xtreme gaming engine.  Which, in my opinion is not the best, but I have found it works for me.

I had 2 of those myself - the overclocking was linked to the power level, at least for mining.  I ran mine at 133% power, at which point the core was ticking at 2ghz and the memory I had overclocked to about 12.5ghz stable.  I didn't overclock the core to achieve that boost, it did it automatically.  I picked 133% because any higher than that didn't give any faster hashrate, only burned more power.  Seems the EWBF miner maxed out at about 125% TDP, but occasionally would hit the power limiter if the power level was set to that exact level so boosting it to 133% gave me 780-800sol/s. 

Without the power boost they would get about 740-750, so I ended up dropping it to normal levels just to save power cause the extra sols weren't substantial enough to warrant the higher bill.  But I was never able to overclock the core by more than +50 at any power level, I guess because gigabyte binned the chips and overclocked them in the hardware so pushing them more destabilized the system.  Memory I could overclock to 12.75ghz pretty stably, but ran mostly at 12.5ghz since that seemed to be the peak of gains for mining.
banded
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 12, 2017, 04:56:46 AM
 #4284

When I start up the miner, one of my cards says that it isn't selected. How do you select it?
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 12, 2017, 08:08:26 AM
 #4285

When I start up the miner, one of my cards says that it isn't selected. How do you select it?

what is in your startup .bat?

what type of card is the one that's not starting up?

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
parker423
Full Member
***
Offline Offline

Activity: 658
Merit: 101


View Profile
August 12, 2017, 09:19:05 AM
 #4286

The miner stops working after a few hours.

There comes a red line in the miner.
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 12, 2017, 09:37:52 AM
 #4287

try to reduce your overclocking.  If that doesn't help set up the .bat file to restart when the card fails.

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
parker423
Full Member
***
Offline Offline

Activity: 658
Merit: 101


View Profile
August 12, 2017, 10:03:24 AM
 #4288

How to add restart?
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 12, 2017, 10:32:17 AM
 #4289

.bat needs to contain some sort of loop

:start
timeout 30
miner --config miner.cfg --api
ping 127.0.0.1 > nul
goto start

and make sure you set the -eexit 1 in either the .bat or .cfg file to trigger the restart when the miner stops.

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
parker423
Full Member
***
Offline Offline

Activity: 658
Merit: 101


View Profile
August 12, 2017, 11:05:50 AM
 #4290

miner --server zdash.suprnova.cc --user xxxx --pass xxxx --port 4048

:start
timeout 30
miner --config miner.cfg --api
ping 127.0.0.1 > nul
goto start


like this text in the bat ?
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 12, 2017, 11:12:40 AM
 #4291

:start
timeout 30
miner --server zdash.suprnova.cc --user xxxx --pass xxxx --port 4048 --eexit 1
ping 127.0.0.1 > nul
goto start

Like that if you don't run the config file

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
K4P1
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
August 12, 2017, 05:57:51 PM
 #4292

I made a small GUI for this miner (open source) that is able to plot the mining performance and restart miner if necessary. The script and windows binary can be found at: https://github.com/K4P11/GUI-for-EWBF GUI in operation shown in picture: https://github.com/K4P11/GUI-for-EWBF/blob/master/GUI.png

- K4P1
j0l1x
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 12, 2017, 06:20:59 PM
 #4293

I made a small GUI for this miner (open source)
looking very good, thx  Grin
z0n0
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006



View Profile
August 13, 2017, 08:38:46 AM
Last edit: August 13, 2017, 06:42:47 PM by z0n0
 #4294

My issue:
I had two rigs with 1060.
Rig1 - 2 x 1060 6gb - gave me 270sols/card (at my settings)
Rig2 - 2 x 1060 3gb - gave me 250sols/card

Now I switched all 4 cards into one rig, I'm using the same clock/power draw setting as before but getting less Sols
Rig1 - 250 sols/card
Rig2 - 235 sols/card

Any idea why is that?

Before and now running win7 x64.
Gaglam
Sr. Member
****
Offline Offline

Activity: 390
Merit: 250


View Profile
August 13, 2017, 08:47:18 AM
 #4295

Will there be any update again?
Great miner btw
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 13, 2017, 11:41:44 AM
 #4296

My issue:
I had two rigs with 1060.
Rig1 - 2 x 1060 6gb - gave me 270sols/card (at my settings)
Rig2 - 2 x 1060 3gb - gave me 250sols/card

Now I switched all 4 cards into one rig, I'm using the same clock/power draw setting as before but getting less Sols
Rig1 - 235 sols/card
Rig2 - 250 sols/card

Any idea why is that?

Before and now running win7 x64.

Have you changed from being in 16x PCIE slots to 1x PCIE risers?  I did notice a small decrease in hash from testing a 1080ti in the 16x vs running on the 1x riser.


Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
z0n0
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006



View Profile
August 13, 2017, 06:44:07 PM
 #4297

My issue:
I had two rigs with 1060.
Rig1 - 2 x 1060 6gb - gave me 270sols/card (at my settings)
Rig2 - 2 x 1060 3gb - gave me 250sols/card

Now I switched all 4 cards into one rig, I'm using the same clock/power draw setting as before but getting less Sols
Rig1 - 235 sols/card
Rig2 - 250 sols/card

Any idea why is that?

Before and now running win7 x64.

Have you changed from being in 16x PCIE slots to 1x PCIE risers?  I did notice a small decrease in hash from testing a 1080ti in the 16x vs running on the 1x riser.



Yes I did.
Didn't know this has such an impact on hash rate.
hallway_monitor
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
August 13, 2017, 10:20:01 PM
 #4298


Funny, I've got the opposite, I dropped my mem clock by almost 150 on each card +40 core, +25% power and I am consistently getting around 780 sol/s per card
- 2x Aorus GTX 1080ti xtreme edition
- Using GFE, AfterBurner doesn't let me adjust it properly

What is GFE?

My mistake, I meant gigabyte xtreme gaming engine.  Which, in my opinion is not the best, but I have found it works for me.

I had 2 of those myself - the overclocking was linked to the power level, at least for mining.  I ran mine at 133% power, at which point the core was ticking at 2ghz and the memory I had overclocked to about 12.5ghz stable.  I didn't overclock the core to achieve that boost, it did it automatically.  I picked 133% because any higher than that didn't give any faster hashrate, only burned more power.  Seems the EWBF miner maxed out at about 125% TDP, but occasionally would hit the power limiter if the power level was set to that exact level so boosting it to 133% gave me 780-800sol/s. 

Without the power boost they would get about 740-750, so I ended up dropping it to normal levels just to save power cause the extra sols weren't substantial enough to warrant the higher bill.  But I was never able to overclock the core by more than +50 at any power level, I guess because gigabyte binned the chips and overclocked them in the hardware so pushing them more destabilized the system.  Memory I could overclock to 12.75ghz pretty stably, but ran mostly at 12.5ghz since that seemed to be the peak of gains for mining.

I'll have to try raising the power limit to 133%, I have noticed very similar results for mine and would like to make the most out of these cards since that is all I use them for.
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 14, 2017, 12:28:53 AM
 #4299

I think from memory that I lost about 50 sol/s moving the 1080ti from the 16x to the 1x riser.

Cheers - nUm - SnowGem Dev
Website- https://snowgem.org/ | Join our Discord | Reddit
Temporel
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 14, 2017, 06:19:01 PM
 #4300


Funny, I've got the opposite, I dropped my mem clock by almost 150 on each card +40 core, +25% power and I am consistently getting around 780 sol/s per card
- 2x Aorus GTX 1080ti xtreme edition
- Using GFE, AfterBurner doesn't let me adjust it properly

What is GFE?
He is probably talking about Geforce Experience, the addon program (that I don't recommend). Best and most simply OC tool to use is Nvidia Inspector by Orbmu2k. Portable and does not clutter up the system.

 I make a point of NEVER installing Geforce Experience. Horrid excuse for a program, even more worthless than Wattman (and I have no use for Wattman)....


useless for mining but the Shadow recorder is really great for gamers who need it.
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 294 »
  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!