Merged mining is a technique where the same proof of work can be used to secure more than one block in different hash chains. This allows a miner to mine more than one currency at a time and contribute his hashing power to all of them.
Questions tagged [merged-mining]
44 questions
13
votes
2 answers
Will merged mining mine each chain as efficiently as non-merged mining?
Let's say I get a hash rate of X when mining either Bitcoin or Namecoin.
When using Merged Mining, will I be able to still do X concurrently on both blockchains, or will I do significantly less than X?
In other words, if I merge-mine other coins,…

ripper234
- 26,550
- 30
- 111
- 246
2
votes
1 answer
what's the purpose of the chain_id in merge mining?
I'm considering adding merge mining support to coin x. Its parent chain will be coin b. In looking at the spec (https://en.bitcoin.it/wiki/Merged_mining_specification) and Dogecoin/Namecoin sources, I see that there is support for multiple…

Brannon
- 189
- 10
0
votes
1 answer
How to mergemine all SHA-256 altcoins?
Let's say I implemented AuxPOW to all of the alt coin wallet.
Would it let me merge mine them with Bitcoin or the developer would have to implement them?