DeepCo Statistics

Track RC rate and chart it.

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v2025-08-08 2025-08-07
    • Add: preset zoom selector buttons for 1, 5, 10, 30, 60 mins
  • v2025-07-28 2025-07-29
    • Add charting for:
      • RC
      • Level
      • Grid Size
      • Processing Rating
      • Recursion events
    • Added a scrollbar.
    • Optimised rendering so the page loads faster.
      • Previously it would draw at least twice before the page loads.

    Known bugs:

    • Sometimes recursion events aren't detected, so RC/hr since recursion doesn't calculate properly.
  • v2025-07-24v2 2025-07-25
    • Save series visibility state between page loads.
  • v2025-07-24 2025-07-25
    • Changed backend so the script works immediately upon resetting data, instead of acting funny.
    • Also changed the script to silently load the /recursion page to get the RC potential and calculate your RC from there, so you still have data even when the recursion value isn't visible in the header.
      • At absolute max speed (mining 1 block per sec) this should use 27 megabytes/hr.
  • v2025-07-23v3 2025-07-22
    • Add extra series for RC/hr since past minute
  • v2025-07-23v2 2025-07-22
    • Fix: Reattach panel if it disappears
  • v2025-07-23 2025-07-22
    • Fix: first recursion stats were rendering incorrectly.
    • Chart now shows local time instead of UTC.
  • v2025-07-22v4 2025-07-22
    • Save zoom state across page refresh
  • v2025-07-22v3 2025-07-21
    • Add mouse wheel scrolling for easier chart navigation.
    • Chart also scrolls to the end upon update, if you are near the end of the chart.
  • v2025-07-22v2 2025-07-21
    • Add a function to convert old timestamps to the new format.
  • v2025-07-22 2025-07-21
    • Add chart display via HighCharts.
    • Timestamp format has changed - if the script breaks you may need to clear your stats.
  • v2025-07-17 2025-07-16

    - Add tracking for processing rating

  • v2025-07-14 2025-07-14

    - Added tracking for DC, player count and DC income
    - Script now triggers on notification update rather than on block count update.

  • v2025-07-09v4 2025-07-09

    Change to always async and grant correct functions.

  • v2025-07-09v3 2025-07-09

    Bugfix: forgot one await :)

  • v2025-07-09v2 2025-07-09

    Made database calls async, so it should work with greasemonkey 4+.

  • v2025-07-09 2025-07-09