Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksnzhy/bitcoin-bubble-index
A visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index.
https://github.com/aksnzhy/bitcoin-bubble-index
bitcoin blockchain
Last synced: about 6 hours ago
JSON representation
A visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index.
- Host: GitHub
- URL: https://github.com/aksnzhy/bitcoin-bubble-index
- Owner: aksnzhy
- License: apache-2.0
- Created: 2019-09-16T02:10:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T07:13:57.000Z (over 3 years ago)
- Last Synced: 2025-01-02T04:09:16.429Z (7 days ago)
- Topics: bitcoin, blockchain
- Language: Python
- Homepage:
- Size: 746 KB
- Stars: 235
- Watchers: 13
- Forks: 73
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Bubble Index
### What's this?
This project provides a visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index. We accumulated the original data (`2010/07/17` - `2020/03/09`) and put them into `/original_data` folder, and we visualize our analysis result using [echarts][1].
### Datasets
We provide the following dataset:
- *price.txt:* The bitcoin price in USD per day.
- *sentaddr.txt:* Number of unique active addresses per day.
- *transaction.txt:* Number of transactions in BTC blockchain per day.
- *difficulty.txt:* Average mining difficulty per day.
- *gtrend.txt:* Google Trends to "Bitcoin".
- *tweets.txt:* Tweets per day #Bitcoin.You can get the lastest data from [bitinfocharts.com][2]
### How to use
Open `index.html` in your browser directly and you will see the following page:
In `original_data` folder, you can run the command:
```
python process_data.py
```to get the analysis result, which will be stored in `data.json`.
[1]: https://github.com/apache/incubator-echarts
[2]: https://bitinfocharts.com/comparison/bitcoin-transactions.html