https://github.com/coinfabrik/simple-nodejs-blockchain-parser
Parse Bitcoin's raw blockchain data with NodeJS and Bitcore.
https://github.com/coinfabrik/simple-nodejs-blockchain-parser
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Parse Bitcoin's raw blockchain data with NodeJS and Bitcore.
Basic Info
- Host: GitHub
- Owner: CoinFabrik
- Language: JavaScript
- Default Branch: master
- Size: 3.91 KB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
- Releases: 0
Created over 10 years ago
· Last pushed over 9 years ago
Metadata Files
Readme
README.md
simple-nodejs-blockchain-parser
Parse Bitcoin's raw blockchain data with NodeJS and Bitcore.
The repository is abandoned, with segwit incoming there are challenges to read the data raw from the data files and is not recommended anyway. Check out the excellent https://bitcore.io/ project by BitPay.
How to run it
- Set the variable "bitcoinDataDir" at the top of blockchain-parser.js to your bitcoin data directory path.
- Update the for loop at the bottom to include all the blk*.dat files on your <bitcoin directory>/blocks folder (Simply update the upper bound).
Then run:
npm install
npm start
Owner
- Name: CoinFabrik
- Login: CoinFabrik
- Kind: organization
- Location: Argentina
- Website: http://www.coinfabrik.com
- Twitter: CoinFabrik
- Repositories: 15
- Profile: https://github.com/CoinFabrik