Author

Topic: [DIY]Merge mining OSC with BTC in 3 easy steps (Read 1418 times)

full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
September 16, 2013, 11:43:37 PM
#8
any way to make something for the avalon users to merge mine with them ?
It's just load-balancing a couple pools. It'll work for any hardware, and is not actual merge-mining, it just divides the hashrate between the pools.
legendary
Activity: 1820
Merit: 1001
September 16, 2013, 11:36:45 PM
#7
any way to make something for the avalon users to merge mine with them ?
hero member
Activity: 686
Merit: 504
always the student, never the master.
September 16, 2013, 08:35:05 PM
#6
How do you add all the Com-ports for BE's?

you should never have to. get at me on skype and i'll find out what your issue is.
hero member
Activity: 686
Merit: 504
always the student, never the master.
September 16, 2013, 08:26:56 PM
#5
How is that merged mining?

All it seems to be doing is dividing up your mining power between pools?

Or are those pools all merged-mining pools?

If they ARE merged mining, it doesn't make much sense not to merge namecoin and a few other merge-able coins into their merge too.

I suspect though you are just scamming people into imagining they are merged mining when really their hashing is being divided among coins, not applied in full to all the coins...

-MarkM-


interesting choice of words markm. now i'm scamming people for showing them a way to mine OSC without switching all their hash power off of Bitcoin. How bout you take your troll self else where and stay classy,

-r3wt-

ps: balancing modes splits your hash power evenly, load balancing only puts your excess hashpower onto your other pool. just fyi
legendary
Activity: 2940
Merit: 1090
September 16, 2013, 07:27:08 AM
#4
How is that merged mining?

All it seems to be doing is dividing up your mining power between pools?

Or are those pools all merged-mining pools?

If they ARE merged mining, it doesn't make much sense not to merge namecoin and a few other merge-able coins into their merge too.

I suspect though you are just scamming people into imagining they are merged mining when really their hashing is being divided among coins, not applied in full to all the coins...

-MarkM-
full member
Activity: 182
Merit: 100
fml
September 16, 2013, 07:24:30 AM
#3
How do you add all the Com-ports for BE's?
sr. member
Activity: 399
Merit: 250
September 16, 2013, 02:14:38 AM
#2
 Grin good
hero member
Activity: 686
Merit: 504
always the student, never the master.
September 16, 2013, 02:11:28 AM
#1
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

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

Code:


{
"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
Jump to: