Bitcoin Forum

Other => Beginners & Help => Topic started by: perfessor101 on December 16, 2013, 04:24:59 PM



Title: MultiMiner 2.23, bfgminer 3.8.0, xubuntu 12.04 : can't remove dynamic intensity
Post by: perfessor101 on December 16, 2013, 04:24:59 PM

MultiMiner 2.23, bfgminer 3.8.0, xubuntu 12.04 : can't remove dynamic intensity

Hello,

Not sure what I'm doing wrong ...

I can't get MultiMiner to call bfgminer without dynamic intensity.

In "configure settings", "advanced backend miner settings" "Automatically set Dynamic Intensity based on computer use" is unchecked.

I've wiped the .config/multiminer directory twice and tried re-wizarding the program.

Is there another location for configuration files?

I've tried checking the dynamic intensity then exiting and then restarting unchecking and exiting and then restarting it again.

I had perks enabled and then disabled it just in case that was inserting the "-I D"


The Process Log displays Coin Name: Litecoin Executable Path: /usr/bin/bfgminer Arguments: --scrypt -I 19 -g 2 -w 256 --shaders 2048 -I D -- scan noauto --quota "100;tcp+stratum://pooledbits.com:8338" -u me - p monkey

using cgminer I get 650 Kh/s per card with Multiminer 2.2.3 and bfgminer 3.8.0 ... I can't get above 125 Kh/s.

my cgminer settings
Code:
{
"pools" : [
{
"url" : "tcp+stratum://pooledbits.com:8338",
"user" : "me",
"pass" : "monkey"
}

],

"kernel" : "scrypt",
"intensity" : "19,19",
"worksize" : "256,256",
"gpu-engine" : "150-1100,150-1100",
"gpu-fan" : "50-100,50-100",
"gpu-memclock" : "1500,1500",
"gpu-powertune" : "20,20",
"temp-cutoff" : "95,95",
"temp-overheat" : "85,90",
"temp-target" : "75,75",
"lookup-gap" : "2,2",
"gpu-dyninterval" : "7",
"thread-concurrency" : "21712,21712",
"gpu-threads" : "1",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"log" : "60",
"per-device-stats" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"verbose" : true,
"worktime" : true,
"shares" : "0",
"temp-hysteresis" : "1",
"api-port" : "4028",
"api-listen" : true,
"api-network" : true,
"api-allow" : "127.0.0.1",
"no-submit-stale" : true, 
"kernel-path" : "/usr/local/bin"
}

Thanks for your time and help,
Bobby


Title: [solved] MultiMiner 2.2.3, bfgminer 3.8.0, xubuntu 12.04 : can't remove dynamic
Post by: perfessor101 on December 16, 2013, 06:12:17 PM
okay,

have to apologize

updated to 2.2.4 and the problem disappeared

will check again later after backing up .config/multiminer and retry with a fresh 2.2.3 to see if I can replicate
(just for peace of mind)

Humbly,
Bobby