btc-heist

Running

Install deps, i.e., python3 -m pip install -r requirements.txt

Download the CSV dump of all bitcoin addresses with a balance and cut the first column to make a file of BTC address

wget 'https://bitkeys.work/btc_balance_sorted.csv'
cut -d, -f 1 btc_balance_sorted.csv | grep -v address > public_addresses_sorted.txt

then run python3 btc-heist.py

GitHub

View Github