hello guys, I come to show the results of a problem I have on my platform, there is a card that is giving me a much higher than normal hashrate, in fact double, then I leave the log and below my configuration roc-smi
I'm using ubuntu 18.04 with the latest version of the amd-gpu-pro drivers
GPU0= 4GB
GPU1= 4GB
GPU2= 8GB
GPU3= 4GB
GPU4= 4GB
==================== End of ROCm SMI Log ====================
+---------------------------------------------------------+
| _ _ __ __ _ ___ ____ |
| | | ___ | | \/ (_)_ __ ___ _ __ / _ \ | ___| |
| | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | ||___ \ |
| | | (_) | | | | | | | | | __/ | | |_| | ___) | |
| |_|\___/|_|_| |_|_|_| |_|\___|_| \___(_)____/ |
| |
| This software is for pool mining |
| with the Equihash 96/5, 210/9 |
| 144/5 or 192/7 algorithm |
| |
| Made by Lolliedieb, September 2018 |
+---------------------------------------------------------+
lolMiner is configured to mine Anonymous Bitcoin(ANON), Equihash 144/5
Setup Miner...
Using device with id 0 (Radeon RX 560 Series)
Using device with id 1 (AMD Radeon (TM) RX 480 Graphics)
Using device with id 2 (Radeon RX 570 Series)
Using device with id 3 (AMD Radeon (TM) RX 470 Graphics)
Using device with id 4 (Radeon RX 580 Series)
Connecting to pool...
Connected to anon.2miners.com:9090
Subscribed to stratum server
Authorized worker: AnZbbfcchj72XJi5PaHFPKejZkgcendP3xD.EdwinGuarenas
New target received: 000f0f0f0f0f0f0f
New job received: 593523240157640
Start Mining...
New job received: 164872136019190
Average speed (30s): 11.2 sol/s | 48.9 sol/s | 21.1 sol/s | 20.9 sol/s | 21.1 sol/s Total: 123.3 sol/s
Average speed (30s): 11.6 sol/s | 51.5 sol/s | 21.5 sol/s | 20.0 sol/s | 22.1 sol/s Total: 126.8 sol/s
Submitting share
Low difficulty share
Average speed (30s): 10.4 sol/s | 45.1 sol/s | 21.8 sol/s | 19.7 sol/s | 21.5 sol/s Total: 118.5 sol/s
Submitting share
Share accepted
Submitting share
Share accepted
Average speed (30s): 12.3 sol/s | 47.6 sol/s | 21.9 sol/s | 20.6 sol/s | 23.3 sol/s Total: 125.7 sol/s
Submitting share
Share accepted
New job received: 935564666706425
## 60 MINUTES AFTER
---------------------------------------------
Average speed (300s): 11.8 sol/s | 44.9 sol/s | 20.2 sol/s | 20.6 sol/s | 21.3 sol/s Total: 118.8 sol/s
---------------------------------------------
Average speed (30s): 12.2 sol/s | 44.6 sol/s | 20.1 sol/s | 22.5 sol/s | 20.6 sol/s Total: 120.0 sol/s
Submitting share
Share accepted
Submitting share
Share accepted
Submitting share
Share accepted
Average speed (30s): 10.6 sol/s | 43.9 sol/s | 20.9 sol/s | 22.4 sol/s | 21.1 sol/s Total: 119.0 sol/s
New job received: 893511905410536
Submitting share
Share accepted
Average speed (30s): 11.3 sol/s | 43.6 sol/s | 21.4 sol/s | 21.1 sol/s | 21.3 sol/s Total: 118.7 sol/s
Submitting share
Share accepted
Submitting share
Share accepted
Submitting share
##my roc-msi conf, next to the run.sh
#!/bin/bash
#################################
## Begin of user-editable part ##
#################################
PROFILE=EXAMPLE_ANON
export GPU_FORCE_64BIT_PTR=1
export GPU_MAX_HEAP_SIZE=100
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100
##Configure GPUs
echo 2021 | sudo -S /home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 0 --setfan 240 --autorespond Y
/home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 1 --setfan 240 --autorespond Y
/home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 2 --setfan 240 --setperflevel high --autorespond Y
/home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 3 --setfan 240 --setperflevel high --autorespond Y
/home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 4 --setfan 240 --setperflevel high --autorespond Y
/home/minero/Escritorio/ROC-smi-roc/rocm-smi -d 5 --setfan 240 --setperflevel high --autorespond Y
##Miner Start
cd "$(dirname "$0")"
./lolMiner --profile $PROFILE $@