Electric-Coin-Company / observatory

Zcash block observatory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zcash-block-observatory

Records and displays information about Zcash blocks.

Instructions

Copy sendblock.py to /usr/local/bin/sendblock and set it executable.

Add blocknotify=/usr/local/bin/sendblock %s to ~/.zcash/zcash.conf. Restart zcashd.

Run python3 receiveblocks.py. Leave it running in order to collect blocks and build the database.

Run python3 showblocks.py. This is the block observatory user interface, a Python Flask web application. It listens on http://127.0.0.1:8201.

About

Zcash block observatory


Languages

Language:Python 69.1%Language:HTML 20.2%Language:CSS 9.3%Language:JavaScript 1.4%