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

Hi, I noted that the current, fixed dependency versions of requests, dateutil and click clash with dependencies for e.g. pandas. Would it be possible to adjust the Python dependency definitions...

@medvedev1088 Hi, I found that there ara two kinds of output in transactions.json. One is nonstandard, and the other is pubkeyhash. I thought the nonstandard output is the op_return output,...

enhancement
good first issue

Hello, anyone can help to fix this: ``` x Out[178]: x.transactions[1].outputs[1].addresses Out[179]: ['nonstandardafad2456e5fd6732199d77546c9526255fa66b77'] ``` But bitcoin-cli returns everything correct ``` root@b:~# bitcoin-cli getrawtransaction edd9212daaeb9ac51ce6f5a8b7ff096c74d4aada71615beb9cd1e0858d5ebe60 1 { "txid": "edd9212daaeb9ac51ce6f5a8b7ff096c74d4aada71615beb9cd1e0858d5ebe60", "hash": "5361e2dd2475f86433fd7cf409ca96884a9f53bfcd20bda16cdcdeaf23d74ca0",...

I am trying to extract all transactions from bitcoin blockchain using the script below: bitcoinetl export_all --start 505200 --end 593600 --partition-batch-size 100 --provider-uri http://localhost:8332 --chain bitcoin --output-dir /data1/bitcoinetl/ --max-workers 10...

question

how can i get all addresses on bitcoin blockchain i mean every address that comited a transaction on blockchain no matter it has balance or not? for example get list...

Hi, I was wondering if bitcoin-etl will be supporting the BTC taproot soft fork coming in November. The changes are outlined in BIP340, BIP341, and BIP342. Thanks!

From https://github.com/bitcoin/bitcoin the bitcoin core has been making changes in 22.0, rpc: remove deprecated addresses and reqSigs from rpc outputs via this commit https://github.com/bitcoin/bitcoin/commit/8721638daa8502c7f8de5ae24a9393d7290a2ce5 This change in the core 22.0...

The documentation mentions that the datasets are updated every 24 hours. Till when is the daily updation going to be supported for the bitcoin and ehtereum datasets?

environment: macOS | python3.8 | pip 21.0.1 Running installation: `pip install bitcoin-etl ` Error: ``` ERROR: Could not find a version that satisfies the requirement bitcoin-etl ERROR: No matching distribution...

https://github.com/blockchain-etl/bitcoin-etl/blob/master/bitcoinetl/mappers/transaction_mapper.py#L41 Maybe place a disclaimer because I just found out that the `hash` was actually representing transaction_id.

enhancement