You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: