Hello guys ,
I make a noob experiment for p2pool , i rent miners 2 THs and point that to minefast ( which is the p2pool mining pool ) with user name my wallet add and pass x , in the other side i have miner that run on my own node (wallet) with user name and pass same with the miner that i rent , the target is i just want to know are the hashing power is miner rent + my miner or they run independently each other. The results of that noob experiment is each miner run independently . the question is how the p2pool networks identify each miner ? cause before i join minefast , i check my address wallet and its appear with the hashing of my own miners , after i join the minefast the hashing powers appear only the rent miner.
regards
Assuming I read your post correctly, you've got some hash rate (we'll call it X) pointed to one p2pool node using a BTC address (we'll call it A). You've also got some other hash rate (Y) pointed to another p2pool node using the same address (A).
Each node will report only what the node sees for hash rate for the miners pointed to it. So, on node 1 you'll see hash rate X. On node 2, you'll see hash rate Y. If the node tracks expected payouts, then you'll see the combined expected payout on each node. This is because you're using the same address to mine to. The p2pool network as a whole makes payouts to addresses that have valid shares on the share chain. Since both sets of your miners (your own gear and rented gear) use the same address, p2pool itself knows of just the one address and the shares on the share chain for that address.
By the way, when you look at stats on coincadence, he guesses hash rate by address based on your expected payout. So, in effect, you'll see about X+Y reported assuming of course you've got a full N value for your shares on the chain.