Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/overtorment/bitcoin-utxo-dump-ts

parse bitcoin's chainstate (UTXO storage) with typescript
https://github.com/overtorment/bitcoin-utxo-dump-ts

Last synced: 4 months ago
JSON representation

parse bitcoin's chainstate (UTXO storage) with typescript

Awesome Lists containing this project

README

        

Bitcoin UTXO dump, written in typescript
=========================================

*Heavily inspired by https://github.com/in3rsha/bitcoin-utxo-dump*

Parses bitoind's `chainstate/` directory

Usage
-----

* `git clone`
* `bun install`
* edit `dump-to-csv.ts` & `pull-chainstate.mjs` and put your own path to `chainstate`
* `./pull-chainstate.mjs` (needs `rsync`)
* `bun run dump-to-csv.ts`

Tests
-----

Tests live in `tests/`

* `bun test`