Archive

Code snippets, scripts, and experiments worth keeping.

Automated BIP39 mnemonic phrase generator that derives Ethereum addresses using the standard HD wallet derivation path (m/44'/60'/0'/0/0) and checks their on-chain balance via Infura RPC. Generates valid 12-word seed phrases, converts them to private keys, and queries the Ethereum mainnet. If a wallet with a non-zero balance is found, it logs the phrase, address, and balance to a file. Purely educational — the probability of hitting a funded wallet is astronomically low (~1 in 2¹²⁸).