Created
January 20, 2016 17:41
-
-
Save vineus/5b30d20c4019b9279e4c to your computer and use it in GitHub Desktop.
Blockchain.info tx retrieval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {0..4514..50}; do curl -s "https://blockchain.info/rawaddr/1FeDtFhARLxjKUPPkQqEBL78tisenc9znS?offset=$i" | jq '.txs[].hash' | tr -d '"' >> txs_blockchaininfo; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment