Skip to content

Instantly share code, notes, and snippets.

View zvizdo's full-sized avatar

Anže Kravanja zvizdo

View GitHub Profile
@zvizdo
zvizdo / bitcoin_tracer_viz.py
Last active January 17, 2026 02:56
Code that tracks how the Bitcoin on a target address came there.
import argparse
import logging
from typing import List, Optional, Union
from google.cloud import bigquery
import graphviz
import copy
# requirements:
# google-cloud-bigquery==3.39.0
# google-cloud-bigquery-storage==2.36.0
@zvizdo
zvizdo / living_on_a_bitcoin_standard.ipynb
Last active April 6, 2025 22:44
Living on a Bitcoin standard simulations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.