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

Added support for altcoins

Open nbarraille opened this issue 5 years ago • 1 comments

Replace hardcoded pchMessageStart and address version bytes to support a bunch of altcoins.

Haven't tested all features but extracting addresses from transaction works

nbarraille avatar Jun 29 '19 18:06 nbarraille

Hello @nbarraille! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 17:80: E501 line too long (83 > 79 characters)

Line 34:80: E501 line too long (85 > 79 characters)

Line 62:80: E501 line too long (84 > 79 characters) Line 66:80: E501 line too long (84 > 79 characters) Line 71:80: E501 line too long (86 > 79 characters)

pep8speaks avatar Jun 29 '19 18:06 pep8speaks