blockparser
blockparser copied to clipboard
Simple C++ bitcoin blockchain parser
``` c++ -- .r... -- util.cpp util.cpp: In function ‘bool addrToHash160(uint8_t*, const uint8_t*, bool, bool)’: util.cpp:606:9: error: ‘BN_CTX_init’ was not declared in this scope; did you mean ‘BN_CTX_end’? 606 |...
bitcoin-0.17.0 ./tst Regression tests: 6 tests registered addr -> hash160 ................. pass 0.013 secs checked 22 vectors base58 digit .................... pass 0.000 secs compressed uncompressed ..... pass 0.015 secs hash160...
Who has advanced further in development 488868 blocks? and resolving the issue with addresses on 3xx (hash160)
info: pass 2 -- done, did 178460 late links info: pass 3 -- wire longest chain ... info: pass 3 -- done, maxHeight=435171 info: pass 4 -- full blockchain analysis...
info: 481794 blocks, 295.283 MegaAddrs , fatal: failed to locate upstream transaction20secs, mem = 0.000 Gig Aborted (core dumped)
root@UNKNOWN:~/blockparser# ./make c++ -- .r... -- cb/taint.cpp c++ -- .r... -- cb/headers.cpp c++ -- .r... -- cb/closure.cpp c++ -- .r... -- cb/dumpTX.cpp c++ -- .r... -- cb/rewards.cpp c++ -- .r......
There is a small typo in h9/sph_types.h. Should read `preferred` rather than `prefered`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
1>------ Build started: Project: parser, Configuration: Debug x64 ------ 1>callback.cpp 1>closure.cpp 1>c:\users\czuko\blockparser\cb\closure.cpp(14): fatal error C1083: Cannot open include file: 'boost/graph/adjacency_list.hpp': No such file or directory 1>dumpTX.cpp 1>util.cpp 1>c:\users\czuko\blockparser\util.cpp(6): fatal error...
I'm trying to compile by typing a command called MAKE, but I get an error and can't compile /usr/bin/ld: cannot find -lOpenSSL::Crypto collect2: error: ld returned 1 exit status make[2]:...
./parser all info: mem at start = 0.000 Gigs info: starting command "allBalances" info: loading block chain from directory: /home/solarbusinesspk/.bitcoin info: block chain size = 136.647 Gigs info: initializing hash...