Bitcoin Forum

Other => CPU/GPU Bitcoin mining hardware => Topic started by: MRKLYE on June 20, 2013, 11:47:33 PM



Title: Asus K55N Hashrates?
Post by: MRKLYE on June 20, 2013, 11:47:33 PM
Howdy. I'm currently mining with my laptop.
Its an ASUS K55n with integrated Radeon 7640G coupled with an A8 APU.

I'm using BFGminer and the pocmbl kernel and achieving an average rate of around 50 MH/s.

Not exactly sure if my settings are wrong or if this is the max the card will output.

BFGminer Config settings;

{
"pools" : [
   {
      "url" : "http://pool.50btc.com:8332",
      "user" : "USERNAME REMOVED",
      "pass" : "PASS REMOVED",
      "pool-priority" : "0"
   }
]
,
"intensity" : "10",
"vectors" : "1",
"worksize" : "256",
"kernel" : "pocmbl",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "256",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "70",
"temp-overheat" : "70",
"temp-target" : "65",
"api-port" : "4028",
"expiry" : "240",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"queue" : "0",
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\\Program Files\\BFGMiner\\/bin"
}

Does this look right to everybody or not... ??? ???


Title: Re: Asus K55N Hashrates?
Post by: gbx on June 21, 2013, 12:06:57 AM
"kernel" : "pocmbl",  should be

"kernel" : "poclbm",



Title: Re: Asus K55N Hashrates?
Post by: gbx on June 21, 2013, 12:08:51 AM
Wait, I'm confused.  BFGMiner??

Looks like a cgminer conf..


Title: Re: Asus K55N Hashrates?
Post by: MRKLYE on June 21, 2013, 03:47:36 AM
"kernel" : "pocmbl",  should be

"kernel" : "poclbm",



Oh man! Thanks for pointing that out. testing now.


Title: Re: Asus K55N Hashrates?
Post by: MRKLYE on June 21, 2013, 03:50:57 AM
Wait, I'm confused.  BFGMiner??

Looks like a cgminer conf..


BFGminer is an offshoot of CGminer from my understanding.. Made by the same guy though.


Title: Re: Asus K55N Hashrates?
Post by: gbx on June 21, 2013, 04:26:26 AM
Wait, I'm confused.  BFGMiner??

Looks like a cgminer conf..


BFGminer is an offshoot of CGminer from my understanding.. Made by the same guy though.

"gpu-engine" : "0-0",


then this should be something more meaningful... 0-1220 ???  0-950

auto-gpu
auto-fan

are other options...  it doesn't look like your config is dialed in yet...  check the readme files..


Title: Re: Asus K55N Hashrates?
Post by: MRKLYE on June 21, 2013, 04:39:51 AM
My drivers do not allow me to actually use those values unfortunately. :/