Supernova Wallet Tool is a high-performance audit tool designed for 'brain wallets', utilizing Pattern-Based Mnemonic Logic to effectively search for active wallets. Uniquely engineered for speed and accuracy, it leverages advanced cryptographic derivation and asynchronous networking to scan for lost or dormant assets across multiple blockchains.
Integrated support for rotating proxies to bypass API rate limits and ensure uninterrupted scanning. Compatible with both HTTP and SOCKS5 proxy standards.
A powerful new filter allowing the saving of wallets with custom prefixes.
- Example: Configure to save any wallet starting with
1Nubefound during the mnemonic generation process.
Full integration with private node providers like Alchemy and Infura. This significantly boosts scanning speed and reliability compared to public RPC nodes.
Enhanced logging capabilities that categorize findings into CSV files for easy analysis:
- Checked: All processed wallets.
- Vanity Hit: Wallets matching your custom vanity criteria.
- Balance Hit: Wallets found with non-zero balances.
- Multiprocessing: Utilizes all available CPU cores for intensive cryptographic key derivation tasks.
- AsyncIO: Handles thousands of network requests concurrently for maximum throughput.
- Python 3.10 or higher.
pippackage manager.
Clone the repository and install the required dependencies:
git clone https://github.com/nubeoscuramail/UltraFast-Wallet-Hunter.git
cd Supernova-Wallet-Tool
pip install -r requirements.txtCreate a .env file in the root directory and configure your API keys and settings. This is crucial for high performance.
# API Keys for Blockchain Providers
ETHERSCAN_API_KEY=your_etherscan_api_key
ETH_PROVIDER_URL=https://eth-mainnet.alchemyapi.io/v2/your_alchemy_key
# Vanity Search Settings
VANITY_PREFIX=1NubeCreate a proxies.txt file in the root directory. Add your proxies line by line in the following format:
http://user:pass@ip:port
socks5://ip:port
Note: High-quality rotating proxies are recommended for best results.
For bug reports, feature requests, or general inquiries:
- GitHub Issue: Open an issue in this repository.
- GitHub DM: Send a direct message.
Warning
EDUCATIONAL AND SECURITY RESEARCH USE ONLY.
This software is intended for educational purposes and for finding lost wallets that belong to YOU. Using this tool to access wallets that do not belong to you is illegal and unethical. The authors are not responsible for any misuse of this software or valid laws that may be broken by the user. Use responsibly.
