I hereby claim:
- I am vineus on github.
- I am vdl (https://keybase.io/vdl) on keybase.
- I have a public key whose fingerprint is 31F9 992A 93E4 D2E3 B5AC 4808 9BAB 5C11 2302 2A4C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Ensure all javascript files staged for commit pass standard code style | |
git diff --name-only --cached --relative | grep '\.js$' | xargs standard | |
exit $? |
for i in {0..4514..50}; do curl -s "https://blockchain.info/rawaddr/1FeDtFhARLxjKUPPkQqEBL78tisenc9znS?offset=$i" | jq '.txs[].hash' | tr -d '"' >> txs_blockchaininfo; done |