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

ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ

Results 27 bitcoin-etl issues
Sort by recently updated
recently updated
newest added

Could we delineate whether Zcash transaction components are connected to the sprout versus sapling pool? Right now, they are all marked as `type=shielded` with no way to differentiate. Thanks!

enhancement
question

GCSExporter outputs blocks with transactions to a file (one per block) and uploads it to a GCS bucket. It should have the same interface as https://github.com/blockchain-etl/bitcoin-etl/blob/master/blockchainetl/jobs/exporters/google_pubsub_item_exporter.py. It will be used...

enhancement

FileExporter outputs blocks and transactions to a file partitioned by day/hour. It should have the same interface as https://github.com/blockchain-etl/bitcoin-etl/blob/master/blockchainetl/jobs/exporters/google_pubsub_item_exporter.py. It will be used for streaming e.g. ``` bitcoinetl stream -p...

enhancement

https://github.com/blockchain-etl/bitcoin-etl/blob/master/blockchainetl/service/graph_operations.py

enhancement

As you have already implemented, getblock JSON PRC has 2 versions. Old one doesn't support verbose option, you need to call getrawtransaction RPC to get transaction data. As long as...

enhancement

environment : python | bitcoinetl | 3.6 | 1.3.1 | ``` [root@localhost end_block=00100199]# bitcoinetl export_all --provider-uri http://user:pass@localhost:8332 --start 2010-01-30 --end 2013-12-30 ``` confront the error: ``` Traceback (most recent call...

bug
help wanted

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....