I use cgminer v2.2 with my guiminer-scrypt and get 420K with the following settings for my 6950
thread-concurrency 8400
worksize 256
intensity 18
vectors=1
GPU threads = 1
Ive tried downloading cgminer 3.8 to use with v1.4 of multiminer but again, it doesnt see any of my cards.
cgminer 3.8 does not support GPU mining. You need to manually download version 3.7.2 and then unzip it unto the MultiMiner\Miners\cgminer folder if you would like to GPU mine with cgminer and MultiMiner 1.4. That should solve that issue. Please let me know if not.
Ive tried again using multiminer v2.2 with bfgminer, no extra settings in the backend miner, just as it comes, when i start it i get 15Khash for the 6950.
That's the problem. While I am looking at automatically discovering scrypt arguments based on GPU model, for now you need to research and enter that manually. To reproduce the settings GUIMiner is using:
- Click Settings
- Click Advanced backend miner settings
- Under Arguments, Scrypt, enter:
--thread-concurrency 8400 --worksize 256 --intensity 18 --vectors 1 --gpu-threads 1
Check this link under the Config column for other viable configurations for your GPU:
https://litecoin.info/Mining_hardware_comparisonHi
Ive downloaded 3.7.2 but get an error when trying to start multiminer unhandled exception
************** Exception Text **************
System.InvalidOperationException: Sequence contains more than one matching element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at MultiMiner.Win.MainForm.AddMissingDeviceConfigurations() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 472
at MultiMiner.Win.MainForm.RefreshDevices() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 447
at MultiMiner.Win.MainForm.MainForm_Load(Object sender, EventArgs e) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner.Win\MainForm.cs:line 150
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
To be honest im not too fussed about cgminer as long as i can get similar decent hash rates from bfgminer.
Ive downloaded v2.3.3 of multiminer and can now get 410 khash from my 6950, is there any way to set the card settings differently as i have 2 cards running on my rigs, for instance on this one i have a 6950 and a 5750, in guiminer i have different settings for both, ie thread concurrency.
By the way thanks for a great piece of software, i work in systems dev in business and know how much work is involved in putting something like this together so thanks again for all your hard work.