https://github.com/demining/python-hd-wallet-scanner-google-colab
python hd wallet scanner Google Colab
https://github.com/demining/python-hd-wallet-scanner-google-colab
Last synced: 6 months ago
JSON representation
python hd wallet scanner Google Colab
- Host: GitHub
- URL: https://github.com/demining/python-hd-wallet-scanner-google-colab
- Owner: demining
- Created: 2022-03-02T21:14:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T23:51:45.000Z (about 4 years ago)
- Last Synced: 2025-01-22T23:14:24.798Z (over 1 year ago)
- Language: Python
- Size: 355 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-hd-wallet-scanner
-------------------------
### Run p2pool-Google-Colab
https://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
-------------------------
A HD Wallet scanner that searches hash160 addresses from the top 100000 bitcoin addresses in a bloom filter with a positive balance looking for a collision, when a collision is found the script will provide you with xprv, xpub, wif and address.
dotenv file to add details so that you can receive alerts in a discord webhook or on pushover when collision is found

Source code above, this is my first project so be nice :)
Binaries available for download for those without Python 3.9 - Comes with pre-generated bloom filter
https://github.com/AFedelmid/python-hd-wallet-scanner/releases/tag/1
# Creating a bloom filter
Download every Bitcoin address with a positive balance from https://bitkeys.work/download.php
in linux or WSL on Windows extract the first column of that csv: cut -d, -f 1 btc_balance_sorted.csv > all_btc_addr.txt
add all_btc_addr.bin to your bloom filter search, The bloom filter will take a little time to generate as there is over 31m addresses.
----
| | Donation Address |
| --- | --- |
| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |
| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |