Bitcoin Forum
May 04, 2024, 02:59:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 266 267 268 269 ... 294 »
  Print  
Author Topic: EWBF's CUDA Zcash miner  (Read 2164070 times)
joenova
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
August 26, 2017, 12:29:50 PM
 #4361

I seem to be getting a much lower hashrate than others using the 1070.

Code:
Temp: GPU0: 58C GPU1: 59C GPU2: 61C GPU3: 64C GPU4: 60C 
GPU0: 176 Sol/s GPU1: 189 Sol/s GPU2: 187 Sol/s GPU3: 190 Sol/s GPU4: 188 Sol/s
Total speed: 930 Sol/s

This is on ubunutu 16.04 and im running it as follows
./miner --server zec.suprnova.cc --user XXXX.XXX --pass x --port 2142  --cuda_devices 0 1 2 3 4

How can I troubleshoot this?
1714791590
Hero Member
*
Offline Offline

Posts: 1714791590

View Profile Personal Message (Offline)

Ignore
1714791590
Reply with quote  #2

1714791590
Report to moderator
1714791590
Hero Member
*
Offline Offline

Posts: 1714791590

View Profile Personal Message (Offline)

Ignore
1714791590
Reply with quote  #2

1714791590
Report to moderator
1714791590
Hero Member
*
Offline Offline

Posts: 1714791590

View Profile Personal Message (Offline)

Ignore
1714791590
Reply with quote  #2

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

Posts: 1714791590

View Profile Personal Message (Offline)

Ignore
1714791590
Reply with quote  #2

1714791590
Report to moderator
bigjee
Full Member
***
Offline Offline

Activity: 434
Merit: 107



View Profile
August 26, 2017, 01:18:28 PM
 #4362

I seem to be getting a much lower hashrate than others using the 1070.

Code:
Temp: GPU0: 58C GPU1: 59C GPU2: 61C GPU3: 64C GPU4: 60C 
GPU0: 176 Sol/s GPU1: 189 Sol/s GPU2: 187 Sol/s GPU3: 190 Sol/s GPU4: 188 Sol/s
Total speed: 930 Sol/s

This is on ubunutu 16.04 and im running it as follows
./miner --server zec.suprnova.cc --user XXXX.XXX --pass x --port 2142  --cuda_devices 0 1 2 3 4

How can I troubleshoot this?

What are your overclock settings.
Should be getting 400+ sol/s card at the very least
joenova
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
August 26, 2017, 01:25:28 PM
 #4363

I seem to be getting a much lower hashrate than others using the 1070.

Code:
Temp: GPU0: 58C GPU1: 59C GPU2: 61C GPU3: 64C GPU4: 60C 
GPU0: 176 Sol/s GPU1: 189 Sol/s GPU2: 187 Sol/s GPU3: 190 Sol/s GPU4: 188 Sol/s
Total speed: 930 Sol/s

This is on ubunutu 16.04 and im running it as follows
./miner --server zec.suprnova.cc --user XXXX.XXX --pass x --port 2142  --cuda_devices 0 1 2 3 4

How can I troubleshoot this?

What are your overclock settings.
Should be getting 400+ sol/s card at the very least

No OC is that the issue? Im running it on a headless server and could not find any instructions related to overclocking without a desktop environment.
candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
August 26, 2017, 03:13:41 PM
 #4364

Ive searched the Post, how do i Setup Separate Instances on EWBF miner?

In Genoil Eth miner is --cuda devices 0 1 2  etc


What should I type on the .bat file?



its --cuda_devices 0 1 2
bigjee
Full Member
***
Offline Offline

Activity: 434
Merit: 107



View Profile
August 26, 2017, 03:39:19 PM
 #4365

I seem to be getting a much lower hashrate than others using the 1070.

Code:
Temp: GPU0: 58C GPU1: 59C GPU2: 61C GPU3: 64C GPU4: 60C 
GPU0: 176 Sol/s GPU1: 189 Sol/s GPU2: 187 Sol/s GPU3: 190 Sol/s GPU4: 188 Sol/s
Total speed: 930 Sol/s

This is on ubunutu 16.04 and im running it as follows
./miner --server zec.suprnova.cc --user XXXX.XXX --pass x --port 2142  --cuda_devices 0 1 2 3 4

How can I troubleshoot this?

What are your overclock settings.
Should be getting 400+ sol/s card at the very least

No OC is that the issue? Im running it on a headless server and could not find any instructions related to overclocking without a desktop environment.

Yes you need to overclock to see if its the cards or not.

Try these instructions:
Needed to install Nvidia driver 375.20.

Install Ubuntu 16.04 with enabling software update options for Ubuntu Development team and third parties.

On reboot, after installation open up Ubuntu Software - update the the OS and reboot.

So, first install the default Nvidia driver through Software & Updates, and then Additional Drivers. The Ubuntu Nvidia 367.57 driver includes extra tweaks from the Ubuntu development team for maximum GPU performance.

Reboot.

Now switch back to the non-Nvidia drivers in Software & Updates.

Reboot.

Now, you can install the latest Nvidia drivers and get the maximum GPU performance.

Press Ctrl+Alt+F2 to get into a text-only console.

Log in.

Switch off x-server with:

sudo service lightdm stop.
Got to Downloads folder with:

cd ~/Downloads
ls
This will display driver name and run with:

sudo sh ./AND NVIDIA NAME LISTED
There will be two error messages, but ignore them and say yes at the prompts.

Then, switch the x-server back on with:

sudo service lightdm start
Reboot PC.

Then run this in terminal:

sudo update-grub
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
Finally, you can enter overclocking settings and fan controls by creating startup .sh file by copying and pasting this into empty document amending for desired fans speed and clock settings.

To finish, you will create a startup .sh file for each GPU so the overclock settings and fan speed are loaded when you login to Ubuntu 16.04.

Create some empty documents on Ubuntu Desktop and call them whatever you like. Make sure the filename has .sh at the end.

Paste in:

#!/bin/bash

nvidia-settings -a '[gpu:0]/GPUGraphicsMemoryOffset[3]=100'
nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=100'
nvidia-settings -a '[gpu:0]/GPUFanControlState=1'
nvidia-settings -a '[fan:0]/GPUTargetFanSpeed=30'
Amend the clocks (GPU and Memory) and fan speeds to whatever are you comfortable with. Make separate documents for each GPU by changing the numbers for each card.

Save and open properties and make each file "executable".

Then open the Dash and find Startup Applications, and add these files to the programs you run when you start up the Ubuntu 16.04 desktop.

Reboot and fans and overclocks will load up with no hassle.


Source: https://askubuntu.com/questions/928369/how-can-i-install-nvclock-on-ubuntu-16-04

Let me know if that works for you.
bigjee
Full Member
***
Offline Offline

Activity: 434
Merit: 107



View Profile
August 26, 2017, 03:42:56 PM
 #4366

Here is another link to overclock gpus in ubuntu:

https://bitcointalk.org/index.php?topic=1712831.0
candyiman
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
August 26, 2017, 05:04:26 PM
 #4367

Problem with Temp what to do?


1060 3gb   Only on some cards  i have 70% but its still going to 82c
halker2010
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250

The harder your life is the more meaning it has.


View Profile
August 26, 2017, 05:41:24 PM
 #4368

Problem with Temp what to do?


1060 3gb   Only on some cards  i have 70% but its still going to 82c
If lowering powerlimit doesn't help try some small fans or buy some 220/110 v fans to suck the heat from both sides of heated gpus.
juville
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
August 27, 2017, 02:01:53 AM
Last edit: August 27, 2017, 02:18:45 AM by juville
 #4369

Hi EWBF and all,

I'm getting lots of rejected share on a particular gpu out of 7 gpu.
Is that normal?

edit: im using gtx1070

Do i have to do some settings with the intensity of the gpu? What is the usual setting to be set for intensity?

Please help.

thankyou!
bigjee
Full Member
***
Offline Offline

Activity: 434
Merit: 107



View Profile
August 27, 2017, 03:24:42 AM
 #4370

Hey guys, check this out! https://bitcointalk.org/index.php?topic=2071108.0  Beautifull work, just beautifull.


Thanks for posting this!!!
Hopefully this works just started using it.  Grin
Dylleram
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 27, 2017, 06:18:13 AM
 #4371

Added option --fee developer fee control.

as i understand i can put 0 dev fee now?
CryptoWatcher420
Sr. Member
****
Offline Offline

Activity: 462
Merit: 258

Small Time Miner, Rig Builder, Crypto Trader


View Profile
August 27, 2017, 06:34:37 AM
 #4372

Added option --fee developer fee control.

as i understand i can put 0 dev fee now?

sure for a reduced hashrate speed

6pin to EPS 12v 4+4pin w/pigtail & 2.5mm barrel plug for Pico Psu for SERVER PSU ONLY GPU MINING RIGS! | Donations: BTC-  | Join Me on Discord! https://discord.gg/VDwWFcK
nUm81
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile WWW
August 27, 2017, 06:44:36 AM
 #4373

Added option --fee developer fee control.

as i understand i can put 0 dev fee now?

sure for a reduced hashrate speed

There is really no evidence that changing the dev fee has any effect on the hashrate.  Will consider adding the dev fee back to my miners when we have an active dev....

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

Activity: 406
Merit: 110


View Profile
August 27, 2017, 07:42:19 AM
 #4374

Ive been trying to backread the thread but cant find confirmation, can EWBF run AMD cards as well?
CryptoWatcher420
Sr. Member
****
Offline Offline

Activity: 462
Merit: 258

Small Time Miner, Rig Builder, Crypto Trader


View Profile
August 27, 2017, 08:09:00 AM
 #4375

Ive been trying to backread the thread but cant find confirmation, can EWBF run AMD cards as well?

no

6pin to EPS 12v 4+4pin w/pigtail & 2.5mm barrel plug for Pico Psu for SERVER PSU ONLY GPU MINING RIGS! | Donations: BTC-  | Join Me on Discord! https://discord.gg/VDwWFcK
Heguli97
Full Member
***
Offline Offline

Activity: 223
Merit: 101


View Profile
August 27, 2017, 05:06:47 PM
 #4376

Ive been trying to backread the thread but cant find confirmation, can EWBF run AMD cards as well?

This is only a CUDA miner as stated in the name of this thread.

bitcoinbs
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
August 27, 2017, 08:32:46 PM
 #4377

Thanks i am getting 470 Sol / s on my 1070 Asus strix 8G ROG
GaryH
Full Member
***
Offline Offline

Activity: 214
Merit: 100


View Profile
August 28, 2017, 12:33:13 AM
 #4378

Thanks i am getting 470 Sol / s on my 1070 Asus strix 8G ROG

I have 4 of 1070 strix's running anywhere from 450 to 470 Sol / s.  Using 75 TDP, +125 Core, +700 Memory w MSI Afterburner.  What settings are you using?
bitcoinbs
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
August 28, 2017, 05:15:24 AM
 #4379

Thanks i am getting 470 Sol / s on my 1070 Asus strix 8G ROG

I have 4 of 1070 strix's running anywhere from 450 to 470 Sol / s.  Using 75 TDP, +125 Core, +700 Memory w MSI Afterburner.  What settings are you using?



I am running 6 GPU, installed latest driver and using gpu tweak changed GPU clock 1906 and Memory clock 8468
Gaglam
Sr. Member
****
Offline Offline

Activity: 390
Merit: 250


View Profile
August 28, 2017, 08:12:42 AM
 #4380

At which sol/watt rate?
Pages: « 1 ... 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 266 267 268 269 ... 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!