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...