If this is so, How has it been paying Namecoins?? When p2pool has (As i believe only found 1 or 2 namecoins in total?)
Another question to top this one... Does p2pool merge mine full speed on linux or is it the same as windows. Bitcoin is the main coin (Full speed mined) & the others are all solo mined??
I have a follow up question but it depends on the answer i get back from this that will determine the way its asked...
Your information is wrong. P2Pool has found plenty of NMC blocks - heck, I've found 2 of them myself. The other pools like Eligius, GHash.io, etc pay NMC based upon users registering NMC addresses. What algorithms they use to determine how much NMC to pay to each miner are proprietary.
I really don't think you're getting the whole merged mining thing, so let me try to explain it a little differently. Every single coin that can be merge mined with BTC does so by using AuxPoW. The share that was submitted to BTC is also tried as a solution against the other coins. If you look at your p2pool logs you'll see something like this:
2014-11-27 00:08:40.767254 Got new merged mining work!
If you happen to solve an alt coin block, you see something like this:
2014-11-27 00:08:31.127948 Merged block submittal result: True
This is
exactly what happens on any other pool that is merge mining. While the logs might look different, the scenario is exactly the same:
- The miners submit shares to the pool.
- The pool takes the share and sees if it solves any blocks of merged coins
In p2pool's case, it is the entire combined hashing power on the node that is used to check for solutions of the merge-mined coins. In Eligius' or GHash's case, it is the combined hashing power of the entire pool.
In p2pool's case however, there is no built-in functionality to handle payouts of the merged coins to miners. The node owner gets the coins. There simply can't be the same kind of payout functionality as you see on those other pools in p2pool for the very reason that p2pool is decentralized and anonymous: you don't register.
You can certainly build your own custom implementation of a pool that runs on the p2pool backend. Bitmain is trying this with AntPool. OgNasty/Nonnakip have done it with their nastyfans.org pool. If you do, then you're free to follow the more conventional pool approach to paying out merged coins.