Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.7 (Windows/Linux)
by
simon66
on 16/07/2017, 21:32:24 UTC
Hi @Claymore

I just decided to mine both ETH and SIA at the same time using EthDcrMiner64 v9.7 but I see a big difference in speed when mining.
On the front page you listed that I can dual mine "with no impact on Ethereum mining speed".
I have 2 R9 290x which mine at around 32mh/s on ETH (single mode). When dual mining ETH & SIA, I get around 20-23mh/s on ETH and 700 mh/s on SIA.

Am I doing something wrong?

Here's my config.txt file

Code:
-mode 1
-epool us2.ethermine.org:4444
-ewal [My Eth address]
-ethi 8,8,8,8
-dcoin sia
-dpool stratum+tcp://sia-us-east1.nanopool.org:7777
-dwal [my sia address]/[my sia worker name]/[my email]
-cclock 1160,1100
-mclock 1250,1250

And my start.bat

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100


EthDcrMiner64.exe

Both pools are accepting my shares so I know those are configured right.
Thanks!