step 1: sign up for an account at
http://osc.dsync.net and create a worker
step 2:
open your cgminer folder->create new file->save it as Merge.Bat->put the following code in it->save & exit
cgminer-nogpu
now create another file->save as cgminer.conf-> copy the following and add your details. you can use as many btc pools as you want. i use two btc pools and the osc getwork pool plus the second(same pool different port) as failover. ->after you have edited to your liking, save and exit.
{
"pools" : [
{
"url" : "http://stratum.bitcoinpool0.com:3333",
"user" : "myworker0",
"pass" : "mypassword0"
},
{
"url" : "http://stratum.bitcoinpool1.com:3333",
"user" : "myworker1",
"pass" : "mypassword1"
},
{
"url" : "http://osc.dsync.net:5555",
"user" : "myworker2",
"pass" : "mypassword2"
},
{
"url" : "http://osc.dsync.net:5556",
"user" : "myworker2",
"pass" : "mypassword2"
}
]
,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"load-balance" : true,
"kernel-path" : "/usr/local/bin"
}
step3: double click the desktop shortcut to Merge.bat
you are now effectively merge mining btc and osc. pat yourself on the back