Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 1.36 KB

README.md

File metadata and controls

8 lines (5 loc) · 1.36 KB

It works very simply. You only need to download the code, set up the requirements, and transfer the .db file to the script directory. After this, simply start build_graph.py and wait for a bit. After about 30 seconds, the plot will open.

I decided to split the filtered data into chunks of 100k dots. This is done to ensure that the plot remains interactive, as having too many objects can cause lag. You can switch between chunks by pressing the buttons image.

By pressing this button image
you can enter interactive plot mode and manipulate its size. By unpressing it, you will return to normal mode, in which you will be able to select dots image and display their data in the terminal. image

The second script, called stats.py, allows you to get stats of the wallets listed in the report.md file. Simply copy the data from the terminal and dump it into report.md. It will work, and the results will be printed to the terminal as well as uploaded to output.py.