Skip to content

Instantly share code, notes, and snippets.

@kopykatA
kopykatA / fork-helper.py
Created March 12, 2018 14:14 — forked from ottosch/fork-helper.py
A script to help using ymgve's bitcoin_fork_claimer script
#!/usr/bin/env python
# This script is meant to be used with bitcoin_fork_claimer: https://github.com/ymgve/bitcoin_fork_claimer
# The outputs of this script are the inputs to that script.
# Python 2.x is required
import urllib2
import json
import sys