blockparser icon indicating copy to clipboard operation
blockparser copied to clipboard

Load BLK files from Bitcoin Core

Open Coinpiet opened this issue 6 years ago • 1 comments

hello i have downloaded the whole Blockchain and have all BLK.dat files. i use the ubuntu bash on win 10 how can i load these BLK files with blockparser.

everytime i tryed to change the dir i comes the /.bitcoin at last but i only want to load the BLK files

Coinpiet avatar Dec 16 '18 00:12 Coinpiet

export BLOCKCHAIN_DIR=directory you want find ".bitcoin" in parser.cpp and modify it to "bitcoinNodes" which is the block directory
parser will connect BLOCKCHAIN_DIR and "bitcoinNodes" then rebuild

bhc8521 avatar Jan 30 '19 03:01 bhc8521