Search content
Sort by

Showing 5 of 5 results by mico0123
Post
Topic
Board Announcements (Altcoins)
Re: 【ANN】 Struena [POW ETHASH] Masternodes & Decentralized market [NO ICO & PREMINE]
by
mico0123
on 02/05/2018, 06:18:34 UTC
Post
Topic
Board Mining (Altcoins)
Re: Nvidia GPU Mining Problems
by
mico0123
on 09/10/2016, 13:29:20 UTC
I found only 367.27 driver supports OC functions under linux. And I need cuda libraries to use ccminer, but on nvidia site only 8.0.44 version is available which depends on 367.48 driver which is not support OC functions.
So I'm looking for cuda_8.0.27_linux.run file.
Is anyone who have it can share it?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.1 (Windows/Linux)
by
mico0123
on 25/09/2016, 12:09:28 UTC
Try commenting out the line below:

#export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
I did it a month ago.
But I found solution: miner starts if I run it from tty console (I've to do it locally, not over ssh) and it crashes if I trying to run it any other way, so I can't use autorun after server reboot.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.1 (Windows/Linux)
by
mico0123
on 25/09/2016, 08:12:29 UTC
Trying to start with 6 RX 480 on Linux Ubuntu 16.04:

Code:
$ ./ethdcrminer64 -dcri 42 -dpool "http://siamining.com:9980/miner/header?address=****&worker=rig2" -dcoin sia -etha 2

????????????????????????????????????????????????????????????????ͻ
?        Claymore's Dual ETH + DCR/SC/LBC GPU Miner v7.1         ?
????????????????????????????????????????????????????????????????ͼ

ETH: 4 pools are specified
Main Ethereum pool is eth-eu.dwarfpool.com:8008
SC: 1 pool is specified
Main Siacoin pool is siamining.com:9980
Segmentation fault (core dumped)

In dmesg:

Code:
[  300.907287] ethdcrminer64[4050]: segfault at 110 ip 00007f4818e222d4 sp 00007ffc4c39e708 error 4 in libdrm_amdgpu.so.1.0.0[7f4818e1e000+7000]

Is anyone has experienced the same behavior?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v7.0 (Windows/Linux)
by
mico0123
on 11/09/2016, 14:50:21 UTC
rx 480 under linux support is dropped in 6.4 and 7.0 versions.

I'm getting:

Code:
Sep 11 17:42:51 rig3 kernel: [ 6802.533701] amdgpu 0000:05:00.0: GPU fault detected: 147 0x01f80801
Sep 11 17:42:51 rig3 kernel: [ 6802.534129] amdgpu 0000:05:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR   0x0810483B
Sep 11 17:42:51 rig3 kernel: [ 6802.534567] amdgpu 0000:05:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x04084001
Sep 11 17:42:51 rig3 kernel: [ 6802.534997] VM fault (0x01, vmid 2) at page 135284795, read from 'TC7' (0x54433700) (132)

Now I'm using 6.3 version.