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.
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
# 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 8000Open http://localhost:8000
| 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) |
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 valuescoins/*.json— Per-coin time series (~11,694 points each)