Skip to content

Instantly share code, notes, and snippets.

View masterdam79's full-sized avatar

Richard Reijmers masterdam79

  • Hoofddorp
View GitHub Profile
@masterdam79
masterdam79 / xpub_checker.py
Last active November 9, 2023 22:25 — forked from rossigee/xpub_checker.py
Python to fetch Bitcoin addresses/transactions for given XPUB
#!/usr/bin/env python3
from pycoin.symbols.btc import network
import sys
import requests
import json
import datetime
# Function to fetch the balance information for a given address
def getbalance(address):