You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost
72de07196d
|
3 years ago | |
---|---|---|
chart | 3 years ago | |
crawler | 3 years ago | |
database | 3 years ago | |
dump/18.12.2021 | 3 years ago | |
media | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
twister-stat ⠀
Statistic tools for twister network ⠀
Blockchain crawler ⠀
Script written in python v2, that scans the blockchain and dump the data to the MySQL database. ⠀
Index contain: ⠀
- block number ⠀
- block hash ⠀
- time created ⠀
- usernames ⠀
Configuration ⠀
line 5 - MySQL database ⠀ line 13 - blocks per step ⠀ line 31 - twister API ⠀
Requirements ⠀
apt install python2 php-mysql mysql-server
⠀
pip install mysqlclient
⠀
Running ⠀
python2 crawler/blockchain.py
⠀
Charts ⠀
Tools for the data dumped visualization written in PHP ⠀
Configuration ⠀
line 8 - MySQL database ⠀
Requirements ⠀
php-fpm
php-curl
⠀
Running ⠀
create new server instance ⠀
cd chart
⠀
php -S localhost:8081
⠀
open in browser ⠀
http://localhost:8081/index.php
⠀
todo: ⠀
Static dumps directory ⠀
dump