parser bitcoin(testnet3)local file,It includes the following contents
\Bitcoin\testnet3\blocks\index
\Bitcoin\testnet3\blocks\blk****.dat
\Bitcoin\testnet3\chainstate
\Bitcoin\testnet3\indexes\txindex
Based on code integration and simple modifications in resources; the program may not be complete, but it can run.
- Change the block/tx/utxo query method to query by parameters (the original is command query)
- Removed utxo output CVS
- Enter all by default
- Add generate addrindex according to utxo (save address as key)
- New utxo can be queried according to the prefix
- Synchronize testnet3 data (2020-2 > > 27g),
- Generate txindexdb,
- Remember to modify directory /utils/db/ var dataDir string = "G:\ bitcoin\testnet3",
https://github.com/in3rsha/bitcoin-utxo-dump
https://github.com/ruqqq/blockchainparser
Only code integration and simple modifications have been made; the program may not be complete, but it can run.