The chart shows a visualization of the Monero XMR shares that were found on the mini sidechain.

  • The code monitors the P2Pool log continuously looking for Share Found events.
  • When it detects a Share Found event it loads the timestamp of the event into a MongoDB backend database.
  • The code then calls a function that extracts all Share Found events from MongoDB and transforms the data into a CSV format with daily totals.
  • Then the code calls a script to push the CSV file to this GitHub pages site.
  • Finally, this GitHub Formatted Markdown page displays the information using a JavaScript library, ApexChart, to do the actual chart rendering.
  • The most recent 30 days of data is shown.

Back