Web page for Blockchain Analyzer
Website:
git clone --recursive https://github.com/graft-project/BlockchainAnalyzerWeb.git
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
./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.
python run.py
Start without stdout:
nohup python run.py &> block_analyzer.log &
or
./run_page.sh