https://github.com/davidhintelmann/blockchain
This repo is for parsing raw block data from bitcoin-core using go programming language. Specifically parsing `.dat` files.
https://github.com/davidhintelmann/blockchain
bitcoin-core blockchain go golang parse-block
Last synced: 3 months ago
JSON representation
This repo is for parsing raw block data from bitcoin-core using go programming language. Specifically parsing `.dat` files.
- Host: GitHub
- URL: https://github.com/davidhintelmann/blockchain
- Owner: davidhintelmann
- License: mit
- Created: 2024-09-05T06:27:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:31:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T09:56:32.909Z (over 1 year ago)
- Topics: bitcoin-core, blockchain, go, golang, parse-block
- Language: Jupyter Notebook
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain
This repo is for parsing raw block data from bitcoin-core using [go](https://go.dev/) programming language. Specifically parsing `.dat` files.
## Folders and Files
### folders
**bparser**
- package for parsing bitcoin-core
- contains benchmarks, though the results are ignored via `.gitignore`
**cmd**
- main file to run
### files
The `explore.ipynb` jupyter notebook is for development purposes.
The `parse-dat.py` file is a python script for parsing bitcoin-core `.dat` files.