Okay, P2pool has been a nightmare to get up and running. There is so much that is left unsaid in the instructions and so much to read between the lines. I also received so many errors during the process, but finally made some progress.
Have you guys wondered why --net dogecoin doesn't work when you try to run the pool for dogecoin?
Did anyone ever mention that the networks for each coin you want to add has to be added to the networks.py file?
Did i miss that somewhere in the 20 pages of threads? Also in the original post, the author magically uses port 9327 to get to the web interface, without any explanation of where that was defined. A port is also used magically for connecting to the P2pool for each coin, but not much info as to what port defined where means what. I finally borrowed a networks.py file from another GIThub project that had most of the coins defined.
I finally have dogecoin running on the pool and I have pointed 2 of my miners onto it. One miner has 1.6Mhs, the other has 2.4Mhs net 4Mhs. I have run the miners and p2pool for 24 hours now. In my dogecoin wallet, I now have 10,000 coins that I have mined through my own pool! Hooray!
Is there any way to tell how much should be awarded to each worker in the pool? I have looked in a couple of places. I have looked at the log file in /p2pool/data/dogecoin/log
I have also looked on the web-static web front end
127.0.0.1:9555/static
among all of the other pages
/static/ - Lots of information from shares to graphs to payouts.
/rate
/users
/fee
/current_payouts
/patron_sendmany - Gives sendmany outputs for fair donations to P2Pool
/global_stats
/local_stats
/peer_addresses
/payout_addr
/recent_blocks
/uptime
/web/log - Some different stats collected over the last day
However, I want to know for an awarded amount of coins for a reward, how much of that belongs to a given worker. Why you might ask? Well, 1 worker may belong to a friend or someone that is mining with me. I would like to be able to divide out the payments to the workers.
Also, if you do help answer, please provide a dogecoin address, I'll shoot you some dogecoin
Thanks
**Update**
You can configure P2pool with a specific address, payouts will be made to the address directly. I realize that then the number of shares or amount of work is not relevant. However, I want to use a single address for all payments, then payout to each of the miners. How would I figure out what to give each miner.