I'm trying to troubleshoot low hashrates on my rig. I have 2 Radeon VII under Linux, and started to mine Ethereum with ethminer
https://github.com/ethereum-mining/ethminer.
The claim is that the average hashrate for this GPU is around 100Mh/s - at least that's what I've found on the net. But when I'm mining that's the average rate for BOTH of my cards.
What should I search for incereasing my hashrates? Firmware, VBIOS, drivers, miner config, pool config?
I'm mining on ethemine pool. Here's the starting script for ethminer:
./ethminer -G -P --report-hashrate --failover-timeout 5 -P stratum1+ssl://WALLET.EMAIL@eu1.ethermine.org:5555 -P stratum1+ssl://WALLET.EMAIL@eu1.ethermine.org:5555
Average stale shares are between 0-3%, highest current hashrate was 120Mh/s.
Thanks in advance for any tip.