https://github.com/pymmdrza/btcrichwalletprivatekeyfinder
Bitcoin Rich Wallet Private Key Finder From List
https://github.com/pymmdrza/btcrichwalletprivatekeyfinder
bitcoin btc private-key python python3
Last synced: about 1 year ago
JSON representation
Bitcoin Rich Wallet Private Key Finder From List
- Host: GitHub
- URL: https://github.com/pymmdrza/btcrichwalletprivatekeyfinder
- Owner: Pymmdrza
- Created: 2022-04-06T19:13:48.000Z (over 4 years ago)
- Default Branch: mainx
- Last Pushed: 2024-08-12T03:25:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T05:08:35.575Z (over 1 year ago)
- Topics: bitcoin, btc, private-key, python, python3
- Language: Python
- Homepage: https://mmdrza.com
- Size: 5.49 MB
- Stars: 51
- Watchers: 5
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Rich Wallet Private Key Finder
Bitcoin Rich Wallet Private Key Finder From List
---

For Running On Windows :
first install package's :
```
pip install hdwallet
pip install colorama
```
after installing run with this common: (download rich wallet list btc.txt)
```
python richbtc.py
```
for linux first install package's :
```
pip install hdwallet
pip install colorama
```
after installing run with this common: (download rich wallet list btc.txt)
```
python3 richbtc.py
or
sh richbtc.sh
```