1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lethe Beltane 00cd6e9335
2023-12-23
3 months ago
addresses 2023-12-23 3 months ago
.gitignore 2023-02-26 1 year ago
README.md 2023-02-26 1 year ago
Run.fish fixed FAT filesystem errors 1 year ago
bitcoin-balance-checker.py init 1 year ago

README.md

Script included is bitcoin-balance-checker, modified to fix inconsistent indentation and comment out lines throwing errors on Python 3. Licensed under GPLv3

First compile vanitygen++:

git clone https://github.com/10gic/vanitygen-plusplus
cd vanitygen-plusplus
make

Then generate some addresses:

./vanitygen++ 1Pattern -z -k -o /tmp/addresses.csv

Alternatively, to check more than one pattern at a time:

./vanitygen++ -z -k -o /tmp/addresses.csv -f /path/to/patterns.txt

Hit Control+C when you think you've got enough.

Then cd into this directory and generate a list of all the public keys:

awk -F "\"*,\"*" '{print $3}' /tmp/addresses.csv > ./list-addresses.txt

Then run the address checking script:

python3 bitcoin-balance-checker.py

Check to see if there were any hits:

cat addresses-with-balance-yay.txt

If the address is in this repo, I've already confirmed it has a balance of 0 BTC.