byteball / obyte-statistics

A collection of scripts to render various stats about the Byteball network

Home Page:https://stats.obyte.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obyte statistics

A collection of scripts to render various stats about the Obyte network

Requirements

  • PHP 7+
  • SQLite 3+
  • Perl 5+
  • Node.js 6+
  • Obyte hub node
  • jquery-2.2.4.min.js
  • ipstack.com API key.
  • A licence for HighStock js from https://www.highcharts.com (free for non commercial purpose)

PHP installation

  • sudo apt-get install nginx
  • sudo apt-get install php-fpm
  • sudo apt-get install php-sqlite3
  • sudo apt-get install php-curl

Perl modules

  • sudo apt-get install libdbi-perl
  • sudo apt-get install libdbd-sqlite3-perl
  • sudo apt-get install liblwp-protocol-https-perl
  • sudo cpan -fi Date::Parse
  • sudo cpan -fi DateTime
  • sudo cpan -fi JSON

Statistics database

sqlite3 stats.sqlite -init sql_tables.sql

Screenshots

Obyte world map:

Obyte world map

Top 100 richest:

Top 100 richest

Order Providers:

Witnesses

Obyte heartbeat:

Obyte heartbeat

About

A collection of scripts to render various stats about the Byteball network

https://stats.obyte.org


Languages

Language:PHP 59.4%Language:Perl 30.8%Language:JavaScript 6.2%Language:CSS 2.7%Language:Hack 0.9%