Python script that generates BIP39 mnemonics and checks balances across Ethereum, Dogecoin, and BNB networks.
- Generates random 12-word BIP39 mnemonics
- Derives addresses using BIP44 standard
- High-performance concurrent balance checking with asyncio
- Optimized connection pooling (500 total, 100 per host)
- Real-time statistics and progress display
- Automatic saving of found wallets
- Intelligent rate limit handling with retry logic
- Configurable batch processing for performance tuning
- Python 3.8+
- Dependencies in requirements.txt
pip install -r requirements.txtpython3 crypto.pyThe script will continuously generate wallets and check balances. Found wallets are saved to found_wallets/ directory.
Modify batch_size in crypto.py to adjust performance:
- Lower values (10-25): More responsive, lower RPS
- Higher values (50-100): Higher RPS, more memory usage
- Terminal title shows:
Gen: X / Found: Y / USD: $Z / RPS: W - Sample wallets displayed every 10 batches
- Found wallets saved with mnemonic, addresses, and balances
- 50 wallets per batch (150 API calls)
- Optimized connection pooling
- Typical: 15-25 RPS
- Ethereum (Guarda API)
- Dogecoin (Atomic Wallet API)
- BNB Smart Chain (Atomic Wallet API)
For educational purposes only. Generating random wallets may occasionally find existing balances, but this is extremely rare. Use at your own risk.
XieyeT AKA dewaxyz AKA Dewa M