Bitcoin minute data collected every 24 hours by a raspberry pi 5
Dataset Description
This is my bitcoin minute data which is collected through my raspberry pi 5. The data was collected by using a java program i made, here is the logic
- scrapes this website "https://bitcointicker.co/coinbase/btc/usd/10m/" and collects the price, bid, and ask
- organize the collected data and put it onto the next line on the csv file
- have linux run a python script every 24 hours at 12 am that uploads the updated data to Kaggle using its api
The source code can be found here,
https://github.com/erikhox/dataPipelineProject
Related Datasets
-
Tempo Blockchain
@blt
-
Optimism Blockchain
@blt
-
Bitcoin Historical Dataset
@kaggle
-
XRP Ledger Data
@xrpscan