Skip to content

drhus/RINDEX.io

Repository files navigation

RINDEX.io (Archived)

Static archive of rindex.io — The Cryptocurrencies Robustness Index.

This is a read-only archived version of the site. All data is served from pre-exported static JSON files — no backend or database required.

What is Rindex?

The Rindex (Robustness Index) is a blockchain cryptocurrency robustness and 51% attack resistance-weighted Index. It measures the cost of attacking proof-of-work cryptocurrencies based on their network hashrate, mining rewards, and market capitalization.

  • 15 cryptocurrencies tracked: BTC, ETH, BCH, LTC, DASH, XMR, ETC, ZEC, BTG, DOGE, and more
  • Data range: June 2018 – July 2021
  • Interactive charts powered by Highcharts

Running Locally

# Install Jekyll (or use Docker)
docker run --rm -v "$(pwd):/srv/jekyll" jekyll/jekyll:4.2.2 jekyll build

# Serve
cd _site && python3 -m http.server 8000

Open http://localhost:8000

Branches

Branch Description
archive (default) Static archived site — no backend needed
api Original Dart/Aqueduct API engine + MongoDB database dump. Run ./setup.sh to restore.
master Original site code (points to dead API)
development Development version (points to dead API)

Data

Static JSON data in _api/database/:

  • last-coins.json — Latest snapshot of all 15 coins (July 2021)
  • chart-indexes.json — Rindex time series (16,644 points)
  • chart-changes.json — Rindex historical change values
  • coins/*.json — Per-coin time series (~11,694 points each)

About

Rindex.io Robustness Index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors