Comment on page
Linux
Dashboard with metrics from the Bitcoin Core Blockchain network.
The metrics currently available to be viewed are:
- Closing Price
- Transactions
- Difficulty
- Total block output (USD)
- Average transaction value (USD)


~$ git clone https://github.com/datacrypto-analytics/cryptodash.git
~$ cd cryptodash
~$ pip install -r requirements.txt
~$ python app.py
Last modified 1mo ago