Author

Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux) - page 1160. (Read 6590565 times)

legendary
Activity: 1750
Merit: 1024
Claymore have you taken a look at Epsylon's SIA coin optimizations to help aid your SIA miner?

https://github.com/tpruvot/ccminer
newbie
Activity: 21
Merit: 0
Does 6.2 works only on Win7x64, or there is a chance to get appropriate Mh/s on Win10? I get only 3Mh/s on 1070 per card.
hero member
Activity: 1988
Merit: 593
win 7 64 need or -dcri increase
member
Activity: 93
Merit: 10
GTX 1070
I am getting ~30 MH/s on ETH, but only ~300MH/s on SC... seems others are getting more than 2x that on SC.

What am I missing?
sr. member
Activity: 449
Merit: 251
Hello, can someone tell me what the power consumption of gtx 970 in dual mining?
About 200W+  18.3MH / 330 MH
I used to have about 40% TDP usage reported in GPU-Z, and got ~16.4 and 330.  Added a 470 and now for some reason it is ~63% TDP with higher eth hash.  I forget what voltage it ran before but it was a lot lower. Have Gigabyte 970 extreme, it doesn't let you change voltage at all so I am stuck with higher temps Sad
member
Activity: 158
Merit: 10
Hello, can someone tell me what the power consumption of gtx 970 in dual mining?
legendary
Activity: 1092
Merit: 1004
I want to ask Claymore or anyone with experience in linux mining.
Is there any chance your miner can work on a headless system (without X running) with support for monitoring temps and adjusting fan speed?
I tried with amd cards and I get an error starting ADL.
Or is there any way I can install an X server that does not touch the GPU to affect performance ?

Hello,

I have a small linux headless mining rig with 3x r9280x and one r9270. four gpu total.

I've installed ubuntu server edition 14.04 and amd radeon drivers from apt-get.

To change the clocks and set fans and see temps, x soulf be running. I did not want to install a full desktop environment so i installed only xorg.
I'm accessing my rig by ssh. When system boots up, I open a ssh, open a screen session named x and run xinit there to star x, and detach that session, leaving it running in background, and run a .sh script to set the clocks and fans. the sh script is this:

set.sh
------------------------------------------
echo "setting clocks and fan speeds..."
aticonfig --od-enable
.local/bin/atitweak --adapter=0 --set-engine-clock=1150 --set-memory-clock=1500 --performance-level=all --set-fan-speed=80
.local/bin/atitweak --adapter=1 --set-engine-clock=1150 --set-memory-clock=1500 --performance-level=all --set-fan-speed=70
.local/bin/atitweak --adapter=2 --set-engine-clock=1050 --set-memory-clock=1500 --performance-level=all --set-fan-speed=85
.local/bin/atitweak --adapter=3 --set-engine-clock=1170 --set-memory-clock=1500 --performance-level=all --set-fan-speed=75
#
echo "Setting finished. Now showing status..."
~/.local/bin/atitweak -s
------------------------------------------



Not to worry and thanks  Smiley
legendary
Activity: 1092
Merit: 1004
v6.2:

- released version for Linux with nvidia support.
- fixed Ethereum solo mining mode.
- added "-cvddc" and "-mvddc" options for adjusting voltages for latest AMD 4xx cards.
- now you can turn on/off cards in runtime with "0"..."9" keys.
- bug fixes.

Are there any significant advantages in using the miner to over/underclock instead of letting WattMan take care of that?

Am I missing something here?

For example, there is no WattMan in Linux.

Hi, Claymore.
Is there any chance you could write up a quick guide for Nvidia GTX 1070's usage on Ubuntu.
Which version, full or barebones and what Nvidia downloads are needed and install commands for the terminal?
The hashrate is higher and you would make a higher percentage on that hashrate?

I tested it on Ubuntu 14.04. Just downloaded and installed latest drivers from nvidia website - 367.35. That is all. The only problem was that drivers did not want to install, but they show the reason and I googled for the solution, I even don't remember the details. Don't forget that I don't like Linux and don't have enough experience there, but I was able to do it, so I think people who use Linux and like it should pass this step easily. But if you don't have any experience in Linux, the main question is why you want to use it. Linux it's a mess, use Windows 7 instead! Smiley Drivers for Windows won't tell you that they don't want to install because some other driver is used and you must disable it somehow...

Not to worry and thanks again Smiley
full member
Activity: 322
Merit: 100
I want to ask Claymore or anyone with experience in linux mining.
Is there any chance your miner can work on a headless system (without X running) with support for monitoring temps and adjusting fan speed?
I tried with amd cards and I get an error starting ADL.
Or is there any way I can install an X server that does not touch the GPU to affect performance ?

Hello,

I have a small linux headless mining rig with 3x r9280x and one r9270. four gpu total.

I've installed ubuntu server edition 14.04 and amd radeon drivers from apt-get.

To change the clocks and set fans and see temps, x soulf be running. I did not want to install a full desktop environment so i installed only xorg.
I'm accessing my rig by ssh. When system boots up, I open a ssh, open a screen session named x and run xinit there to star x, and detach that session, leaving it running in background, and run a .sh script to set the clocks and fans. the sh script is this:

set.sh
------------------------------------------
echo "setting clocks and fan speeds..."
aticonfig --od-enable
.local/bin/atitweak --adapter=0 --set-engine-clock=1150 --set-memory-clock=1500 --performance-level=all --set-fan-speed=80
.local/bin/atitweak --adapter=1 --set-engine-clock=1150 --set-memory-clock=1500 --performance-level=all --set-fan-speed=70
.local/bin/atitweak --adapter=2 --set-engine-clock=1050 --set-memory-clock=1500 --performance-level=all --set-fan-speed=85
.local/bin/atitweak --adapter=3 --set-engine-clock=1170 --set-memory-clock=1500 --performance-level=all --set-fan-speed=75
#
echo "Setting finished. Now showing status..."
~/.local/bin/atitweak -s
------------------------------------------

donator
Activity: 1610
Merit: 1325
Miners developer
v6.2:

- released version for Linux with nvidia support.
- fixed Ethereum solo mining mode.
- added "-cvddc" and "-mvddc" options for adjusting voltages for latest AMD 4xx cards.
- now you can turn on/off cards in runtime with "0"..."9" keys.
- bug fixes.

Are there any significant advantages in using the miner to over/underclock instead of letting WattMan take care of that?

Am I missing something here?

For example, there is no WattMan in Linux.

Hi, Claymore.
Is there any chance you could write up a quick guide for Nvidia GTX 1070's usage on Ubuntu.
Which version, full or barebones and what Nvidia downloads are needed and install commands for the terminal?
The hashrate is higher and you would make a higher percentage on that hashrate?

I tested it on Ubuntu 14.04. Just downloaded and installed latest drivers from nvidia website - 367.35. That is all. The only problem was that drivers did not want to install, but they show the reason and I googled for the solution, I even don't remember the details. Don't forget that I don't like Linux and don't have enough experience there, but I was able to do it, so I think people who use Linux and like it should pass this step easily. But if you don't have any experience in Linux, the main question is why you want to use it. Linux it's a mess, use Windows 7 instead! Smiley Drivers for Windows won't tell you that they don't want to install because some other driver is used and you must disable it somehow...
legendary
Activity: 1092
Merit: 1004
v6.2:

- released version for Linux with nvidia support.
- fixed Ethereum solo mining mode.
- added "-cvddc" and "-mvddc" options for adjusting voltages for latest AMD 4xx cards.
- now you can turn on/off cards in runtime with "0"..."9" keys.
- bug fixes.

Are there any significant advantages in using the miner to over/underclock instead of letting WattMan take care of that?

Am I missing something here?

For example, there is no WattMan in Linux.

Hi, Claymore.

Is there any chance you could write up a quick guide for Nvidia GTX 1070's usage on Ubuntu.

Which version, full or barebones and what Nvidia downloads are needed and install commands for the terminal?

The hashrate is higher and you would make a higher percentage on that hashrate?
legendary
Activity: 1797
Merit: 1028
I want to ask Claymore or anyone with experience in linux mining.
Is there any chance your miner can work on a headless system (without X running) with support for monitoring temps and adjusting fan speed?
I tried with amd cards and I get an error starting ADL.
Or is there any way I can install an X server that does not touch the GPU to affect performance ?

YOU CAN DO IT--

I am not going to write a tutorial, though.  I have several Linux rigs, they are all headless, and on stripped-down Debian Linux.  They can be managed by EthMan from a windows laptop or desktop.  It just works.

You need X-server, as far as I know, and performance is not impacted as no monitor is attached.  A fresh Lubuntu 14.04 install, with AMD drivers and Toolkit, should work.      --scryptr
newbie
Activity: 29
Merit: 0
I want to ask Claymore or anyone with experience in linux mining.
Is there any chance your miner can work on a headless system (without X running) with support for monitoring temps and adjusting fan speed?
I tried with amd cards and I get an error starting ADL.
Or is there any way I can install an X server that does not touch the GPU to affect performance ?
legendary
Activity: 1797
Merit: 1028
Do you mean 4X 1070, and 1X 980?  Or is one card non-functional?  

sry. 4x 1070 + 1x980

-dcri 75



THOSE ARE GOOD NUMBERS FOR THE 1070 CARDS--

I have seen reports of 32-36MH/s, though.  Maybe with a lower "-dcri" setting, as I usually set mine lower than 30 (defaault) to keep temperature down.       --scryptr
newbie
Activity: 13
Merit: 0
Hi there. I have using claymore dual mode for like a month now and everything was working great until today. I was using 5.1 and today I started using 6.2 (latest) For some reason after a while my gpu clock drops to 300mhz and stays there. My temps are OK -using custom cooling not over 70C ever- And after I saw this on claymore's windows I returned back to using 5.1 and it is the same there too... What is going on here _?
full member
Activity: 243
Merit: 105
Do you mean 4X 1070, and 1X 980?  Or is one card non-functional?  

sry. 4x 1070 + 1x980

-dcri 75

sr. member
Activity: 259
Merit: 250
Dig your freedom
Claymore
Now is some problem with EU servers on nanopool. Other server work  but did not switch to another on the list (epools.txt)
Can you check it ?

Code:
16:26:12:641	d5a5f780	args: -epsw x -dpsw x -esm 0 -etha 0 -mode 1 -ethi 16 -allpools 0 
16:26:12:641 d5a5f780
16:26:12:641 d5a5f780 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
16:26:12:641 d5a5f780 ş        Claymore's Dual ETH + DCR/SC GPU Miner v6.2 Beta        ş
16:26:12:641 d5a5f780 ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ
16:26:12:641 d5a5f780
16:26:12:842 d5a5f780 ETH: 4 pools are specified
16:26:12:842 d5a5f780 Main Ethereum pool is etc-eu2.nanopool.org:19999
16:26:13:735 d5a5f780 OpenCL platform: AMD Accelerated Parallel Processing
16:26:13:735 d5a5f780 OpenCL initializing...

16:26:13:735 d5a5f780 AMD Cards available: 4
16:26:13:735 d5a5f780 GPU #0: Tahiti, 3012 MB available, 32 compute units
16:26:13:735 d5a5f780 GPU #0 recognized as Radeon 280X/380X
16:26:13:735 d5a5f780 GPU #1: Tahiti, 3007 MB available, 32 compute units
16:26:13:735 d5a5f780 GPU #1 recognized as Radeon 280X/380X
16:26:13:735 d5a5f780 GPU #2: Tahiti, 3007 MB available, 32 compute units
16:26:13:735 d5a5f780 GPU #2 recognized as Radeon 280X/380X
16:26:13:735 d5a5f780 GPU #3: Tahiti, 3007 MB available, 32 compute units
16:26:13:735 d5a5f780 GPU #3 recognized as Radeon 280X/380X
16:26:13:735 d5a5f780 POOL/SOLO version
16:26:13:735 d5a5f780 b210
16:26:13:742 d5a5f780 start building OpenCL program...
16:26:33:157 d5a5f780 done
16:26:33:157 d5a5f780 GPU #0: set -etha as 0 (ETH algo for fast cards)
16:26:33:157 d5a5f780 GPU #1: set -etha as 0 (ETH algo for fast cards)
16:26:33:158 d5a5f780 GPU #2: set -etha as 0 (ETH algo for fast cards)
16:26:33:158 d5a5f780 GPU #3: set -etha as 0 (ETH algo for fast cards)
16:26:33:158 d5a5f780 cudaGetDeviceCount failed (35, CUDA driver version is insufficient for CUDA runtime version), probably no CUDA devices
16:26:33:158 d5a5f780 No NVIDIA CUDA GPUs detected.
16:26:33:158 d5a5f780 Total cards: 4
16:26:33:277 b4ff9700 ETH: Stratum - connecting to 'etc-eu2.nanopool.org' <82.196.2.97> port 19999
16:26:33:294 d5a5f780 ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)

16:26:33:295 d5a5f780 ETH: eth-proxy stratum mode
16:26:33:295 d5a5f780 Watchdog enabled
16:26:33:295 d5a5f780 Remote management is enabled on port 3333
16:26:33:295 d5a5f780

16:26:35:769 aa7fc700 recv: 51
16:26:35:769 aa7fc700 srv pck: 50
16:26:35:774 aa7fc700 srv bs: 0
16:26:35:774 aa7fc700 sent: 130
16:26:41:117 aa7fc700 recv: 51
16:26:41:117 aa7fc700 srv pck: 50
16:26:41:125 aa7fc700 srv bs: 0
16:26:41:125 aa7fc700 sent: 130
16:26:46:801 aa7fc700 recv: 51
16:26:46:801 aa7fc700 srv pck: 50
16:26:46:803 aa7fc700 srv bs: 0
16:26:46:803 aa7fc700 sent: 130
16:26:52:642 aa7fc700 recv: 51
16:26:52:642 aa7fc700 srv pck: 50
16:26:52:647 aa7fc700 srv bs: 0
16:26:52:647 aa7fc700 sent: 130
16:26:58:297 aa7fc700 recv: 51
16:26:58:297 aa7fc700 srv pck: 50
16:26:58:302 aa7fc700 srv bs: 0
16:26:58:303 aa7fc700 sent: 130
16:27:03:344 d5a5f780 GPU0 t=52C fan=39%, GPU1 t=53C fan=40%, GPU2 t=53C fan=40%, GPU3 t=49C fan=33%
16:27:03:344 d5a5f780 em hbt: 30150, fm hbt: 91,
16:27:03:348 d5a5f780 watchdog - thread 0, hb time 47
16:27:03:348 d5a5f780 watchdog - thread 1, hb time 45
16:27:03:348 d5a5f780 watchdog - thread 2, hb time 44
16:27:03:348 d5a5f780 watchdog - thread 3, hb time 46
16:27:03:348 d5a5f780 watchdog - thread 4, hb time 45
16:27:03:348 d5a5f780 watchdog - thread 5, hb time 45
16:27:03:348 d5a5f780 watchdog - thread 6, hb time 45
16:27:03:348 d5a5f780 watchdog - thread 7, hb time 45
16:27:04:138 aa7fc700 recv: 51
16:27:04:138 aa7fc700 srv pck: 50
16:27:04:142 aa7fc700 srv bs: 0
16:27:04:142 aa7fc700 sent: 130
16:27:09:792 aa7fc700 recv: 51
16:27:09:792 aa7fc700 srv pck: 50
16:27:09:797 aa7fc700 srv bs: 0
16:27:09:797 aa7fc700 sent: 130
16:27:15:659 aa7fc700 recv: 51
16:27:15:660 aa7fc700 srv pck: 50
16:27:15:664 aa7fc700 srv bs: 0
16:27:15:664 aa7fc700 sent: 130
16:27:21:360 aa7fc700 recv: 51
16:27:21:360 aa7fc700 srv pck: 50
16:27:21:367 aa7fc700 srv bs: 0
16:27:21:367 aa7fc700 sent: 130
16:27:27:158 aa7fc700 recv: 51
16:27:27:158 aa7fc700 srv pck: 50
16:27:27:163 aa7fc700 srv bs: 0
16:27:27:163 aa7fc700 sent: 130
16:27:32:800 aa7fc700 recv: 51
16:27:32:800 aa7fc700 srv pck: 50
16:27:32:804 aa7fc700 srv bs: 0
16:27:32:804 aa7fc700 sent: 130
16:27:33:393 d5a5f780 GPU0 t=49C fan=35%, GPU1 t=52C fan=39%, GPU2 t=50C fan=36%, GPU3 t=47C fan=30%
16:27:33:393 d5a5f780 em hbt: 60199, fm hbt: 83,
16:27:33:393 d5a5f780 watchdog - thread 0, hb time 84
16:27:33:393 d5a5f780 watchdog - thread 1, hb time 84
16:27:33:393 d5a5f780 watchdog - thread 2, hb time 83
16:27:33:393 d5a5f780 watchdog - thread 3, hb time 85
16:27:33:393 d5a5f780 watchdog - thread 4, hb time 84
16:27:33:393 d5a5f780 watchdog - thread 5, hb time 84
16:27:33:393 d5a5f780 watchdog - thread 6, hb time 84
16:27:33:393 d5a5f780 watchdog - thread 7, hb time 84
16:27:38:660 aa7fc700 recv: 51
16:27:38:661 aa7fc700 srv pck: 50
16:27:38:665 aa7fc700 srv bs: 0
16:27:38:665 aa7fc700 sent: 130
16:27:44:681 aa7fc700 recv: 51
16:27:44:681 aa7fc700 srv pck: 50
16:27:44:685 aa7fc700 srv bs: 0
16:27:44:685 aa7fc700 sent: 130
16:27:50:658 aa7fc700 recv: 51
16:27:50:658 aa7fc700 srv pck: 50
16:27:50:662 aa7fc700 srv bs: 0
16:27:50:662 aa7fc700 sent: 130
16:27:56:319 aa7fc700 recv: 51
16:27:56:319 aa7fc700 srv pck: 50
16:27:56:324 aa7fc700 srv bs: 0
16:27:56:324 aa7fc700 sent: 130
16:28:02:163 aa7fc700 recv: 51
16:28:02:163 aa7fc700 srv pck: 50
16:28:02:167 aa7fc700 srv bs: 0
16:28:02:167 aa7fc700 sent: 130
16:28:03:441 d5a5f780 GPU0 t=48C fan=33%, GPU1 t=50C fan=36%, GPU2 t=49C fan=35%, GPU3 t=46C fan=28%
16:28:03:441 d5a5f780 em hbt: 90247, fm hbt: 74,
16:28:03:441 d5a5f780 watchdog - thread 0, hb time 22
16:28:03:441 d5a5f780 watchdog - thread 1, hb time 22
16:28:03:441 d5a5f780 watchdog - thread 2, hb time 21
16:28:03:441 d5a5f780 watchdog - thread 3, hb time 23
16:28:03:441 d5a5f780 watchdog - thread 4, hb time 22
16:28:03:441 d5a5f780 watchdog - thread 5, hb time 22
16:28:03:441 d5a5f780 watchdog - thread 6, hb time 22
16:28:03:441 d5a5f780 watchdog - thread 7, hb time 22
16:28:07:834 aa7fc700 recv: 51
16:28:07:834 aa7fc700 srv pck: 50
16:28:07:839 aa7fc700 srv bs: 0
16:28:07:839 aa7fc700 sent: 130
16:28:13:674 aa7fc700 recv: 51
16:28:13:674 aa7fc700 srv pck: 50
16:28:13:679 aa7fc700 srv bs: 0
16:28:13:679 aa7fc700 sent: 130
16:28:19:366 aa7fc700 recv: 51
16:28:19:366 aa7fc700 srv pck: 50
16:28:19:371 aa7fc700 srv bs: 0
16:28:19:372 aa7fc700 sent: 130
16:28:25:204 aa7fc700 recv: 51
16:28:25:204 aa7fc700 srv pck: 50
16:28:25:209 aa7fc700 srv bs: 0
16:28:25:209 aa7fc700 sent: 130
16:28:30:892 aa7fc700 recv: 51
16:28:30:892 aa7fc700 srv pck: 50
16:28:30:896 aa7fc700 srv bs: 0
16:28:30:897 aa7fc700 sent: 130
16:28:33:489 d5a5f780 GPU0 t=47C fan=32%, GPU1 t=49C fan=35%, GPU2 t=48C fan=33%, GPU3 t=45C fan=27%
16:28:33:489 d5a5f780 watchdog - eminer threads hangs
16:28:33:489 d5a5f780 em hbt: 120295, fm hbt: 66,
16:28:33:489 d5a5f780 Miner thread hangs, need to restart miner!
legendary
Activity: 1797
Merit: 1028
No cuda required, just latest/recent drivers that support cuda8. Use links in OP, I uploaded v6.2 Beta2 for Linux. Tested on 9xx and 1070 cards.

Thank you.

ETH: GPU0 28.819 Mh/s, GPU1 28.853 Mh/s, GPU2 28.773 Mh/s, GPU3 28.775 Mh/s, GPU4 20.528 Mh/s
 SC - Total Speed: 3393.679 Mh/s, Total Shares: 189, Rejected: 0
 SC: GPU0 720.478 Mh/s, GPU1 721.317 Mh/s, GPU2 719.318 Mh/s, GPU3 719.367 Mh/s, GPU4 513.199 Mh/s

5 x 1070 (+650 mem overclock) + 1 x 980



PARDON ME--

Do you mean 4X 1070, and 1X 980?  Or is one card non-functional? 

Further, a 970 card will get between 19-20MH with Claymore's miner.  My 980ti gets 22MH/s, and may be better suited for Library Credits (LBC), SiaCoin (SC), Decred (DCR) , or CryptoNite (XCN).  The top-end nVidia cards do better on compute-intensive algorithms, and lag behind on memory-intensive Dagger-Hashimoto.

I  was glad to  run Claymore on my GTX 980ti, it is my only Windows card.  When I port Claymore out to my Linux Nvidia rigs, I will likely re-purpose my 980ti.       --scryptr
full member
Activity: 243
Merit: 105
No cuda required, just latest/recent drivers that support cuda8. Use links in OP, I uploaded v6.2 Beta2 for Linux. Tested on 9xx and 1070 cards.

Thank you.

ETH: GPU0 28.819 Mh/s, GPU1 28.853 Mh/s, GPU2 28.773 Mh/s, GPU3 28.775 Mh/s, GPU4 20.528 Mh/s
 SC - Total Speed: 3393.679 Mh/s, Total Shares: 189, Rejected: 0
 SC: GPU0 720.478 Mh/s, GPU1 721.317 Mh/s, GPU2 719.318 Mh/s, GPU3 719.367 Mh/s, GPU4 513.199 Mh/s

5 x 1070 (+650 mem overclock) + 1 x 980

donator
Activity: 1610
Merit: 1325
Miners developer
with 980 card works, but not with 1070

The key phrase from the log is
"GPU 2, GpuMiner cu_kd failed 8 (0), invalid device function"

It means that drivers cannot compile kernel for GPU. On Windows I can build kernel with compute_30,sm_30 and it will work for all cards that have capability 3.0 or higher. For Linux, it does not work for some reason, and I have to build kernel for all archs: compute_30,35,50. I need to link miner with cuda8 to be able to compile it with compute_60, are you ready to test updated version?
I still cannot understand why drivers for Windows can compile "compute_30,sm_30" kernel for compute_50 device (or compute_60 device), but Linux drivers don't want to do it.

Yes, ready, can install cuda8 if needed.

No cuda required, just latest/recent drivers that support cuda8. Use links in OP, I uploaded v6.2 Beta2 for Linux. Tested on 9xx and 1070 cards.
Jump to: