Análisis de datos del Bitcoin
Fecha
2019Resumen
El objetivo principal ha sido trabajar con las librería Bitcoin y Blockchain para
implementar un sistema que permite tanto crear distintos tipos de cuenta y poder
hacer transacciones entre ellas como recopilar y tratar la distinta información del
Bitcoin para analizar las transacciones, el tamaño de bloque, el precio del Bitcoin
entre otras opciones.
Para ello, se desarrolla la aplicación en Python 3.7.3 que permitirá crear una
interfaz gráfica (Tinker) y hacer gráficas(matplotlib) para mostrar los datos
tratados. The main objective has been to work with the Bitcoin and Blockchain libraries to
implement a system that allows both to create dif erent types of accounts and to be
able to make transactions between them as well as to collect and process the dif erent
Bitcoin information to analyze the transactions, the block size, the Bitcoin price
among other options.
For this, the application is developed in Python 3.7.3 that will allow us to create a
graphical interface (Tinker) and make graphs (matplotlib) to show the processed
data.