bitcoin-etl icon indicating copy to clipboard operation
bitcoin-etl copied to clipboard

Updates about BitcoinCash

Open tokusyu opened this issue 5 years ago • 1 comments

  1. The format of address in genesis transaction for BitcoinCash has been legacy style like "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", but should be CashAddr style like "bitcoincash:qp3wjpa3tjlj042z2wv7hahsldgwhwy0rq9sywjpyy" to be aligned with other BitcoinCash transactions. https://cashaddr.bitcoincash.org

  2. BitcoinCash node software has supported "getblock with verbosity = 2" option since v0.18.8. https://github.com/Bitcoin-ABC/bitcoin-abc/releases/tag/v0.18.8 To gain ETL performance, "bitcoin_cash" should be removed from "HAVE_OLD_API" list in chain.py.

tokusyu avatar Jun 24 '19 13:06 tokusyu

Thanks for this PR! I will make sure first that we run v0.18.8 then will merge this PR.

medvedev1088 avatar Jul 09 '19 07:07 medvedev1088