Get all Bitcoin transactions from and to a given address by Ciro Santilli 35 Updated 2024-12-23 +Created 1970-01-01
- bitcoin.stackexchange.com/questions/77984/find-all-transactions-for-a-bitcoin-address bad close
- Blockchair
- stackoverflow.com/questions/28205667/list-transactions-from-given-address-in-bitcoind/78009760#78009760
- stackoverflow.com/questions/28205667/list-transactions-from-given-address-in-bitcoind/29244421#29244421 mentions --addrindex but that is dead now:
- bitcoin.stackexchange.com/questions/71019/filter-transactions-by-time-on-a-given-address/121720#121720
- bitcoin.stackexchange.com/questions/121718/fnd-the-most-valuable-transactions-made-to-a-given-address/121719#121719
- stackoverflow.com/questions/28205667/list-transactions-from-given-address-in-bitcoind/78009760#78009760
Previously called "bitcoin-strings-with-txids" since text was the initial focus, but Ciro Santilli decided to go for the more general name once images became more and more important to the project.
Set of scripts b Ciro Santilli, primarily created while researching Cool data embedded in the Bitcoin blockchain.
A Quantitative Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin by Ciro Santilli 35 Updated 2024-12-23 +Created 1970-01-01
Implementations:
- Python: github.com/alecalve/python-bitcoin-blockchain-parser/blob/c06f420995b345c9a193c8be6e0916eb70335863/blockchain_parser/utils.py#L41. Sample usage to extract 3 values from a
bytes
object:file, off = decode_varint(value) blk_off, off = decode_varint(value[off:]) tx_off, off = decode_varint(value[off:])
The fee/change address of cryptograffiti.info.
GitHub is for newbs.
- 50002f38a40aeca96f7d03ceac1c62fc233b44207af99df8f1daddf03f6ef61c via cryptograffiti.info contains a Python script that starts with:
#!/usr/bin/env python3 # # This file is placed in the public domain. # # CryptoGraffiti tool # # Requires python-bitcoinlib-v0.2.1 # # https://github.com/petertodd/python-bitcoinlib # # pip install python-bitcoinlib
- 209c9106c7261582f5d0907819c6e10dea670c273133047d911be41f8a42d86f via cryptograffiti.info contains a Base64 encoded Python script starting in:Some related ones:
#!/usr/bin/env python # brainwallet "base58" # v2015-05-18, fixed Tor DNS problem import binascii import hashlib
- 25658f625c8f3964593b9e3c632040cb69aea9cf24403af33ab173d7cba7c42f
- 7d188bd499137b5a0d68271ef8a4f3c4dc2f2b38bd03dfc913cb2b0be15b1e0d
Cosmopedia is a dataset of synthetic textbooks, blogposts, stories, posts and WikiHow articles generated by Mixtral-8x7B-Instruct-v0.1.The dataset contains over 30 million files and 25 billion tokens, making it the largest open synthetic dataset to date.
Login walls. Lol.
Unlisted articles are being shown, click here to show only listed articles.