Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msgul/btcbp

Go module for parsing raw bitcoin blocks from blk*.dat files
https://github.com/msgul/btcbp

bitcoin golang

Last synced: about 1 month ago
JSON representation

Go module for parsing raw bitcoin blocks from blk*.dat files

Awesome Lists containing this project

README

        

# go-bitcoin-block-parser

A sample of original bitcoin raw data file `blk00000.dat` can be found in blocks folder.

## How to run

```bash
git clone https://github.com/msgul/btcbp
cd btcbp
go run .
```