Skip to content

Instantly share code, notes, and snippets.

@geertj
geertj / txlog.py
Last active May 15, 2021 03:36
Ethereum tax calculator
#!/usr/bin/env python
#
# Store Ethereum transactions to a certain address in a CSV file, with
# associated pricing data. Can be used to understand mining revenue.
import sys
import csv
import time
import json
import bisect