blockparser
blockparser copied to clipboard
Load BLK files from Bitcoin Core
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
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