Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load BLK files from Bitcoin Core #99

Open
Coinpiet opened this issue Dec 16, 2018 · 1 comment
Open

Load BLK files from Bitcoin Core #99

Coinpiet opened this issue Dec 16, 2018 · 1 comment

Comments

@Coinpiet
Copy link

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

@bhc8521
Copy link

bhc8521 commented Jan 30, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants