Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 996 Bytes

AnalyticsPyBlock

GitHub Workflow Status

Introductions

Simple analysis tools that work over the result of SpyCblock https://github.com/vincenzopalazzo/SpyCblock and make simple analysis, such as the analysis of transaction type used in Bitcoin Blockchain (JSON version).

An example of Analysis is available here and it is update with the data in March 23 2021.

Take a look also the posts on Bitcoin subreddit; the list is available below:

Build

For install dependence pip3 install -r requirements.txt

Run

For run program

python3 main.py address_type /your/path/file_json/

Write your analysis

TODO