Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Problem 6900xt #1

Open
GG44000 opened this issue Mar 4, 2022 · 3 comments
Open

Problem 6900xt #1

GG44000 opened this issue Mar 4, 2022 · 3 comments

Comments

@GG44000
Copy link

GG44000 commented Mar 4, 2022

Hello,
Since the beginning that I mine dynamo with your software, I noticed that my compute units are halved as well as my hashrate. I tested with SRBMiner and this problem is not there. Could you look at it or tell me what I did wrong.
I leave you 2 screens to show you the problem.
Cordially
dynminer
srbminer

@scoobiru
Copy link

scoobiru commented Mar 4, 2022

Second numeric parameter here is 'workitems' not 'compute units' and should be one of the following values:
32, 64, 128, 256, 512

Recommend probably no higher than 128 for 6900XT
Also recommend a compute value (first numeric parameter) derived from the compute units of the card found by the miner with a formula such as:

compute = compute units x workitems x 10
image

@GG44000
Copy link
Author

GG44000 commented Mar 5, 2022

I modified the command line with your formula but I still have 15mh/s with my 3 cards against 31mh/s with SRBminer.
SRB does not manage my future Nvidias for this I am looking to recover the 15mh/s that I am missing.
I see that the problem of CU detecting it at 40 instead of 80 as indicated by the characteristics of my GPU.
Here is the command
DynMiner.exe -mode pool -server pool1.dynamocoin.org -port 4567 -user x -pass -miner GPU,102400,128,0,0 -miner GPU,102400,128,0,1 -miner GPU,102400,128 ,0,2
Cordially

@scoobiru
Copy link

scoobiru commented Mar 5, 2022

This miner is a reference design with intent to provide a rough guide for third party mining client developers interested in adding support for the Dynamocoin project. As such, it may not be expected to perform as well as a GPU vendor-optimized option such as SRBMiner supporting AMD GPUs, even with additional tuning of the parameter values.
A similar CUDA-optimized miner has not yet been introduced by a third party developer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants