Search content
Sort by

Showing 2 of 2 results by x201k120
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
x201k120
on 23/08/2016, 08:03:14 UTC
I've had the Claymore miner running in Windows 7 for a month, on 2 GPU's.  Quite happy. 

Now I want to expand my little mining operation and add some Linux/Ubuntu machines.

I've had a terrible time getting the AMD drivers to work in Ubuntu 14.04.  Ubuntu 16.04 does not support Crimson 15.12 and never will, according to what I've read.

- Are there plans to support the new AMDGPU drivers that are supported in 16.04 Ubuntu?

If anyone has a good set of instructions for bringing up a Linux machine to run Mining, I'd love to hear it.  I'd even donate. 

I've got $1K+ of hardware sitting idle because of this, and I'd prefer not to give Mr. Gates money for every machine I build.

Thoughts?

amdgpupro installation: http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx

after that go for genoils ethminer: https://github.com/Genoil/cpp-ethereum/blob/master/README.md

Claymore Miner isn't working with amdgpu-pro yet.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v6.2 (Windows/Linux)
by
x201k120
on 22/08/2016, 09:19:24 UTC
Thanks for the Linux support!

I'm on Ubuntu 16.04 and amdgpu-pro_16.30.3-315407 with a RX 480 ref
No ADL installed - so its fine that I get an error for that when I start the miner.

Quote
AMD Cards available: 1
GPU #0: Ellesmere, 4068 MB available, 14 compute units
POOL/SOLO version
GPU #0: set -etha as 0 (ETH algo for fast cards)
No NVIDIA CUDA GPUs detected.
Total cards: 1
AMD ADL library not found, temperature management for AMD GPUs disabled.
ETH: Stratum - connecting to 'eu1.ethermine.org' <108.61.165.134> port 4444
ETH: Stratum - Connected (eu1.ethermine.org:4444)
ETH: Authorized
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: qtminer stratum mode
Watchdog enabled
Remote management is enabled on port 3333

Setting DAG epoch #70...
Setting DAG epoch #70 for GPU #0
Create GPU buffer for GPU #0
ETH: 08/22/16-11:11:16 - New job from eu1.ethermine.org:4444
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
GPU 0 DAG creation time 3072 ms
Setting DAG epoch #70 for GPU #0 done
ETH: 08/22/16-11:11:34 - New job from eu1.ethermine.org:4444
ETH - Total Speed: 6.100 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 6.100 Mh/s
ETH: 08/22/16-11:11:55 - New job from eu1.ethermine.org:4444
ETH - Total Speed: 5.820 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 5.820 Mh/s
ETH: 08/22/16-11:11:57 - New job from eu1.ethermine.org:4444
ETH - Total Speed: 6.092 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 6.092 Mh/s
... and continues with a hashrate like this

tail /var/log/syslog
Quote
Aug 22 11:12:07 ethereumrx480 kernel: [325501.707532] amdgpu 0000:02:00.0: GPU fault detected: 147 0x0d508401
Aug 22 11:12:07 ethereumrx480 kernel: [325501.739385] amdgpu 0000:02:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x081047A6
Aug 22 11:12:07 ethereumrx480 kernel: [325501.801310] amdgpu 0000:02:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x08044001
Aug 22 11:12:07 ethereumrx480 kernel: [325501.863327] VM fault (0x01, vmid 4) at page 135284646, read from 'TC5' (0x54433500) (68)

so it seems the same like for the other linux folk over here with RX* cards. Genoil Ethminer is running fine though.