blocktools
blocktools copied to clipboard
Block Parser for Bitcoin
Hi, I'm newbie in Python Language and I need some help, please: Executing "python sight.py .../blocks/blk00976.dat", this error appears me in Block nº 33 into file blk00976.dat and program stops:...
Hi, I'm studying bitcoin to create a parser with C++ for my thesis and I'm using this parser to doing testing the data for my parser. I have opened this...
Hi, I have a this problem when reading a file >= 976, I think this problem is for type varInt because the method implemented in the parser is for CCompoctSize...
I ran it in both python2 and python3(I modified the code to make it compatible with python3). This code works for those early blocks(blk00000.dat to blk00255.dat maybe), but it won't...
OP_CODE %d is probably obselete pay to address Traceback (most recent call last): File "/var/www/html/work/wallet/blocktools/block.py", line 174, in decodeScriptPubkey op_code1 = OPCODE_NAMES[op_idx] KeyError: 36 During handling of the above exception,...
Errors
19:31 ~/blocktools $ python parser.py Blocksize: %u Traceback (most recent call last): File "parser.py", line 5, in print("Blocksize:\t %u") % uint4(blockfile,) TypeError: unsupported operand type(s) for %: 'NoneType' and 'int'...
Hi, I open this issues to point out some changes that the code has to have to be able to run in python 3.6. First, the Print ""...have to changed...
Hi, I wanted to say thanks for the work you've done so far, this a really great tool that has helped me gain a lot of insight about the structure...