P2Pool Reporting
-
Hi Guys,
Does anyone know if there is a log file on a P2Pool server that lets me see miners addresses, and the time they have spent on the node?
Thinking of the next idea for a little more money in the charity pot, but need to work out the reporting 1st
UM
-
There are some log files in the data/feathercoin directory under the main pool dir, but they contain only pool ststs, but no miner adresses. You will need to modify the code to get these.
It’s written in python, so it either may be easy for you, if you know python very good or very complicated
-
What would you like to achieve? What you could do is periodically get the stats from p2pool and track the active miners. This way you see which miners have been active for how long. They will disappear once not active from the stats…