Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/overtorment/bitcoin-utxo-dump-ts
- Owner: Overtorment
- Created: 2023-06-08T20:24:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-23T19:44:25.000Z (5 months ago)
- Last Synced: 2024-08-24T13:03:47.063Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 421 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`