All Projects → aksnzhy → Bitcoin Bubble Index

aksnzhy / Bitcoin Bubble Index

Licence: apache-2.0
A visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bitcoin Bubble Index

Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-1.4%)
Mutual labels:  blockchain, bitcoin
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-0.7%)
Mutual labels:  blockchain, bitcoin
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-16.78%)
Mutual labels:  blockchain, bitcoin
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-1.4%)
Mutual labels:  blockchain, bitcoin
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-2.8%)
Mutual labels:  blockchain, bitcoin
Ipynb playground
Various ipython notebooks
Stars: ✭ 1,531 (+970.63%)
Mutual labels:  blockchain, bitcoin
Hadoopcryptoledger
Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Stars: ✭ 126 (-11.89%)
Mutual labels:  blockchain, bitcoin
Bitcoin payable
A rails bitcoin payment processing gem
Stars: ✭ 111 (-22.38%)
Mutual labels:  blockchain, bitcoin
Awdy
are we decentralized yet? an analysis of how truly decentralized cryptocurrency networks are
Stars: ✭ 133 (-6.99%)
Mutual labels:  blockchain, bitcoin
Chainabstractionlayer
Blockchain abstraction layer
Stars: ✭ 131 (-8.39%)
Mutual labels:  blockchain, bitcoin
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-17.48%)
Mutual labels:  blockchain, bitcoin
Blockchain2graph
Blockchain2graph extracts blockchain data (bitcoin) and insert them into a graph database (neo4j).
Stars: ✭ 134 (-6.29%)
Mutual labels:  blockchain, bitcoin
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-17.48%)
Mutual labels:  blockchain, bitcoin
Bitcoin book 2nd
Mastering Bitcoin 2nd Edition 精通比特币(第二版)-- 区块链编程
Stars: ✭ 116 (-18.88%)
Mutual labels:  blockchain, bitcoin
Learning Bitcoin From The Command Line
A complete course for learning Bitcoin programming and usage from the command
Stars: ✭ 2,010 (+1305.59%)
Mutual labels:  blockchain, bitcoin
Simplecoin
Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
Stars: ✭ 1,694 (+1084.62%)
Mutual labels:  blockchain, bitcoin
My First Bitcoin Miner
For the curious minds who want to understand how Bitcoin Blockchain works!
Stars: ✭ 110 (-23.08%)
Mutual labels:  blockchain, bitcoin
Blockapi
A general framework for blockchain analytics
Stars: ✭ 111 (-22.38%)
Mutual labels:  blockchain, bitcoin
Nakamoto
Bitcoin light-client implementation in Rust
Stars: ✭ 129 (-9.79%)
Mutual labels:  blockchain, bitcoin
Bitcoin Kit Ios
Full Bitcoin library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash and Dash blockchains.
Stars: ✭ 134 (-6.29%)
Mutual labels:  blockchain, bitcoin

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.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].