You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: