Skip to content

Instantly share code, notes, and snippets.

@vineus
Created January 20, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vineus/5b30d20c4019b9279e4c to your computer and use it in GitHub Desktop.
Save vineus/5b30d20c4019b9279e4c to your computer and use it in GitHub Desktop.
Blockchain.info tx retrieval
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