bitcoin-blk-file-reader
bitcoin-blk-file-reader copied to clipboard
Update for Python 3.x
Hi Erhard,
Can you update this script to Python 3.x? I've solved "PRINT' into 'PRINT()' and 'except Exception, e:' into 'except Exception as e:' But I got the following error:
Address: startswith first arg must be bytes or a tuple of bytes, not str
Bytes literals are in python 3.x always prefixed with 'b'. Can you fixed this? Thanks in advance,
Andri
Hey! Sorry for the late reply. I will check that.