Yeah, I know, it's P2Pool, not monerod. But still!!!!
I have written a Python application that monitors the P2Pool daemon log and extracts "block found", "share found" and "XMR payout" events and loads them into MongoDb. I have a front end today that displays my Wallet transactions, per day, and graphs them using JavaScript's ApexCharts. My next step is to replace that manual process of exporting the wallet transactions into daily payouts in CSV format and pushing it to my GitHub pages site. Instead I'd like the P2Pool.monitor_p2pool_log() function to call the appropriate classes to do those steps for me. So I'll have a real-time dashboard showing the XMR earnings over time.
In the spirit of P2Pool's "BLOCK FOUND" banner, my app has the following output.
Yeah, I know, it's P2Pool, not monerod. But still!!!!
I have written a Python application that monitors the P2Pool daemon log and extracts "block found", "share found" and "XMR payout" events and loads them into MongoDb. I have a front end today that displays my Wallet transactions, per day, and graphs them using JavaScript's ApexCharts. My next step is to replace that manual process of exporting the wallet transactions into daily payouts in CSV format and pushing it to my GitHub pages site. Instead I'd like the P2Pool.monitor_p2pool_log() function to call the appropriate classes to do those steps for me. So I'll have a real-time dashboard showing the XMR earnings over time.
In the spirit of P2Pool's "BLOCK FOUND" banner, my app has the following output.