An open API service indexing awesome lists of open source software.

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.

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.