04-08-2025, 06:33 AM
(This post was last modified: 04-08-2025, 06:35 AM by ottomanturks.)
What It Does:
This tool automatically generates Ethereum wallets using a specified derivation path and checks their balances through the Infura API. It can be used to study wallet generation, scan patterns, entropy behavior, and other research-oriented topics.
How to Use:
Features:
Future Plans:
Link: https://onuraltun.tr/eth_wallet_scanner/
This tool automatically generates Ethereum wallets using a specified derivation path and checks their balances through the Infura API. It can be used to study wallet generation, scan patterns, entropy behavior, and other research-oriented topics.
How to Use:
- Get an Infura API Key
- Sign up at Infura.io and create a project to get your API key.
- Sign up at Infura.io and create a project to get your API key.
- Configure Settings
- Input your API key, set the wallet generation interval (default: 1000ms), and choose your derivation path (
m/44'/60'/0'/0/0
by default).
- Input your API key, set the wallet generation interval (default: 1000ms), and choose your derivation path (
- Start Wallet Generation
- Click “Start Auto Generation” to begin scanning. The script will generate wallets and check their balances in real time.
- Click “Start Auto Generation” to begin scanning. The script will generate wallets and check their balances in real time.
- Monitor Progress
- Watch the stats panel to see how many wallets were generated, which had balances, and the current generation rate.
- Watch the stats panel to see how many wallets were generated, which had balances, and the current generation rate.
Features:
- Easy-to-use GUI
- Real-time wallet generation
- Infura-based balance checker
- Stats dashboard for quick monitoring
- Auto-stop if a wallet with a non-zero balance is found
Future Plans:
- Multi-chain support (BSC, Polygon)
- Exporting wallet data
- Enhanced filtering & logging
- Web3.js integration
Link: https://onuraltun.tr/eth_wallet_scanner/