Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msgul/btcbp
- Owner: msgul
- License: mit
- Created: 2021-02-11T08:42:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T13:12:24.000Z (about 3 years ago)
- Last Synced: 2024-09-27T13:40:15.514Z (about 2 months ago)
- Topics: bitcoin, golang
- Language: Go
- Homepage:
- Size: 10.6 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```