Post
Topic
Board Mining (Altcoins)
Re: TT-Miner 2.2.1: ProgPoW, MTP, LYRA2V3, UBQHASH, MYR-GR Win/cuda9.2/10.0/10.1
by
TrailingStop
on 01/04/2019, 15:48:21 UTC
Hey Trailing,

on MTP your miner atm is the fastest on GTX cards, but have some problems on mixed rigs with 1070/1080 cards, dunno why.

But on RTX cards your miner is much slower than your competitor. Are there any more improvements possible?

Hi,

did you try to 'play' around with intensity or grid size. You can set these values for each gpu separate. Please try this for the RTX as well - if you haven't tried it yet. Unfortunately I do not have a RTX available and cannot run my own test, but maybe someone from the community can help - or give me some more information what the problem could be???

Thanks.

>>>You can set these values for each gpu separate
Either but not both, this case will not work: -d 0,1,2 -i 15,16,17
You can't have both -d & -i at the command line.  Can you fix that?



Hi,

do you use the last version? I just tried it here and it seems to work. Can you send program log please (-log)?

Thanks.


Assume 10 GPUs (0-9) and I wanted to test first 2 GPUs (0,1).
It works but I have to do this way:
-d 0,1 -i 16,16,0,0,0,0,0,0,0,0

If you do this it will not work due to TT-Miner knows that you have 10 GPUs not 2 GPUs,
-d 0,1 -i 16,16

You will get this error message,

>>>>>Number of selected devices and intensity command line parameter didn't match.
>>>>>Please check your command line (parameter -d, -i), cannot continue!


Got it. let me check. Thanks for the details.