Trying to get Claymore's miner working on my test rig, but cannot get more than 2.6MH out of a 390x. Any help would be appreciated.
Rig:
Ubuntu 15.10
i7 4790k
16GB Ram
Asus 390x
config.txt:
-epool eth-us2.dwarfpool.com:8008
-ewal XXXXXXX
-dpool
http://dcr.suprnova.cc:9111-dwal plggy.R9390X
-dpsw x
(tried changing intensity and other settings with little change in hashrate)
start-up script:
#!/usr/bin/env bash
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
echo "Starting Claymore"
./ethdcrminer64
log:
21:49:09:942 a2930740 OpenCL platform: AMD Accelerated Parallel Processing
21:49:09:942 a2930740
Cards available: 1
21:49:09:942 a2930740 GPU #0: name: Hawaii, 3072 MB available, 44 compute units
21:49:09:942 a2930740 Total cards: 1
21:49:09:942 a2930740 Initializing...
21:49:09:942 a2930740 GPU #0 recognized as Radeon 290X
21:49:09:942 a2930740 POOL/SOLO version
21:49:09:942 a2930740 b150
21:49:09:944 a2930740 start building OpenCL program...
21:49:09:946 a2930740 done
21:49:09:946 a2930740 GPU #0: set -etha as 0 (ETH algo for fast cards)
21:49:09:958 92ffd700 ETH: Stratum - connecting to 'eth-us2.dwarfpool.com' <209.141.38.185> port 8008
. . .
21:49:10:048 921e7700 DCR - connecting to dcr.suprnova.cc:9111
21:49:10:048 a2930740 miner-proxy stratum mode
21:49:10:048 921e7700 http send request: {"method": "getwork", "params": [], "id":0}
21:49:10:048 a2930740 Watchdog enabled
21:49:10:048 a2930740 Remote management is enabled on port 3333
21:49:10:048 a2930740
. . .
21:49:10:868 92ffd700 ETH: 07/01/16-21:49:10 - New job from eth-us2.dwarfpool.com:8008
21:49:10:868 92ffd700 target: 0x0000000225c17d04, epoch #60
21:49:10:868 92ffd700 ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
21:49:10:868 92ffd700 ETH: GPU0 0.000 Mh/s
21:49:10:868 92ffd700 DCR - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0
21:49:10:868 92ffd700 DCR: GPU0 0.000 Mh/s
21:49:11:044 93fff700 Setting DAG epoch #60 for GPU #0
21:49:11:044 93fff700 Create GPU buffer for GPU #0
21:49:17:158 93fff700 GPU 0 DAG creation time 6108 ms
21:49:17:158 93fff700 Setting DAG epoch #60 for GPU #0 done
. . .
21:49:21:956 909e4700 GPU #0: name: Hawaii, 3072 MB available, 44 compute units
21:49:21:956 909e4700 ETH - Total Speed: 2.618 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
21:49:21:956 909e4700 ETH: GPU0 2.618 Mh/s
21:49:21:956 909e4700 DCR - Total Speed: 39.272 Mh/s, Total Shares: 0, Rejected: 0
21:49:21:956 909e4700 DCR: GPU0 39.272 Mh/s
21:49:21:956 909e4700 Incorrect ETH shares: none
21:49:21:956 909e4700 Pool switches: ETH - 0, DCR - 0
21:49:21:956 909e4700 Current ETH share target: 0x0000000225c17d04, epoch #60
Current DCR share target: 0x000000003fffffff, block #41947
21:49:21:956 909e4700 GPU0 t=46C fan=90%
. . .
Aticonfig shows 100% load but card stays cool and hashrate low. With ethminer I am around 30MHs with this card.