Search content
Sort by

Showing 20 of 41 results by wpsd
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.9 (Windows/Linux)
by
wpsd
on 05/12/2018, 11:34:07 UTC
Hi what encoding do you use that appear in the console and log file ?
Post
Topic
Board Mining (Altcoins)
NVIDIA Mining Card Overclock Linux
by
wpsd
on 26/06/2018, 12:59:35 UTC
Hi, did anyone successfully overclock NVIDIA Mining Card ( P104, P102 ) on Linux

I recently just bought this 3 card to try whether I can tweak clock and memory clock on Headless Linux.
My OS is Ubuntu 16.04 , tried all the driver until latest 396

Once I give them a dummy xorg using dfp-edid.bin way, it directly go to P8 state on mining ( test only in claymore ) even without the coolbits / Regdwords option specify.
The watt in nvidia-smi is shown as 23w/100w, never get pass 23w.

But If I disable the dummy xorg it can run normally but "nvidia-settings" tweak will not work, which is something that is required to modify fan speed.

Anyone face this problem ?

My option works perfectly on many brand of GTX1070 , but not P104 or P102.

This is my xorg.conf for /etc/X11/xorg.conf
Code:
Section "Device"
    Identifier "Configured Video Device"
    Driver "dummy"
    VideoRam 16384
EndSection

Section "Monitor"
    Identifier "Configured Monitor"
    HorizSync 5.0 - 1000.0
    VertRefresh 5.0 - 200.0
    ModeLine "1366x768" 72.00 1366 1414 1446 1494 768 771 777 803
EndSection

Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    SubSection "Display"
        Viewport 0 0
        Depth 24
        Virtual 1366 768
    EndSubSection
EndSection

This is the xorg.conf that I pass to each GPU, "@GPU_BUS_ID@" is replace automatically by my script to the correct id
Code:
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"     0    0
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "VideoCard0"
    Monitor        "Monitor0"
    DefaultDepth   24
    Option         "UseDisplayDevice" "DFP-0"
    Option         "ConnectedMonitor" "DFP-0"
    Option         "CustomEDID" "DFP-0:/etc/X11/dfp-edid.bin"
    Option         "Coolbits" "28"
    SubSection "Display"
        Depth   24
        Modes   "1024x768"
    EndSubSection
EndSection

Section "Device"
Identifier  "Videocard0"
Driver      "nvidia"
    Screen      0
    Option      "UseDisplayDevice" "DFP-0"
    Option      "ConnectedMonitor" "DFP-0"
    Option      "CustomEDID" "DFP-0:etc/X11/dfp-edid.bin"
    Option      "Coolbits" "28"
    Option      "AllowEmptyInitialConfiguration" "True"
    Option      "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x1; PowerMizerDefaultAC=0x1"
    BusID       "@GPU_BUS_ID@"
EndSection

Section "Monitor"
    Identifier      "Monitor0"
    Vendorname      "Dummy Display"
    Modelname       "1024x768"
EndSection
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.3 (Windows/Linux)
by
wpsd
on 24/05/2017, 02:59:18 UTC
Hi Claymore

could you give a hint on how to read value given by API {"method":"miner_getfile", "params":["config.txt"]}
It's either encrypted or encoded

Simple hex-encoded, for example, string data "3031" means two bytes: 48 and 49.

LOL - Why I didn't think of that. Thank you.
Anyway in miner_getstat1 could you include the current active WORKER, currently only show active POOL
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.3 (Windows/Linux)
by
wpsd
on 23/05/2017, 12:05:15 UTC
Hi Claymore

could you give a hint on how to read value given by API {"method":"miner_getfile", "params":["config.txt"]}
It's either encrypted or encoded
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.3 (Windows/Linux)
by
wpsd
on 07/05/2017, 01:09:02 UTC
Hi. Claymore

Could you add current pool worker info from "miner_getstat1" API, currently it only show the active pool

What format you use for sending and receiving data in "miner_getfile" API, the data is encoded
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v4.0
by
wpsd
on 11/11/2016, 08:32:11 UTC
Hmm I'm still don't understand why not publishing linux version ? Is it technical problem ? or license problem  Cry

Claymore said:

"I'm not so greedy as some people say Smiley
It's not about money, there are several reasons why I'm not going to release ZCash miner for Linux in near future - most of haters who say that I stole SA engine are on Linux so let's they use some different miner. Also I don't like to see as someone applies IDA to my miner to see how it works. Also I don't like Linux, it's a pain for me.
NVidia: if I release miner for NVidia, these haters will again say that I stole SA engine. So there will not be NVidia version.
I think other devs will create public miners with similar speed for Linux and NVidia soon."

LOL funny community. mining is more important.
Does the v1.1 support client.reconnect stratum protocol ?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v4.0
by
wpsd
on 11/11/2016, 06:13:30 UTC
Hmm I'm still don't understand why not publishing linux version ? Is it technical problem ? or license problem  Cry
Post
Topic
Board Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v1.0
by
wpsd
on 05/11/2016, 05:26:50 UTC
waiting for linux version...
Post
Topic
Board Mining (Altcoins)
Re: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER
by
wpsd
on 30/10/2016, 07:47:04 UTC
How can enable more than 1 card, with -cd option, only 1 card start?


-cd 0 1 2 3 4 5 to enable all 6 cards

Is this the option for zogminer ??
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.2 (Windows/Linux)
by
wpsd
on 01/10/2016, 23:55:47 UTC
Quote
- added temperature/fan monitoring for Linux version for gpu-pro drivers. Only monitoring is supported currently, not management.

The temp monitor will work in linux right ? if it is overheat it will stop the gpu
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.4 (Windows/Linux)
by
wpsd
on 03/09/2016, 01:34:14 UTC
Claymore do you think Groelst or NooScrypt Can be added for dual mining?

GRS is dying. Do not add it to Claymore.

I'm working on some other coin, v7.0 will be released in a few days.

Please include temperature on linux ( amdgpu pro driver )
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.3 (Windows/Linux)
by
wpsd
on 24/08/2016, 12:13:07 UTC
I am currently running 10x Sapphire Radeon RX 480 at 27.3MH/s ETH and 550MH/s DCR each without any problem, my only problem is that I would like to solomine DCR, is it possible to solomine DCR with this software? Or do I have to mine in a pool?

Hi did you overclock your RX480 to get 27 ?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
wpsd
on 24/08/2016, 02:49:42 UTC
About ADL in GPU-PRO drivers, just found a beautiful answer:

https://bugs.freedesktop.org/show_bug.cgi?id=96786

...
ADL is not supported in the amdgpu-pro driver.  The same functionality can be accessed via standard Linux interfaces (e.g., hwmon for temperature and fan control, sysfs for clock control, etc..
...

So AMD decided not to worry about ADL support in new drivers for Linux. Excellent solution.

Hey, thanks for 6.3 release. Linux version looks smooth so far, no more VM fault errors.
One of your corefeatures in my opinion is the selectiv shutdown of cards in case of overheat, maybe you can implement this also with the new AMDGPU driver ?

You can query the temperature of the cards from: /sys/class/hwmon/hwmonX/temp1_input
To identify the cards that are useing amdgpu driver you can query the /sys/class/hwmon/hwmonX/name class ?

BTW: Overclocking is done by the keys  /sys/class/hwmon/hwmon1/pp_mclk_od (Memory Clock)  and /sys/class/hwmon/hwmon1/pp_sclk_od GPU Clock. +1 changes value by 20.



Just to clarify
For temperature just get it from /sys/class/hwmon/hwmon/hwmonX/temp1_unit, the result must divide by 1000 to get the correct celcius
and we can check whether the hardware is amdgpu or not by checking /sys/class/hwmon/hwmonX/name , If it is amdgpu then it's the right one.

Above file can be access without root.

For overclocking and setup fan speed currently the user has to be root, even sudo is not working. Maybe the user need to be included in specific group first. I leave this to the linux user, since we only need to set it once. Note that when using root user the path is no longer /sys/class/hwmon but change to /sys/class/drm/cardX/device/hwmon

For memory +1 increase 20Mhz, for core clock +1 increase 12MHz. To get the highest one use -1 instead.

Maybe for now just include the temperature so the watchdog can protect the miner in case something happen.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
wpsd
on 23/08/2016, 04:28:34 UTC
Using Ver 5.1, dual mining ETH + DCR I am getting annoying behavior on one of my rigs. Would like to know what these lines mean:
 
04:57:27:598   f10   OC v5, Reset control for GPU 12, close miner right now if you want to use default control from Catalyst
04:57:28:927   abc   recv: 51
04:57:28:927   abc   srv pck: 50
04:57:28:942   abc   OC v5, Reset control for GPU 12, close miner right now if you want to use default control from Catalyst
04:57:28:958   abc   srv bs: 0

04:59:56:442   f10   WATCHDOG: GPU 0 hangs in OpenCL call, exit
04:59:56:442   f10   watchdog - thread 2, hb time 219
04:59:56:442   f10   watchdog - thread 3, hb time 47
04:59:56:442   f10   watchdog - thread 4, hb time 250
04:59:56:442   f10   watchdog - thread 5, hb time 63
04:59:56:458   f10   watchdog - thread 6, hb time 79
04:59:56:458   f10   watchdog - thread 7, hb time 250
04:59:57:473   f10   Restarting OK, exit...

Of 7 rigs, this one is constantly restarting the miner every 4 to 5 min.
This is not a power issue or faulty riser, I'd like to understand more the log file.
Claymore? Can you help?
GPU are not overclocked, running at stock speed.
All my rigs are on Win 10 Pro, 15.2 AMD drivers, This rig is AMD FX6200 16gb Ram

Cheers,
Franco

Try to look for "
Code:
[GPU #0] got incorrect share. If you see this warning often, make sure you did not overclock it too much!
(Let's press ctrl+f in notepad and just paste "incorrect")

I have similiar  problems as you(my rigs works few hours not minutes...) :
Code:
21:36:11:765 1178 args: -dbg 1 -tt 74,74,74 -ttdcr 79 -fanmax 95 -dcoin sia
21:36:11:, 765 1178
21:36:11:765 1178 ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
21:36:11:765 1178 ş        Claymore's Dual ETH + DCR/SC GPU Miner v6.2 Beta        ş
21:36:11:765 1178 ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ
21:36:11:765 1178
21:36:11:984 1178 ETH: 2 pools are specified
21:36:11:984 1178 Main Ethereum pool is eth.coinmine.pl:4000
21:36:11:984 1178 SC: 4 pools are specified
21:36:11:984 1178 Main Siacoin pool is sia-eu1.nanopool.org:7777
21:36:12:624 1178 OpenCL platform: AMD Accelerated Parallel Processing
21:36:12:624 1178 OpenCL initializing...

21:36:12:624 1178 AMD Cards available: 3
21:36:12:624 1178 GPU #0: Pitcairn, 2048 MB available, 16 compute units
21:36:12:624 1178 GPU #1: Tahiti, 3072 MB available, 32 compute units
21:36:12:624 1178 GPU #1 recognized as Radeon 280X/380X
21:36:12:624 1178 GPU #2: Pitcairn, 2048 MB available, 16 compute units
21:36:12:624 1178 POOL/SOLO version
21:36:12:624 1178 b210
21:36:12:640 1178 start building OpenCL program...
21:36:22:156 1178 done
21:36:22:156 1178 GPU #0: set -etha as 1 (ETH algo for slow cards)
21:36:22:156 1178 GPU #1: set -etha as 0 (ETH algo for fast cards)
21:36:22:156 1178 GPU #2: set -etha as 1 (ETH algo for slow cards)
21:36:22:156 1178 cudaGetDeviceCount failed (35, CUDA driver version is insufficient for CUDA runtime version), probably no CUDA devices
21:36:22:156 1178 No NVIDIA CUDA GPUs detected.
21:36:22:156 1178 Total cards: 3
21:36:22:265 e8c ETH: Stratum - connecting to 'eth.coinmine.pl' <139.162.173.166> port 4000
21:36:22:327 1178 DUAL MINING MODE ENABLED: ETHEREUM+SIACOIN

21:36:22:327 1178 ETH: miner-proxy stratum mode
21:36:22:327 1178 Watchdog enabled
21:36:22:327 1178 Remote management is enabled on port 3333
21:36:22:327 1178

21:36:22:359 e8c send: {"id": 1, "method": "mining.subscribe", "params": []}

21:36:22:359 e8c send: {"id": 2, "method": "mining.authorize", "params": ["5adamvp.1","x"]}

21:36:22:359 e8c ETH: Stratum - Connected (eth.coinmine.pl:4000)
21:36:22:390 e80 SC: Stratum - connecting to 'sia-eu1.nanopool.org' <185.71.66.31> port 7777
21:36:22:468 e8c got 100 bytes
21:36:22:468 e8c buf: {"error":null,"id":1,"result":[["mining.notify","deadbeefcafebabe9a28040000000000"],"7fff9d76",10]}

21:36:22:468 e8c parse packet: 99
21:36:22:468 e8c new buf size: 0
21:36:22:468 e80 send: {"id": 1, "method": "mining.subscribe", "params": []}

21:36:22:468 e80 send: {"id": 2, "method": "mining.authorize", "params": ["3bfc04fdd58075e87f2995806067885b5e95ebda8c5cacdf795cabd890b52ab7f18cb5f9aa83/eu1sia/adam21@o2.pl","x"]}

21:36:22:468 e80 SC: Stratum - Connected (sia-eu1.nanopool.org:7777)
21:36:22:609 e8c got 378 bytes
21:36:22:609 e8c buf: {"id":null,"method":"mining.set_difficulty","params":[50]}
{"id":null,"method":"mining.notify","params":["c9db","0xd56f859c6f1183af75dfdc3a616a81f76f01d7cbb0efa7e0a40cfd5cf485e5e3","0xef86c183c51ed4fb2d1a7eec0a752fb2eeb1731d33ae58cb9bfe54880af23e7b","0x00000002dd01fc067918c87bb22ae2da831babaff47cc1f55b39398a682631f0",true]}
{"jsonrpc":"2:0","id":2,"result":true,"error":null}

21:36:22:609 e8c parse packet: 58
21:36:22:609 e8c remove first packet 319
21:36:22:609 e8c new buf size: 319
21:36:22:609 e8c parse packet: 266
21:36:22:609 e8c eth: job changed
21:36:22:609 e8c remove first packet 52
21:36:22:609 e8c new buf size: 52
21:36:22:609 e8c parse packet: 51
21:36:22:609 e8c ETH: Authorized
21:36:22:609 e8c new buf size: 0
21:36:22:734 348 Setting DAG epoch #70...
21:36:22:827 e80 got 377 bytes
21:36:22:827 e80 buf: {"jsonrpc":"2.0","id":1,"result":true}
{"id":6,"jsonrpc":"2.0","params":["0","0x00000000000005be705af909145515803abcf9ab0cc7c778e4bd5adf07eec71a00000000000000003154bb5700000000e1e0947b54e6c673d4449a980e1324a25859f1836fd3f34bb53a3eae3bb849a5","0x0000000015fd7fe17964955fdef1ed34a2a73ae91e5fe71947db5116127c069e"],"method":"mining.notify"}
{"jsonrpc":"2.0","id":2,"result":true}

ddddddddd
21:38:54:062 1178 watchdog - thread 2, hb time 172
21:38:54:062 1178 watchdog - thread 3, hb time 0
21:38:54:062 1178 watchdog - thread 4, hb time 156
21:38:54:062 1178 watchdog - thread 5, hb time 16
21:38:56:531 e80 got 299 bytes
21:38:56:531 e80 buf: {"id":6,"jsonrpc":"2.0","params":["4","0x00000000000004e97159d865d8ce5f987ed33070aa12ab6ab4d39e046b66ad590000000000000000da54bb570000000041ff38b3641ff3662c2d84f8dc97bb008849f8f6e43b17ad414b050cdb23d98f","0x0000000015fd7fe17964955fdef1ed34a2a73ae91e5fe71947db5116127c069e"],"method":"mining.notify"}

21:38:56:531 e80 parse packet: 298
21:38:56:531 e80 sc: job changed
21:38:56:531 e80 new buf size: 0
21:38:56:531 e80 SC: 08/22/16-21:38:56 - New job from sia-eu1.nanopool.org:7777
21:38:56:531 e80 target: 0x0000000015fd7fe1 (diff: 50GH)
21:38:57:078 1178 GPU 0 temp = 69, old fan speed = 66%, new fan speed = 64%

cc5a02a23e254c0c3f75d9178046aeb27ce1ca574"],"jsonrpc":"2.0","id":3}


21:52:32:905 654 parse packet: 242
21:52:32:908 654 eth: job is the same
21:52:32:910 654 new buf size: 0
21:52:35:173 654 DevFee: stop mining and disconnect
21:52:35:296 1178 GPU 0 temp = 72, old fan speed = 54%, new fan speed = 54%

21:52:35:301 1178 Got incorrect temperature 511, ignore
21:52:35:304 1178 GPU 12 temp = 72, old fan speed = 45%, new fan speed = 45%

21:52:35:321 1178 Got incorrect temperature 511, ignore
21:52:35:333 1178 GPU0 t=72C fan=54%, GPU1 t=0C fan=0%, GPU2 t=71C fan=45%
21:52:35:341 1178 em hbt: 0, dm hbt: 0, fm hbt: 172,
21:52:35:343 1178 watchdog - thread 0, hb time 31718
21:52:35:350 1178 watchdog - thread 1, hb time 36703
21:52:35:362 1178 watchdog - thread 2, hb time 140
21:52:35:364 1178 watchdog - thread 3, hb time 328
21:52:35:366 1178 watchdog - thread 4, hb time 172
21:52:35:380 1178 watchdog - thread 5, hb time 31
21:52:35:684 141c ETH: put share nonce 7458b0b0001cc934
21:52:35:685 141c ETH round found 1 shares
21:52:35:687 e8c ETH: 08/22/16-21:52:35 - SHARE FOUND - (GPU 2)
21:52:35:688 e8c send: {"id": 4, "method": "mining.submit", "params": ["5adamvp.1","ca35","0x7458b0b0001cc934","0xd943ea7503e1ca7f9edf92be62154ba1e8f65d5e19540d3845427ec331a2239b","0xead3e404ddb054b0c65a210252fb39e7100ff3aa4d07c8c25275b6bdb8fbda16"]}

21:52:35:807 e8c got 36 bytes
21:52:35:836 e8c buf: {"id":4,"result":true,"error":null}

21:52:35:841 e8c parse packet: 35
21:52:35:844 e8c ETH: Share accepted (156 ms)!

21:52:35:847 e8c new buf size: 0
21:52:38:403 1178 GPU 0 temp = 71, old fan speed = 54%, new fan speed = 54%

21:52:38:409 1178 Got incorrect temperature 511, ignore
21:52:38:413 1178 GPU 12 temp = 72, old fan speed = 45%, new fan speed = 45%

21:52:41:442 1178 GPU 0 temp = 71, old fan speed = 54%, new fan speed = 54%

21:52:41:449 1178 Got incorrect temperature 511, ignore
21:52:41:453 1178 GPU 12 temp = 72, old fan speed = 45%, new fan speed = 45%

21:52:43:380 e8c send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x1ac3a22", "0x00000000000000000000000000000000000000000000000000000000424c357c"]}

21:52:43:468 e8c got 44 bytes
21:52:43:469 e8c buf: {"jsonrpc":"2:0","id":null,"result":"True"}

21:52:43:469 e8c parse packet: 43
21:52:43:470 e8c new buf size: 0
21:52:44:489 1178 GPU 0 temp = 72, old fan speed = 54%, new fan speed = 54%

21:52:44:536 1178 Got incorrect temperature 511, ignore
21:52:44:552 1178 GPU 12 temp = 70, old fan speed = 45%, new fan speed = 44%

21:52:47:570 1178 GPU 0 temp = 72, old fan speed = 54%, new fan speed = 54%

21:52:47:574 1178 Got incorrect temperature 511, ignore
21:52:47:577 1178 GPU 12 temp = 70, old fan speed = 44%, new fan speed = 43%

21:52:50:620 1178 GPU 0 temp = 72, old fan speed = 54%, new fan speed = 54%

21:52:50:641 1178 Got incorrect temperature 511, ignore
21:52:50:644 1178 GPU 12 temp = 72, old fan speed = 43%, new fan speed = 43%

21:52:53:664 1178 GPU 0 temp = 71, old fan speed = 54%, new fan speed = 54%

21:52:53:669 1178 Got incorrect temperature 511, ignore
21:52:53:677 1178 GPU 12 temp = 71, old fan speed = 43%, new fan speed = 43%

21:52:55:332 e8c got 267 bytes
21:52:55:332 e8c buf: {"id":null,"method":"mining.notify","params":["ca36","0x7f2e0ff7dfadc06289f4293c418e674e8856e78f5371eef2f8212305544d8ca3","0xef86c183c51ed4fb2d1a7eec0a752fb2eeb1731d33ae58cb9bfe54880af23e7b","0x00000002dd01fc067918c87bb22ae2da831babaff47cc1f55b39398a682631f0",true]}

21:52:55:333 e8c parse packet: 266
21:52:55:334 e8c eth: job changed
21:52:55:335 e8c new buf size: 0
21:52:55:336 e8c ETH: 08/22/16-21:52:55 - New job from eth.coinmine.pl:4000
21:52:55:338 e8c target: 0x00000002dd01fc06 (diff: 1500MH), epoch #70
21:52:55:341 e8c ETH - Total Speed: 28.524 Mh/s, Total Shares: 22, Rejected: 0, Time: 00:16
21:52:55:345 e8c ETH: GPU0 0.000 Mh/s, GPU1 17.279 Mh/s, GPU2 11.245 Mh/s
21:52:55:367 e8c SC - Total Speed: 427.856 Mh/s, Total Shares: 12, Rejected: 0
21:52:55:370 e8c SC: GPU0 0.000 Mh/s, GPU1 259.189 Mh/s, GPU2 168.667 Mh/s
21:52:56:717 1178 GPU 0 temp = 71, old fan speed = 54%, new fan speed = 54%

21:52:56:763 1178 Got incorrect temperature 511, ignore
21:52:56:772 1178 GPU 12 temp = 70, old fan speed = 43%, new fan speed = 42%

21:52:59:798 1178 GPU 0 temp = 70, old fan speed = 54%, new fan speed = 53%

21:52:59:803 1178 Got incorrect temperature 511, ignore
21:52:59:806 1178 GPU 12 temp = 70, old fan speed = 42%, new fan speed = 41%

21:53:02:824 1178 GPU 0 temp = 70, old fan speed = 53%, new fan speed = 52%

21:53:02:828 1178 Got incorrect temperature 511, ignore
21:53:02:831 1178 GPU 12 temp = 69, old fan speed = 41%, new fan speed = 39%

21:53:03:414 e8c send: {"id":6,"jsonrpc":"2.0","method":"eth_submitHashrate","params":["0x1378863", "0x00000000000000000000000000000000000000000000000000000000424c357c"]}

21:53:03:518 e8c got 44 bytes
21:53:03:518 e8c buf: {"jsonrpc":"2:0","id":null,"result":"True"}

21:53:03:519 e8c parse packet: 43
21:53:03:520 e8c new buf size: 0
21:53:05:861 1178 GPU 0 temp = 71, old fan speed = 52%, new fan speed = 52%

21:53:05:902 1178 Got incorrect temperature 511, ignore
21:53:05:921 1178 GPU 12 temp = 70, old fan speed = 39%, new fan speed = 38%

21:53:05:937 1178 Got incorrect temperature 511, ignore
21:53:05:942 1178 GPU0 t=71C fan=52%, GPU1 t=0C fan=0%, GPU2 t=70C fan=38%
21:53:05:943 1178 em hbt: 0, dm hbt: 0, fm hbt: 47,
21:53:05:944 1178 watchdog - thread 0, hb time 62328
21:53:05:945 1178 WATCHDOG: GPU 0 hangs in OpenCL call, exit
21:53:05:946 1178 watchdog - thread 1, hb time 67313
21:53:05:947 1178 WATCHDOG: GPU 0 hangs in OpenCL call, exit
21:53:05:948 1178 watchdog - thread 2, hb time 219
21:53:05:949 1178 watchdog - thread 3, hb time 32
21:53:05:950 1178 watchdog - thread 4, hb time 32
21:53:05:951 1178 watchdog - thread 5, hb time 203
21:53:06:959 1178 Restarting OK, exit...



Yesterday I guess it was pool - related... because it happend when sia.nanopool stoped working,  but one of my cards is a little faulty as you can see..
In event viewer I can saw:
Display driver amdkmdap stoped responding, but recover stability (but after that my miner hangs so I had to make hard reset)
.I
 look further in my log and I wonder what it is:
Code:
 
21:53:05:902 1178 Got incorrect temperature 511, ignore
21:  
Another  strange thing is that works better before I upgraded to 6.2...
Can you give us any help Claymore?
*eth only mode seems to work ok..

Hi is this new GPU ? the one got 511. From my experience it is cause by the gpu faulty ( either their sensor or componet no longer working ).

It all happen to my 2 year old gpu
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
wpsd
on 20/08/2016, 10:42:26 UTC
I forget to mention using ethminer or genoil-ethminer it work flawlessly, there is no error show

But miner get lower hashrate around 22-23MH/s, while in claymore I got 24MH/s~25MH/s
Maybe the optimization cause it

Tested on RX480
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
wpsd
on 20/08/2016, 10:30:51 UTC

installed the latest driver and latest APP SDK.

And another problem.
The syslog errors are continuously

Code:
[ 7669.222221] amdgpu 0000:06:00.0: GPU fault detected: 147 0x0d608401
[ 7669.222222] amdgpu 0000:06:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x081047AC
[ 7669.222223] amdgpu 0000:06:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0E084001
[ 7669.222224] VM fault (0x01, vmid 7) at page 135284652, read from 'TC7' (0x54433700) (132)

Linux is a problem, always.
Well, it seems AMD does not support ADL v10 in Linux yet. In Windows it works fine. I will build a system with Ubuntu with latest drivers and RX480 to confirm it.
"VM_CONTEXT1_PROTECTION_FAULT_ADDR" error - not sure that it is a problem of miner, it can be issue in drivers. What Linux version? What drivers version? I tried to reproduce it but it seems I'm doing something wrong.

Please keep supporting Linux version  Grin, the driver is still in beta so I'll patiently wait
There is no libatiadlxx.so when using amdgpu pro driver, so I guess they release ADLv10 but not merge it with the driver yet.

I myself use Ubuntu 16.04.1, driver version amdgpu-pro_16.30.3-315407.tar.xz ( this is last month version, I think before ADLv10 release ), try on both stock kernel 4.4 and 4.7 ( not the latest 4.7 kernel ), maybe 4.8 will be better

Then check on /var/log/syslog or journalctl when running claymore an you'll see above error.
The mining works ok anyway, but the syslog is bad "too many write" We can disable syslog to protect hdd.

It looks like a driver problem, but perhaps you can find more

P.S It's easier to find whether your GPU is faulty or not on Linux then Windows ( Windows just directly go to BSOD  or recovery with no log ), I personally think Windows is overkill for mining
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum+Decred/Siacoin GPU Miner v5.3 (Windows/Linux)
by
wpsd
on 15/08/2016, 02:52:43 UTC
To all requests: I will check them a bit later, don't want to postpone new version again and again.
Within 24 hours I will release v6.0 with nvidia support, temp/fan management for amd 4xx cards and "-ttli" option to reduce overall mining intensity when GPU is overheated.

Have you find a way to show temperature in Linux version ?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum+Decred/Siacoin GPU Miner v5.2 (Windows/Linux)
by
wpsd
on 29/07/2016, 04:00:41 UTC
Does it work with the RX 480?

Version 5.1 Beta 2 already work on RX480, but you won't be able to see the temperature from claymore, which I think the watchdog will be useless.
For Linux user is the same and worse, since there is no alternative software to see the temperature ( adl3 - atitweak no longer works )

The good part is windows and linux now has the same hash speed in mining, since the driver will be at the same level between both OS.
Overclock only works using windows and with the stock amd software. I'm not sure is vbe7.0.7 and atiflash can oc this one since they are incapable to oc since R9 380.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum+Decred/Siacoin GPU Miner v5.1 (Windows/Linux)
by
wpsd
on 23/07/2016, 11:33:20 UTC
How do you use remote management? I have remote management enabled, I've installed Claymore's Dual Miner Monitor on my phone and I can see hashrates and temperatures. However, if I type the rig's ip and port in a browser, I don't get anything. How can I manage my rig remotely?
Also can this mobile app notify you if the rig has stopped mining for some reason?

The remote management is a raw socket server, not web server. there is no web gui so you cannot access it from browser.
In Windows you need to use EthMon.exe provided in the folder inside claymore
In Linux you can run it also under wine it works ok.
You can also write your own client  Cheesy it use json format


Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum+Decred/Siacoin GPU Miner v5.1 (Windows/Linux)
by
wpsd
on 14/07/2016, 05:00:20 UTC
@claymore

Nice job on version 5.0, got performance increase on Linux after overclock.

R9 380 core clock 990 memory clock 1425, hash rate around 20
On version 4.7 set -cclock to 1100 and -mclock to 1500, hash rate around 20.5 MH/s
On version 5 same as above, hash rate become 21.5 MH/s

so 6 GPU become 127MH/s now, instead of 122MH/s

There is some small trouble, on first run the hash will not increase to 21.5MH/s instead only 20.5 MH/s. Atitweak showing that the clock already set correctly.
I need to close and rerun claymore for the second time, then it will increase to 21.5MH/s