/BlockchainAnalyzerWeb

Web page for Blockchain Analyzer

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BlockchainAnalyzerWeb

Web page for Blockchain Analyzer

Website:

Cloning

git clone --recursive https://github.com/graft-project/BlockchainAnalyzerWeb.git

Installation

sudo apt-get update
sudo apt-get install git python-pip gnuplot

Install Gnuplot.py from here: http://gnuplot-py.sourceforge.net/ #TODO: Add good instruction

cd BlockchainAnalyzerWeb
pip install -r requirements.txt

Initialization

./DAAAnalysis/update_mainnet_blocks.sh

This script requires connection to the mainnet graftnode (127.0.0.1:18981). If graftnode used by other services (RPC server or Blockchain Explorer), they may interrupt updating process. Don't worry, just rerun script. It stores results every 20000 blocks.

Starting

python run.py

Start without stdout:

nohup python run.py &> block_analyzer.log &

or

./run_page.sh