Open ghost opened 7 years ago
this is not question but an answer if you want to set another bitcoin directpry while running ./parser.
my bitcoin directory is /home/username/.bitcoin so i am using it like this
/home/username/.bitcoin
env BLOCKCHAIN_DIR="/home/username/" ./parser allBalances > allBalances.txt
Another solution soft link ln -s "your bitcoin-qt dir" "/home/youname/.bitcoin"
this is not question but an answer if you want to set another bitcoin directpry while running ./parser.
my bitcoin directory is
/home/username/.bitcoin
so i am using it like thisenv BLOCKCHAIN_DIR="/home/username/" ./parser allBalances > allBalances.txt