Skip to content

Instantly share code, notes, and snippets.

View aantonop's full-sized avatar
🤔
curious

Andreas M. Antonopoulos aantonop

🤔
curious
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aantonop on github.
  • I am aantonop (https://keybase.io/aantonop) on keybase.
  • I have a public key whose fingerprint is D79A 75A2 99B6 B419 54F5 FF79 A849 7A59 F1A3 B098

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am aantonop on github.
* I am aantonop (https://keybase.io/aantonop) on keybase.
* I have a public key whose fingerprint is 2935 FED9 0A92 53B4 CF20 9230 2DD1 C85B 0CA0 F405
To claim this, I am signing this object:
@aantonop
aantonop / t
Created February 13, 2016 21:10
Verifying that +aantonop is my blockchain ID. https://onename.com/aantonop
@aantonop
aantonop / gist:7797465
Created December 4, 2013 23:26
Final list for bitcoin donations via Twitter.
WouterVanH 1Ba42LUeXhPpXLXxR2W7s9uTXtdDv4ExMc
tomas_hussey 1KUKfpEn1Y1Yt954cA5J5rBqtmWYtBQYBd
Jaimechmea 1P8Sg9ykvttr4SRP4QsXNJRf54hS8ri5v
SonOfEMiL 1GZPB8qhCfWgj8MgNRB4skLRZuJr43q5X7
franmarienhoff 1LixnvJ9bGkudBbTorpzVtNo6uKJa6sjEh
Geeve 1H32dUt1CYwcHPF8SULiiacJL2KohhK1CM
harmvanderven 18u8vLUK2e3fbfTue4qEn1Ev9owuUin97e
Treysomes 1P4EMbEy97h7TxK9jMNpWs92Rwviw1LC3B
Wignallgirl 13sykdxoyGkTLsdjpPZC3pHtgR5nEGKBu9
jamesbravin 17jrezWNJPhSAqB2JJHiKwNj5o8PB7erJ9
@aantonop
aantonop / gist:7796467
Created December 4, 2013 22:06
bitcoin donation list
WouterVanH 1Ba42LUeXhPpXLXxR2W7s9uTXtdDv4ExMc
tomas_hussey 1KUKfpEn1Y1Yt954cA5J5rBqtmWYtBQYBd
Jaimechmea 1P8Sg9ykvttr4SRP4QsXNJRf54hS8ri5v
SonOfEMiL 1GZPB8qhCfWgj8MgNRB4skLRZuJr43q5X7
franmarienhoff 1LixnvJ9bGkudBbTorpzVtNo6uKJa6sjEh
Geeve 1H32dUt1CYwcHPF8SULiiacJL2KohhK1CM
harmvanderven 18u8vLUK2e3fbfTue4qEn1Ev9owuUin97e
Wignallgirl 13sykdxoyGkTLsdjpPZC3pHtgR5nEGKBu9
Tomymehdi 16XRwM2jrFjhsnkmCVYGi7pttqY2t5uf1p
joseignaciosg 1HapWoTsa2rzq6MX14DewPBA7vXkSkGKfx
@aantonop
aantonop / gist:7787199
Created December 4, 2013 13:11
A script to find bitcoin addresses in Twitter @mentions (replies) responding to my offer to donate bitcoin.
import tweepy
import time
import re
import pycoin.encoding
import pickle
# Removed security tokens from gist, replaced with XXX.
auth = tweepy.OAuthHandler("XXX", "XXX")
auth.set_access_token('XXX', 'XXX')