tieugene / bce2

Blockchain export
GNU General Public License v3.0
0 stars 0 forks source link

bce2 - BlockChain Export 2

Exports BTC blockchain into plain text data.

Description

Bce2 exports blockchain data into text ready for loading into SQL DB.
Main goal is translating blockchain hashes (transactions, addresses) into their order numers using intermediate key-value storage.
Output data can be loaded into PostgreSQL using bcerq.

Note: see python-based version to compare

Documentation

License

This application is distributing under GPL v3.0 LICENSE