CryptoWalletFinder
Fyyx Wallet Finder is a Python app that searches for cryptocurrency wallets with balances in BTC and ETH. It logs results/errors and saves mnemonic seeds of found wallets.
Install / Use
/learn @avciali1978/CryptoWalletFinderREADME
Fyyx Wallet Finder
Overview
Fyyx Wallet Finder is a tool that searches for Bitcoin and Ethereum wallets with a balance. It uses BIP39 mnemonic phrases to generate wallets and checks their balances using the Etherscan API for Ethereum and Blockchain.info for Bitcoin. The tool includes a graphical user interface (GUI) built with PyQt5.
Features
- Generates BIP39 mnemonic phrases.
- Derives Bitcoin and Ethereum addresses from the mnemonic phrases.
- Checks the balance of the generated addresses.
- Logs the results and saves wallets with a balance to files.
- Provides a GUI for easy interaction.
Installation
Prerequisites
- Python 3.7 or later
pip(Python package installer)
Step-by-Step Guide
-
Clone the Repository:
git clone https://github.com/Fyyxi/CryptoWalletFinder cd CryptoWalletFinder -
Install the Required Packages:
pip install -r requirements.txt -
Run the Application:
python Finder.py
Usage
-
Start the Application:
After running
python Finder.py, the Fyyx Wallet Finder GUI will appear. -
Begin Wallet Search:
- Click on the "Search Wallet" button to start searching for wallets.
- The tool will generate mnemonic phrases, derive wallet addresses, and check their balances.
- Results will be displayed in the GUI and logged to the log file.
- You need API key for the tool from: etherscan.io
-
Stop the Search:
- Click the "Stop Searching" button to stop the search process.
-
Review Results:
- Wallets with a balance will be saved to
wallets_with_balance.txtand their corresponding seeds towallets_with_balance_secrets.txt.
- Wallets with a balance will be saved to
Logging
- Logs are stored in the
fyyx_wallet_finder.logfile. - The log includes information about generated seeds, wallet addresses, balances, and any errors encountered during the search process.
Dependencies
requestsPyQt5bip-utilspython-dotenv
These dependencies are listed in the requirements.txt file and can be installed using pip.
Feel free to contribute by submitting pull requests to improve the tool. Happy wallet hunting!
Security Score
Audited on Mar 27, 2026
