bitcoin-blk-file-reader icon indicating copy to clipboard operation
bitcoin-blk-file-reader copied to clipboard

Update for Python 3.x

Open dev4an3 opened this issue 4 years ago • 1 comments

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

dev4an3 avatar Sep 15 '20 13:09 dev4an3

Hey! Sorry for the late reply. I will check that.

mrqc avatar Dec 22 '20 10:12 mrqc