Bitcoin Forum

Bitcoin => Mining support => Topic started by: JBrace1990 on February 22, 2014, 05:22:52 AM



Title: BAMT issues
Post by: JBrace1990 on February 22, 2014, 05:22:52 AM
I have a new mining rig I've setup with 6x R9 290X's, and I can't get BAMT to notice them.

Using aticonfig, I get this: aticonfig --lsa * 0. 01:00.0 AMD Radeon R9 290 Series 1. 02:00.0 AMD Radeon R9 290 Series 2. 03:00.0 AMD Radeon R9 290 Series 3. 06:00.0 AMD Radeon R9 290 Series 4. 07:00.0 AMD Radeon R9 290 Series 5. 08:00.0 AMD Radeon R9 290 Series

    - Default adapter

Which tells me that Linux as a whole is seeing the cards, but cgminer won't use them for some reason.

I've tried all R9 versions of BAMT (1.2, 1.3, now 1.5), and I can't get it to work.

Any ideas?

I'm also getting some errors, which I think may have something to do with the issues (either causing it or as a resultof it).

Invalid MIT-MAGIC-COOKIE-1 key

gpumon gives me "segmentation fault"

Invalid MIT-MAGIC-COOKIE-1 keySegmentation fault root@bamt-miner2:/etc/bamt# mine status mine is not running ... failed! root@bamt-miner2:/etc/bamt# mine start Starting mining processes...: minestart_mining: starting mining processes Invalid MIT-MAGIC-COOKIE-1 key..munin..cgminer...

My cgminer.conf is as follows:

    {
"pools" : [
    {
            (valid_pool_info)
    }
]
,
            "auto-fan":true,
            "auto-gpu":true,
            "temp-cutoff":"84",
            "temp-overheat":"81",
            "temp-target":"77",
            "gpu-fan":"0-100",
            "intensity":"13",
            "vectors":"1",
            "worksize":"256",
            "lookup-gap":"2",
            "shaders":"0",
            "api-port":"4028",
            "expiry":"120",
            "gpu-dyninterval":"7",
            "gpu-platform":"0",
            "gpu-threads":"2",
            "gpu-powertune":"20",
            "log":"5",
            "no-pool-disable":true,
            "queue":"1",
            "scan-time":"60",
            "scrypt":true,
            "shares":"0",
            "kernel-path":"/usr/local/bin"
}