Projects

WalletFundFinder

Script that generates random Ethereum, BSC, and Polygon wallet addresses from a custom wordlist and checks their balances.

View on GitHub
#javascript#nodejs#ethereum#blockchain#crypto

Wallet Fund Finder

This script generates random Ethereum, Binance Smart Chain (BSC), and Polygon (Matic) wallet addresses based on a custom wordlist. It checks for balances on the specified networks and logs wallets that contain funds.

Features

  • Mnemonic Generation: Generates random 12-word mnemonics using a custom wordlist
  • Wallet Derivation: Derives Ethereum, BSC, and Polygon addresses from the generated mnemonic using HD wallets
  • Balance Checking: Checks the balance on Ethereum, Binance Smart Chain, and Polygon networks
  • Logging: Logs found wallets with a positive balance to a file
  • Supported Networks: Ethereum, Binance Smart Chain, Polygon

Installation

bash
git clone https://github.com/manuelsaraceni/WalletFundFinder.git
cd Wallet-Fund-Finder
npm install

Usage

bash
node index.js

The script will continuously generate random wallet mnemonics, derive addresses, check their balances, and log wallets with a positive balance to wallets_with_balance.txt.

Example Output

bash
Inspection: 1
Mnemonic: ability alarm submit abstract emerge strategy clutch ticket mule patch narrow idle
Address: 0x1234567890abcdef1234567890abcdef12345678
Balance: 10.0 ETH
Wallets with funds found: 1
⚠️ Disclaimer: This script is for educational purposes only.