I hereby claim:
- I am xeroc on github.
- I am xeroc (https://keybase.io/xeroc) on keybase.
- I have a public key whose fingerprint is 0D73 136D 9BB5 B96F FC85 8187 4453 8E62 6C0E 0489
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Verifying that +xeroc is my blockchain ID. https://onename.com/xeroc |
| import hashlib | |
| import json | |
| from binascii import hexlify, unhexlify | |
| import time | |
| from pprint import pprint | |
| def hash(x): | |
| return hashlib.sha256(unhexlify(x)).hexdigest() | |
| def hashJson(x): |
| import struct | |
| import time | |
| from calendar import timegm | |
| from binascii import hexlify, unhexlify | |
| import hashlib | |
| import ecdsa | |
| from steembase.account import PrivateKey | |
| from pprint import pprint | |
| import csv | |
| from steem import Steem | |
| from steem.amount import Amount | |
| from steem.transactionbuilder import TransactionBuilder | |
| from steembase.operations import Transfer | |
| import argparse | |
| parser = argparse.ArgumentParser( | |
| description="Payout tool for Streemian guilds" | |
| ) |
| import json | |
| import requests | |
| import csv | |
| from pprint import pprint | |
| from prettytable import PrettyTable | |
| from steem.amount import Amount | |
| from steem.transactionbuilder import TransactionBuilder | |
| from steembase.operations import Transfer | |
| import argparse | |
| from datetime import datetime, timedelta |