alecalve / python-bitcoin-blockchain-parser

A Python 3 Bitcoin blockchain parser
Other
448 stars 190 forks source link

Limited altcoins support #30

Open alecalve opened 6 years ago

alecalve commented 6 years ago

Add possibility to change the bitcoin specific constants so that alts like BCH, LTC and others can be (at least partially) supported.

brannondorsey commented 6 years ago

https://github.com/alecalve/python-bitcoin-blockchain-parser/pull/8 seems like it is on the right track, no? I'd also like to see this support :smile_cat:.

alecalve commented 6 years ago

Yes, this is the way to go for this issue