blockchain-parser icon indicating copy to clipboard operation
blockchain-parser copied to clipboard

The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.

Results 1 blockchain-parser issues
Sort by recently updated
recently updated
newest added

File "blockchain-parser.py", line 30, in merkle_root return merkle_root([hash_pair(x,y) for x, y in zip(*[iter(lst)]*2)]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [Previous line repeated 996 more times] RecursionError: maximum recursion depth exceeded while calling a Python object...