Установил https://github.com/z...987/blockparser
sudo apt-get install libssl-dev build-essential g++-4.4 libboost-all-dev libsparsehash-dev git-core perl
git clone git://github.com/znort987/blockparser.git
cd blockparser
make
При запуске с параметром для парсера блокчейна.
./parser allBalances >allBalances.txt
Ничего не происходит, получаю ошибку
info: starting command "allBalances"
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
Aborted (core dumped)
Что делать, как лечить? Кто по удалёнке может помочь запустить?